This commit is contained in:
木瓜一块八 2025-08-15 13:42:47 +08:00
parent ba78af64aa
commit 09348a2347

View File

@ -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;"