|
@@ -13,6 +13,15 @@
|
|
|
>
|
|
>
|
|
|
<!-- 表头工具栏 -->
|
|
<!-- 表头工具栏 -->
|
|
|
<template v-slot:toolbar>
|
|
<template v-slot:toolbar>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ type="primary"
|
|
|
|
|
+ icon="el-icon-refresh-left"
|
|
|
|
|
+ class="ele-btn-icon"
|
|
|
|
|
+ @click="openEdit"
|
|
|
|
|
+
|
|
|
|
|
+ >新增</el-button>
|
|
|
|
|
+
|
|
|
<el-button
|
|
<el-button
|
|
|
size="small"
|
|
size="small"
|
|
|
type="primary"
|
|
type="primary"
|
|
@@ -206,7 +215,7 @@
|
|
|
this.current = row;
|
|
this.current = row;
|
|
|
this.showEdit = true;
|
|
this.showEdit = true;
|
|
|
this.$refs.userEdit.$refs.form &&
|
|
this.$refs.userEdit.$refs.form &&
|
|
|
- this.$refs.userEdit.$refs.form.clearValidate();
|
|
|
|
|
|
|
+ this.$refs.userEdit.$refs.form.clearValidate();
|
|
|
},
|
|
},
|
|
|
/* 打开导入弹窗 */
|
|
/* 打开导入弹窗 */
|
|
|
openImport() {
|
|
openImport() {
|