Ver Fonte

错误 #95101 账户管理-业务账户界面搜索区域的提示信息为搜索现货品种

Administrator há 4 anos atrás
pai
commit
36be1df22c

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

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