|
@@ -13,7 +13,7 @@
|
13
|
<el-form-item class="fr">
|
13
|
<el-form-item class="fr">
|
14
|
<el-button @click="onSubmit">查 询</el-button>
|
14
|
<el-button @click="onSubmit">查 询</el-button>
|
15
|
<el-button @click="onSubmit" icon="el-icon-document-add">导 入</el-button>
|
15
|
<el-button @click="onSubmit" icon="el-icon-document-add">导 入</el-button>
|
16
|
- <el-button type="default" @click="handleAdd" icon="el-icon-plus">新 增</el-button>
|
|
|
|
|
16
|
+ <el-button type="primary" @click="handleAdd" icon="el-icon-plus">新 增</el-button>
|
17
|
</el-form-item>
|
17
|
</el-form-item>
|
18
|
</el-form>
|
18
|
</el-form>
|
19
|
</div>
|
19
|
</div>
|