From e34c2e67208bd63e320a4504ce8cf40a83ba7cbb Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 07 七月 2023 18:48:09 +0800 Subject: [PATCH] 销售模块剩余部分新建页面 --- src/components/makepager/SearchCommonView.vue | 28 +++++++++++----------------- 1 files changed, 11 insertions(+), 17 deletions(-) diff --git a/src/components/makepager/SearchCommonView.vue b/src/components/makepager/SearchCommonView.vue index 9f2f17e..768342a 100644 --- a/src/components/makepager/SearchCommonView.vue +++ b/src/components/makepager/SearchCommonView.vue @@ -29,6 +29,10 @@ <div class="high-icon"><i class="el-icon-news"></i></div> <div>骞抽摵鏌ユ壘</div> </div> + <div v-if="labelSearch" class="other-search-label" @click="labelSearchClick"> + <div class="high-icon"><i class="el-icon-discount"></i></div> + <div>鏍囩鏌ユ壘</div> + </div> </div> </div> <div v-if="isTileSearch" class="search-bottom"> @@ -101,29 +105,17 @@ searchOptions: { type: Array, default: () => [] + }, + labelSearch: { + type: Boolean, + default: false } }, data() { return { - // queryClassOptions: [ - // { value: "1", label: "鍏ㄩ儴" }, - // { value: "2", label: "骞垮憡瀹d紶" }, - // { value: "3", label: "璺熻繘涓�" }, - // { value: "4", label: "澶辫触鍏抽棴" } - // ], queryClassValue: this.queryClass, searchInput: "", searchSelValue: this.searchSel, - // searchOptions: [ - // { value: "1", label: "瀹㈡埛鍚嶇О" }, - // { value: "2", label: "閿�鍞嚎绱㈢紪鍙�" }, - // { value: "3", label: "鑱旂郴浜哄鍚�" }, - // { value: "4", label: "鎵嬫満鍙风爜" }, - // { value: "5", label: "鍟嗘満鏉ユ簮" }, - // { value: "6", label: "鐪佷唤" }, - // { value: "7", label: "鍩庡競" }, - // { value: "8", label: "璐熻矗浜�" } - // ], isTileSearch: false, tileSearchData: [ { @@ -161,6 +153,7 @@ tileSearchClick() { this.isTileSearch = !this.isTileSearch }, + labelSearchClick() {}, // 鍒犻櫎 handleClick(row) { console.log(row) @@ -223,7 +216,8 @@ font-size: 18px; } } - .other-search-tile { + .other-search-tile, + .other-search-label { display: flex; margin-left: 20px; .high-icon { -- Gitblit v1.8.0