浏览代码

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

Administrator 4 年之前
父节点
当前提交
36be1df22c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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),
         };
         };