|
@@ -47,7 +47,7 @@ export default {
|
|
|
},
|
|
|
],
|
|
|
fields: [
|
|
|
- { label: '产品名称', prop: 'product', showTip: true },
|
|
|
+ { label: '产品名称', prop: 'product', filter: 'input', showTip: true },
|
|
|
{ label: '供给者姓名', prop: 's_name', showTip: true },
|
|
|
{ label: '供给者电话', prop: 's_phone', showTip: true },
|
|
|
{ label: '需求者姓名', prop: 'd_name', showTip: true },
|