|
@@ -57,14 +57,14 @@
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="text"
|
|
type="text"
|
|
- icon="el-icon-edit"
|
|
|
|
|
|
+ class="lans"
|
|
@click="handleUpdate(scope.row)"
|
|
@click="handleUpdate(scope.row)"
|
|
v-hasPermi="['system:admin:edit']"
|
|
v-hasPermi="['system:admin:edit']"
|
|
>修改</el-button>
|
|
>修改</el-button>
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="text"
|
|
type="text"
|
|
- icon="el-icon-delete"
|
|
|
|
|
|
+ class="lans"
|
|
@click="handleDelete(scope.row)"
|
|
@click="handleDelete(scope.row)"
|
|
v-hasPermi="['system:admin:remove']"
|
|
v-hasPermi="['system:admin:remove']"
|
|
>删除</el-button>
|
|
>删除</el-button>
|
|
@@ -123,7 +123,7 @@
|
|
</el-form>
|
|
</el-form>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
|
|
|
+ <el-button @click="cancel" plain>取 消</el-button>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<pagination
|
|
<pagination
|