From 65c62a51c57ff6d31e694fbc1985e77332abd238 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 12 九月 2023 09:39:44 +0800
Subject: [PATCH] 小程序
---
minipro_standard/pages/index/index.vue | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/minipro_standard/pages/index/index.vue b/minipro_standard/pages/index/index.vue
index 9cdf458..3385d7d 100644
--- a/minipro_standard/pages/index/index.vue
+++ b/minipro_standard/pages/index/index.vue
@@ -5,20 +5,6 @@
<div class="content_search">
<v-Search @searchInput="searchForm.mixParam" @submit="search" @reset="reset" :isShow="true"
placeholder="鎼滅储鍏抽敭瀛�">
- <template v-slot:content>
- <div class="Search_item">
- <div class="Search_item_label">璁″垝鏃ユ湡</div>
- <div class="Search_item_content" @click="isOpenDate = true">
- <div class="Search_item_content_a" :style="searchForm.startDate ? 'color: #000;' : ''">
- {{ searchForm.startDate ? searchForm.startDate : '寮�濮嬫棩鏈�'}}
- </div>
- <span>-</span>
- <div class="Search_item_content_a" :style="searchForm.endDate ? 'color: #000;' : ''">
- {{ searchForm.endDate ? searchForm.endDate : '缁撴潫鏃ユ湡'}}
- </div>
- </div>
- </div>
- </template>
</v-Search>
<div class="content_search_x"></div>
<v-LableSelection :TagList="tagList" :isShow="true" @change="clickTag"></v-LableSelection>
--
Gitblit v1.9.3