From 482ed6306545c04f9051372c44dca537bf7ce44e Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 12 七月 2025 11:27:55 +0800 Subject: [PATCH] 1.销售管理-优化:部位本条数据录入人不可修改数据。表格展示优化 --- src/views/basicData/supplierManage/index.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/basicData/supplierManage/index.vue b/src/views/basicData/supplierManage/index.vue index f5eb792..e2a71ee 100644 --- a/src/views/basicData/supplierManage/index.vue +++ b/src/views/basicData/supplierManage/index.vue @@ -251,14 +251,17 @@ { label: "鑱旂郴鏂瑰紡", prop: "companyPhone", + width:150 }, { label: "寮�鎴疯", prop: "bankAccountName", + width: 220, }, { label: "璐﹀彿", prop: "bankAccountNum", + width: 220, }, { label: "鑱旂郴浜�", @@ -267,6 +270,7 @@ { label: "鑱旂郴鐢佃瘽", prop: "contactUserPhone", + width: 150, }, { label: "缁存姢浜�", @@ -276,6 +280,7 @@ { label: "缁存姢鏃堕棿", prop: "maintainTime", + width:100 }, { dataType: "action", -- Gitblit v1.9.3