|
@@ -46,7 +46,7 @@
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ class="lans"
|
|
|
:disabled="!single"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['system:admin:edit']"
|
|
@@ -54,7 +54,7 @@
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-delete"
|
|
|
+ class="hongs"
|
|
|
:disabled="!single"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
v-hasPermi="['system:admin:remove']"
|
|
@@ -92,7 +92,7 @@
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm" v-if="!loading">确 定</el-button>
|
|
|
<el-button :loading="loading" type="primary" @click="submitForm" v-else>提交中...</el-button>
|
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
+ <el-button @click="cancel" plain>取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<el-dialog :title="title" :visible.sync="open2" width="600px" append-to-body :before-close="cancel" :close-on-click-modal="false">
|
|
@@ -106,7 +106,7 @@
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm" v-if="!loading">确 定</el-button>
|
|
|
<el-button :loading="loading" type="primary" @click="submitForm" v-else>提交中...</el-button>
|
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
+ <el-button @click="cancel" plain>取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|