bugfix
This commit is contained in:
parent
ba78af64aa
commit
09348a2347
@ -72,10 +72,6 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="company_type" show-overflow-tooltip label="公司类别" min-width="180">
|
<el-table-column prop="company_type" show-overflow-tooltip label="公司类别" min-width="180">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column prop="requirement_summary" show-overflow-tooltip label="商品概述" min-width="180">
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column prop="related_parameters" show-overflow-tooltip label="相关参数" min-width="180">
|
|
||||||
</el-table-column> -->
|
|
||||||
<el-table-column prop="contact_person" show-overflow-tooltip label="联系人" min-width="180">
|
<el-table-column prop="contact_person" show-overflow-tooltip label="联系人" min-width="180">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="phone_number" show-overflow-tooltip label="联系电话" min-width="180">
|
<el-table-column prop="phone_number" show-overflow-tooltip label="联系电话" min-width="180">
|
||||||
@ -89,8 +85,6 @@
|
|||||||
size="small">修改</el-button>
|
size="small">修改</el-button>
|
||||||
<el-button v-if="role.role_type == 'customer'" type="text" size="small"
|
<el-button v-if="role.role_type == 'customer'" type="text" size="small"
|
||||||
@click="openDetail(scope.row, 2)">审核</el-button>
|
@click="openDetail(scope.row, 2)">审核</el-button>
|
||||||
|
|
||||||
<!-- <el-button type="text" style="color: #E6A23C;" size="small">导出</el-button> -->
|
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="scope.row.audit_status=='rejected'||scope.row.audit_status === 'approved' && scope.row.listing_status === 'listing'"
|
:disabled="scope.row.audit_status=='rejected'||scope.row.audit_status === 'approved' && scope.row.listing_status === 'listing'"
|
||||||
@click="grounding(scope.row, 'listing')" type="text" style="color: #67C23A;"
|
@click="grounding(scope.row, 'listing')" type="text" style="color: #67C23A;"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user