fix: 供应商检索
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user