fix: 供应商检索

This commit is contained in:
2026-03-18 15:51:12 +08:00
parent 54bb715d75
commit 128f56d695

View File

@@ -56,26 +56,10 @@
</el-table-column>
<el-table-column
prop="company_address"
label="公司地址"
label="公司官网"
min-width="200">
<template slot-scope="scope">
{{ scope.row.company_address || '-' }}
</template>
</el-table-column>
<el-table-column
prop="contacts_name"
label="联系人"
width="120">
<template slot-scope="scope">
{{ scope.row.contacts_name || '-' }}
</template>
</el-table-column>
<el-table-column
prop="contacts_phone"
label="联系电话"
width="130">
<template slot-scope="scope">
{{ scope.row.contacts_phone || '-' }}
{{ scope.row.company_url || '-' }}
</template>
</el-table-column>
<el-table-column