From 7a4c0953509819ff6883e5cdab11489f133b9b42 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期五, 22 十二月 2023 16:48:56 +0800 Subject: [PATCH] 修改侧边栏无状态展示 --- src/views/overview/AddOverviewDialog.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/overview/AddOverviewDialog.vue b/src/views/overview/AddOverviewDialog.vue index cb5614a..9956ae6 100644 --- a/src/views/overview/AddOverviewDialog.vue +++ b/src/views/overview/AddOverviewDialog.vue @@ -547,7 +547,10 @@ this.setBottonView() this.setDetailTableForm() this.getLocationList() - this.receiptType = this.editConfig.title === "鏌ョ湅" ? this.editConfig.infomation.operationTypeName : this.addName + this.receiptType = + this.editConfig.title === "鏌ョ湅" || this.editConfig.title === "缂栬緫" + ? this.editConfig.infomation.operationTypeName + : this.addName if (this.showOperationType) { this.getListTransfer() } -- Gitblit v1.8.0