guhongwei há 4 anos atrás
pai
commit
bd1020cd9d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/transaction/index.vue

+ 1 - 1
src/views/transaction/index.vue

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