Browse Source

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin 4 years ago
parent
commit
48032f8398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/information/goods/components/filterTable/index.vue

+ 1 - 1
src/views/information/goods/components/filterTable/index.vue

@@ -20,7 +20,7 @@ export default defineComponent({
     },
     },
     setup(props, context) {
     setup(props, context) {
         const select: SelectList[] = [];
         const select: SelectList[] = [];
-        const input: InputList[] = [{ value: '', placeholder: '模糊搜索现货品种', key: 'nickname' }];
+        const input: InputList[] = [{ value: '', placeholder: '模糊搜索账户', key: 'nickname' }];
         return {
         return {
             ...handleFilter(select, input, context),
             ...handleFilter(select, input, context),
         };
         };