Z 1 год назад
Родитель
Сommit
45e8cec3ee

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

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

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

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