ysy 2 лет назад
Родитель
Сommit
20932dcbf8

+ 1 - 1
src/views/technology/route/components/user-edit.vue

@@ -189,7 +189,7 @@
 
           this.loading = true;
           let title = this.isUpdate ? '修改' : '新建'; // 提交的名称或编号是否有效率有用的标识,
-          console.log(title);
+       
 
           route
             .save(this.form)

+ 4 - 4
src/views/technology/route/index.vue

@@ -30,14 +30,14 @@
 
         <!-- 操作列 -->
         <template v-slot:action="{ row }">
-<!--          <el-link
+        <el-link
             type="primary"
             :underline="false"
             icon="el-icon-edit"
             @click="openEdit(row)"
           >
             修改
-          </el-link> -->
+          </el-link> 
           <el-link
             type="primary"
             :underline="false"
@@ -47,7 +47,7 @@
             配置工序
           </el-link>
 
-<!--          <el-popconfirm
+         <el-popconfirm
             v-if="row.status != 1"
             class="ele-action"
             title="确定要删除当前工序吗?"
@@ -58,7 +58,7 @@
                 删除
               </el-link>
             </template>
-          </el-popconfirm> -->
+          </el-popconfirm> 
         </template>
       </ele-pro-table>
     </el-card>