From 4124ccb65f8496e7b935212bb4812b45cc054120 Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期四, 06 一月 2022 17:03:07 +0800 Subject: [PATCH] 优化 --- src/views/your/customerReceive-manage/customerReceive.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/your/customerReceive-manage/customerReceive.vue b/src/views/your/customerReceive-manage/customerReceive.vue index 049c674..13419ff 100644 --- a/src/views/your/customerReceive-manage/customerReceive.vue +++ b/src/views/your/customerReceive-manage/customerReceive.vue @@ -243,7 +243,7 @@ { title: "鍟嗘埛鍚嶇О", key: "customerName", - width: 100, + width: 240, }, { title: "鎺ヨ揣浜�", @@ -522,7 +522,7 @@ addOil() { this.getAllCar(); this.modalType = 0; - this.modalTitle = "娣诲姞鍔犳补璁板綍"; + this.modalTitle = "娣诲姞璁板綍"; this.$refs.addOilForm.resetFields(); delete this.addOilForm.id; this.roleModalVisible = true; @@ -531,7 +531,7 @@ this.getAllCar(); this.addDate = v.addDate; this.modalType = 1; - this.modalTitle = "缂栬緫鍔犳补淇℃伅"; + this.modalTitle = "缂栬緫淇℃伅"; this.$refs.addOilForm.resetFields(); // 杞崲null涓�"" for (let attr in v) { @@ -541,7 +541,6 @@ } let str = JSON.stringify(v); let roleInfo = JSON.parse(str); - this.addOilForm = roleInfo; this.roleModalVisible = true; }, -- Gitblit v1.9.1