|
|
|
@ -54,7 +54,7 @@ |
|
|
|
label="操作"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-link style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link> |
|
|
|
<!-- <el-link style="cursor: pointer" @click="deleteModal(scope.row)">删除</el-link>--> |
|
|
|
<el-link style="cursor: pointer" @click="deleteModal(scope.row)">删除</el-link> |
|
|
|
<el-link style="cursor: pointer" @click="copyProjectPartModal(scope.row)">复制</el-link> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
@ -2402,6 +2402,7 @@ import { |
|
|
|
site: row.site, |
|
|
|
buNo: row.buNo, |
|
|
|
projectId: row.projectId, |
|
|
|
customerNo: row.customerId, |
|
|
|
finalPartNo: row.finalPartNo, |
|
|
|
testPartNo: row.testPartNo, |
|
|
|
createBy: this.$store.state.user.name, |
|
|
|
|