From 2bc4a739db642494accbf5be1fa55793f4652f44 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 10 三月 2025 15:31:16 +0800 Subject: [PATCH] ll --- admin/src/views/business/carEvent.vue | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/admin/src/views/business/carEvent.vue b/admin/src/views/business/carEvent.vue index ed79f61..12a2af9 100644 --- a/admin/src/views/business/carEvent.vue +++ b/admin/src/views/business/carEvent.vue @@ -80,7 +80,7 @@ <span v-if="row.inoutType === 1">绂诲洯</span> </template> </el-table-column> -<!-- <el-table-column label="杞︾墝鎶撴媿鍥�" min-width="100px"> + <!-- <el-table-column label="杞︾墝鎶撴媿鍥�" min-width="100px"> <template slot-scope="{ row }"> <div v-if="row.platePicUrl != null"> <el-image style="width: 80px; height: 80px" :src="row.platePicUrl" :preview-src-list="[row.platePicUrl]"> @@ -128,7 +128,7 @@ companyName: '', startTime: '', endTime: '', - radio: '0' + radio: '' }, time: [] } @@ -151,8 +151,16 @@ methods: { reset() { this.$refs.searchForm.resetFields() - this.searchForm.radio = '' - // this.changeRadio('0') + this.searchForm = { + eventType: '', + keyWords: '', + plateNos: '', + memberType: '', + companyName: '', + startTime: '', + endTime: '', + radio: '' + } this.time = [] this.search() }, -- Gitblit v1.9.3