heyang 2 éve
szülő
commit
fe79edf08d

+ 1 - 1
src/views/safetyInfo/infoConfig.vue

@@ -1,4 +1,4 @@
-<!--信用分明细-->
+<!--信息牌配置-->
 <template>
   <div class="creditScoreList">
     <div class="title-box">

+ 3 - 3
src/views/safetyInfo/safetyInfoConfig.vue

@@ -24,7 +24,7 @@
         <p>
           <el-button
             style="float: right;margin-bottom: 20px"
-            v-hasPermi="['laboratory:classifyDet:add']"
+            v-hasPermi="['laboratory:classify:add']"
             type="primary"
             plain
             icon="el-icon-plus"
@@ -58,11 +58,11 @@
             <template slot-scope="scope">
               <div class="button-box">
                 <p class="table-min-button"
-                   v-hasPermi="['laboratory:classifyDet:edit']"
+                   v-hasPermi="['laboratory:classify:edit']"
                    @click="handleClick('',scope.row,'edit')"
                 >编辑</p>
                 <p class="table-min-button"
-                   v-hasPermi="['laboratory:classifyDet:remove']"
+                   v-hasPermi="['laboratory:classify:remove']"
                    @click="handleClick('',scope.row,'delete')"
                 >删除</p>
               </div>