From 10f388aecf33bf7be6b544d7e171aa83982451d3 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Mon, 28 Jul 2025 13:07:08 +0800 Subject: [PATCH] =?UTF-8?q?YT-2909=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E4=B8=AD=EF=BC=8C=E5=AF=B9=E8=B4=A6=E5=B7=AE=E5=BC=82?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E7=9A=84=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8EWMS=E4=B8=AD=E6=98=8E=E7=BB=86=E7=8E=B0=E5=AE=9E?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=EF=BC=8C=E6=9C=89=E6=97=B6=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E7=9A=84=E6=95=B0=E6=8D=AE=E4=BC=9A=E4=B8=8E=E5=B7=AE?= =?UTF-8?q?=E5=BC=82=E6=95=B0=E6=8D=AE=E6=9D=A1=E6=95=B0=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=EF=BC=8C=E5=A4=A7=E5=A4=9A=E6=95=B0?= =?UTF-8?q?=E6=97=B6=E5=80=99=E6=98=AF=E5=A5=BD=E4=BD=BF=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Detail/src/Detail.vue | 317 +++++++++--------- .../customerStatement/index.vue | 12 +- 2 files changed, 165 insertions(+), 164 deletions(-) diff --git a/src/components/Detail/src/Detail.vue b/src/components/Detail/src/Detail.vue index 19854cc1e..e0d1455e9 100644 --- a/src/components/Detail/src/Detail.vue +++ b/src/components/Detail/src/Detail.vue @@ -5,185 +5,186 @@ :title="t(`ts.详情`).replace('ts.','')" direction="rtl" size="80%" - v-loading="detailLoading" > - - - - - - -
- - - - - +
+ + - - - - - -
- - - - -
- - - - +
- -
- - - + + + + + + + + + + + +
+ - + > + + + + +
+ + + + +
+ +
+ + + + + + + + - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + @@ -1045,7 +1046,7 @@ const buttonBaseClick = (val, item) => { } } else if (val.includes('export')) { // 刷新 - emit('buttonBaseClick',val, item,tableObject) + emit('buttonBaseClick',val, item,tableObjectRef.value) } else if (val == 'refresh') { // 刷新 getList() @@ -1388,7 +1389,7 @@ watch( deep: true } ) -defineExpose({ openDetail, formRef ,updateList,submitUpdateList,changeTabCurrent,openForm,tableObjectRef}) // 提供 open 方法,用于打开弹窗 +defineExpose({ openDetail, formRef ,updateList,submitUpdateList,changeTabCurrent,openForm,tableObjectRef,detailLoading}) // 提供 open 方法,用于打开弹窗