|
@@ -159,7 +159,7 @@
|
|
|
<el-table-column align="center" label="操作">
|
|
<el-table-column align="center" label="操作">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
|
-
|
|
|
|
|
|
|
+ v-if="!isUpdate || (!scope.row.id && isUpdate)"
|
|
|
class="ele-action"
|
|
class="ele-action"
|
|
|
title="确定要删除此字典项吗?"
|
|
title="确定要删除此字典项吗?"
|
|
|
@confirm="removeArr(scope)"
|
|
@confirm="removeArr(scope)"
|