From f2674814bbbe93b845d6f959f56bb35ea982a91e Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 14 Jan 2026 18:05:42 +0800 Subject: [PATCH] =?UTF-8?q?1.0.48=20=E5=90=88=E5=90=8C=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E5=AD=97=E6=AE=B5=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erp/contractInfo/contractOrderIndex.vue | 88 ++++++++++--------- 1 file changed, 48 insertions(+), 40 deletions(-) diff --git a/src/views/oa/erp/contractInfo/contractOrderIndex.vue b/src/views/oa/erp/contractInfo/contractOrderIndex.vue index 1c2c43f..6dcc49f 100644 --- a/src/views/oa/erp/contractInfo/contractOrderIndex.vue +++ b/src/views/oa/erp/contractInfo/contractOrderIndex.vue @@ -10,6 +10,12 @@ + + + + + + @@ -45,41 +51,41 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -90,11 +96,11 @@ - + + + + + @@ -250,6 +256,8 @@ const data = reactive<{ queryParams: ProjectInfoQuery }>({ sortOrder: undefined, contractId: undefined, activeFlag: undefined, + contractCode: undefined, + contractName: undefined, params: {} } });