From 0532c6b4949055189aa500f86835797f4be380ef Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 17 四月 2026 17:38:54 +0800
Subject: [PATCH] 销售台账导入loading
---
src/views/salesManagement/salesLedger/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/salesManagement/salesLedger/index.vue b/src/views/salesManagement/salesLedger/index.vue
index 4e214f7..594bb22 100644
--- a/src/views/salesManagement/salesLedger/index.vue
+++ b/src/views/salesManagement/salesLedger/index.vue
@@ -461,7 +461,7 @@
:key="item.id"
:label="item.customerName"
:value="item.id">
-{{ item.customerName + (item.taxpayerIdentificationNumber ? "鈥斺��" + item.taxpayerIdentificationNumber : "") }}
+ {{ item.customerName + (item.taxpayerIdentificationNumber ? "鈥斺��" + item.taxpayerIdentificationNumber : "") }}
</el-option>
</el-select>
</el-form-item>
@@ -1529,6 +1529,7 @@
<FormDialog v-model="importUpload.open"
:title="importUpload.title"
:width="'600px'"
+ :loading="importUpload.isUploading"
@close="onClose"
@confirm="submitImportFile"
@cancel="onClose">
--
Gitblit v1.9.3