guhongwei 4 年之前
父節點
當前提交
bd1020cd9d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/transaction/index.vue

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

@@ -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 },