From 38b5988fc107d74b4f3183734daa41dd08239b1a Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 30 八月 2023 17:56:03 +0800 Subject: [PATCH] 供应商附件删除和创建时间及产品供货时长等字段联调 --- src/views/supplierManage/supplier/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/supplierManage/supplier/index.vue b/src/views/supplierManage/supplier/index.vue index 77a5721..2562d39 100644 --- a/src/views/supplierManage/supplier/index.vue +++ b/src/views/supplierManage/supplier/index.vue @@ -178,7 +178,7 @@ { label: "鑱旂郴浜�", prop: "contact", min: 130 }, { label: "鑱旂郴鐢佃瘽", prop: "phone", min: 130 }, { label: "鐘舵��", prop: "status_name", min: 130 }, - { label: "鍒涘缓鏃堕棿", prop: "member_name", min: 130 } + { label: "鍒涘缓鏃堕棿", prop: "created_at", min: 130 } ] } this.searchOptions = [] @@ -330,7 +330,6 @@ type: "warning" }) .then(() => { - console.log("dddd") deleteProduct({ id: row.ID }).then((response) => { if (response.code === 200) { this.$message.success("鍒犻櫎鎴愬姛") -- Gitblit v1.8.0