瀏覽代碼

Merge branch 'test' of http://39.101.143.165:8090/dong_k/operation-Backend into test

@dongkboy 4 月之前
父節點
當前提交
df5ed18cbd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/productConfiguration/drivingInsurance/drivingInsuranceindex.vue

+ 2 - 2
src/views/productConfiguration/drivingInsurance/drivingInsuranceindex.vue

@@ -70,10 +70,10 @@
                 @click="add(scope.operationData)"> 添加
                 @click="add(scope.operationData)"> 添加
               </el-button>
               </el-button>
               <el-button type="primary" link style="margin-right: 15px;" @click="edit(scope.operationData.id)"
               <el-button type="primary" link style="margin-right: 15px;" @click="edit(scope.operationData.id)"
-                v-auth="'drivingInsurance.edit'"> 编辑
+                > 编辑
               </el-button>
               </el-button>
               <el-button type="primary" link style="margin-right: 15px;" @click="del(scope.operationData)"
               <el-button type="primary" link style="margin-right: 15px;" @click="del(scope.operationData)"
-                v-auth="'drivingInsurance.delete'"> 删除
+                > 删除
               </el-button>
               </el-button>
             </template>
             </template>
           </TableTree>
           </TableTree>