From 7220683e68d6cdccd1a7358aee7824b37f2b8e98 Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期三, 05 一月 2022 10:47:15 +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