Z пре 1 година
родитељ
комит
45e8cec3ee

+ 2 - 2
src/views/bpm/group/components/addDialog.vue

@@ -71,7 +71,7 @@
       <template v-slot:action="{ row }">
         <el-popconfirm
           class="ele-action"
-          title="确定要删除此角色吗?"
+          title="确定要删除此成员吗?"
           @confirm="remove(row)"
         >
           <template v-slot:reference>
@@ -160,7 +160,7 @@
         this.loading = false;
         if (data) {
           this.form = data;
-        
+
           // this.$nextTick(() => {
 
           // });

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

@@ -73,7 +73,7 @@
 
           <el-popconfirm
             class="ele-action"
-            title="确定要删除当前工吗?"
+            title="确定要删除当前工吗?"
             @confirm="remove(row)"
           >
             <template v-slot:reference>