From 5857dfa10b70a061b8e4711dd8f18b585ac6fc23 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 25 二月 2025 17:43:37 +0800
Subject: [PATCH] ll
---
admin/src/views/business/retentionCars.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/admin/src/views/business/retentionCars.vue b/admin/src/views/business/retentionCars.vue
index 227f7f0..ab65e02 100644
--- a/admin/src/views/business/retentionCars.vue
+++ b/admin/src/views/business/retentionCars.vue
@@ -50,7 +50,7 @@
<el-table-column prop="carNo" label="杞︾墝鍙�" min-width="100px"></el-table-column>
<el-table-column prop="companyName" label="缁勭粐" min-width="250px">
<template slot-scope="{ row }">
- <span>{{row.companyName || row.visitCompanyName || '' }}</span>
+ <span>{{ row.companyName || row.visitCompanyName || '' }}</span>
</template>
</el-table-column>
<el-table-column prop="carType" label="杞﹁締绫诲瀷" min-width="100px">
@@ -65,7 +65,7 @@
</el-table-column>
<el-table-column prop="name" label="濮撳悕" min-width="100px"></el-table-column>
<el-table-column prop="phone" label="鎵嬫満鍙�" min-width="100px"></el-table-column>
-<!-- <el-table-column label="杩涘満闂ㄧ" min-width="100px">
+ <!-- <el-table-column label="杩涘満闂ㄧ" min-width="100px">
<template slot-scope="{ row }">
<!– <span v-if="row.type === 1">-</span> –>
<span>{{ row.deviceName || '-' }}</span>
@@ -136,13 +136,13 @@
reset() {
this.$refs.searchForm.resetFields()
this.searchForm.startTime = ''
- this.searchForm.radio = '0'
+ this.searchForm.radio = ''
this.searchForm.endTime = ''
this.time = []
this.search()
},
seleTime(e) {
- if(e && e.length >2){
+ if (e && e.length > 2) {
this.searchForm.startTime = e[0]
this.searchForm.endTime = e[1]
this.searchForm.radio = null
--
Gitblit v1.9.3