Explorar o código

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

chenping hai 11 meses
pai
achega
ad9223ee62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/factoryModel/productionLine/index.vue

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

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