|
|
@ -165,7 +165,7 @@ |
|
|
label="操作"> |
|
|
label="操作"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<!-- <el-link style="cursor: pointer" @click="addInquiryPartModal(scope.row)">新增产品</el-link>--> |
|
|
<!-- <el-link style="cursor: pointer" @click="addInquiryPartModal(scope.row)">新增产品</el-link>--> |
|
|
<el-link style="cursor: pointer" v-if="scope.row.status === 'C'" |
|
|
|
|
|
|
|
|
<el-link style="cursor: pointer" v-if="scope.row.status === 'C' || scope.row.visible === 'N'" |
|
|
@click="updateModalStatus(scope.row,'B')">下达 |
|
|
@click="updateModalStatus(scope.row,'B')">下达 |
|
|
</el-link> |
|
|
</el-link> |
|
|
<el-link style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link> |
|
|
<el-link style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link> |
|
|
|