소스 검색

93
【产线管理】删除操作,界面弹出的提示信息需修改下,应不是删除此角色提示

chenping 11 달 전
부모
커밋
ad9223ee62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/factoryModel/productionLine/index.vue

+ 1 - 1
src/views/factoryModel/productionLine/index.vue

@@ -56,7 +56,7 @@
           </el-link>
           <el-popconfirm
             class="ele-action"
-            title="确定要删除此角色吗?"
+            title="确定要删除此产线吗?"
             @confirm="remove(row)"
             v-if="$hasPermission('main:factoryarea:delete')"
           >