src/views/model/pre/item/index.vue
@@ -30,7 +30,7 @@ type="primary" plain @click="openForm('create')" v-hasPermi="['system:tenant:create']" v-hasPermi="['model:pre-item:create']" > <Icon icon="ep:plus" class="mr-5px" /> 新增 @@ -52,7 +52,7 @@ link type="primary" @click="openForm('update', scope.row.id)" v-hasPermi="['system:tenant:update']" v-hasPermi="['model:pre-item:update']" > 编辑 </el-button> @@ -60,7 +60,7 @@ link type="danger" @click="handleDelete(scope.row.id)" v-hasPermi="['system:tenant:delete']" v-hasPermi="['model:pre-item:delete']" > 删除 </el-button>