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