@@ -189,7 +189,7 @@
this.loading = true;
let title = this.isUpdate ? '修改' : '新建'; // 提交的名称或编号是否有效率有用的标识,
- console.log(title);
+
route
.save(this.form)
@@ -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
@@ -47,7 +47,7 @@
配置工序
</el-link>
-<!-- <el-popconfirm
+ <el-popconfirm
v-if="row.status != 1"
class="ele-action"
title="确定要删除当前工序吗?"
@@ -58,7 +58,7 @@
删除
</template>
- </el-popconfirm> -->
+ </el-popconfirm>
</ele-pro-table>
</el-card>