ソースを参照

LY 周会议 权限

ly 1 年間 前
コミット
47f56f7750

BIN
master/src/main/resources/static/template/document/export/plant.xls


BIN
master/src/main/resources/static/template/document/export/plantx.xlsx


+ 5 - 4
ui/src/views/components/meeting/riskreminder.vue

@@ -32,6 +32,7 @@
           icon="el-icon-plus"
           size="mini"
           @click="handleAdd"
+          v-hasPermi="['plant:riskreminder:edit']"
         >{{ $t('新增') }}</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -41,7 +42,7 @@
           size="mini"
           :disabled="single"
           @click="handleUpdate"
-          v-hasPermi="['plant:meeting:edit']"
+          v-hasPermi="['plant:riskreminder:edit']"
         >{{ $t('修改') }}</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -51,7 +52,7 @@
           size="mini"
           :disabled="multiple"
           @click="handleDelete"
-          v-hasPermi="['plant:meeting:remove']"
+          v-hasPermi="['plant:riskreminder:edit']"
         >{{ $t('删除') }}</el-button>
       </el-col>
 	  <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -76,14 +77,14 @@
             type="text"
             icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
-            v-hasPermi="['plant:meeting:edit']"
+            v-hasPermi="['plant:riskreminder:edit']"
           >{{ $t('修改') }}</el-button>
           <el-button
             size="mini"
             type="text"
             icon="el-icon-delete"
             @click="handleDelete(scope.row)"
-            v-hasPermi="['plant:meeting:remove']"
+            v-hasPermi="['plant:riskreminder:edit']"
           >{{ $t('删除') }}</el-button>
         </template>
       </el-table-column>