From 6172933d83c5aec5f2226fb9bd6aabe853b65d60 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 14 Jun 2024 11:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E6=A8=A1=E5=9D=97--=E4=B8=BB?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=E5=90=88=E5=B9=B6--=E6=8B=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++- .../countManage/count/countJobMain/index.vue | 18 ++++------ .../countManage/count/countPlanMain/index.vue | 34 ++++++++----------- .../count/countRecordMain/index.vue | 11 ++---- .../count/countRequestMain/index.vue | 34 ++++++++----------- .../countadjustRecordMain/index.vue | 12 +++---- .../countadjustRequestMain/index.vue | 26 ++++++-------- 7 files changed, 63 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index 648fbf09c..7c997d5fa 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,14 @@ const { tableObject, tableMethods } = useTable({ getListApi: “PurchasereceiptRequestDetailApi.getPurchasereceiptRequestDetailPage”// 分页接口 }) -5、ts文件配置: +5、搜索工作栏 + + +6、ts文件配置: hiddenInMain:true, //子表中数据不展示在主表 sortTableDefault:1000, // 主页面中Table表中展示的排序位置:默认值999 ,最小值1,值越大越靠后,值越小越靠前 sortSearchDefault:1000,// 搜素框中展示的排序位置,用法同sortTableDefault diff --git a/src/views/wms/countManage/count/countJobMain/index.vue b/src/views/wms/countManage/count/countJobMain/index.vue index c695c1f77..1dc05b21e 100644 --- a/src/views/wms/countManage/count/countJobMain/index.vue +++ b/src/views/wms/countManage/count/countJobMain/index.vue @@ -1,7 +1,7 @@