From a1ce4c3b8e48d95a590346a3fe1b45fdd3ca650f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 15 五月 2025 17:43:20 +0800
Subject: [PATCH] 付款登记-前端开发联调
---
src/views/basicData/customerFile/index.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index 1a2b476..827b8e9 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -105,7 +105,7 @@
const tableColumn = ref([
{
label: '瀹㈡埛鍚嶇О',
- prop: 'customerName'
+ prop: 'customerName',
},
{
label: '绾崇◣浜鸿瘑鍒爜',
@@ -134,6 +134,7 @@
{
dataType: "action",
label: "鎿嶄綔",
+ align: 'center',
operation: [
{
name: "缂栬緫",
@@ -281,16 +282,19 @@
}
ElMessageBox.confirm(
'閫変腑鐨勫唴瀹瑰皢琚垹闄わ紝鏄惁纭鍒犻櫎锛�',
- '瀵煎嚭', {
+ '鍒犻櫎鎻愮ず', {
confirmButtonText: '纭',
cancelButtonText: '鍙栨秷',
type: 'warning',
}
).then(() => {
+ tableLoading.value = true
delCustomer(ids).then(res => {
proxy.$modal.msgSuccess("鍒犻櫎鎴愬姛")
+ getList()
+ }).finally(() => {
+ tableLoading.value = false
})
- getList()
}).catch(() => {
proxy.$modal.msg("宸插彇娑�")
})
--
Gitblit v1.9.3