From 2ab68f3051300b3dc5c0edb5a53c505e401a08a3 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 11 七月 2025 16:40:10 +0800 Subject: [PATCH] 过程检验、出厂检验编辑页面字段改下(检测结果项建议必填,不输入检测结果会展示空框) --- src/views/basicData/supplierManage/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/basicData/supplierManage/index.vue b/src/views/basicData/supplierManage/index.vue index 22216e3..e2a71ee 100644 --- a/src/views/basicData/supplierManage/index.vue +++ b/src/views/basicData/supplierManage/index.vue @@ -35,6 +35,7 @@ :isSelection="true" @selection-change="handleSelectionChange" :tableLoading="tableLoading" + @pagination="pagination" ></PIMTable> </div> <el-dialog @@ -250,14 +251,17 @@ { label: "鑱旂郴鏂瑰紡", prop: "companyPhone", + width:150 }, { label: "寮�鎴疯", prop: "bankAccountName", + width: 220, }, { label: "璐﹀彿", prop: "bankAccountNum", + width: 220, }, { label: "鑱旂郴浜�", @@ -266,6 +270,7 @@ { label: "鑱旂郴鐢佃瘽", prop: "contactUserPhone", + width: 150, }, { label: "缁存姢浜�", @@ -275,6 +280,7 @@ { label: "缁存姢鏃堕棿", prop: "maintainTime", + width:100 }, { dataType: "action", @@ -297,7 +303,7 @@ const tableLoading = ref(false); const page = reactive({ current: 1, - size: 10, + size: 100, total: 0, }); -- Gitblit v1.9.3