|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="">
|
|
<view class="">
|
|
|
<SearchBar
|
|
<SearchBar
|
|
|
|
|
+ v-if="appStore.amProfileStore.isAudit()"
|
|
|
v-model:search-input-value="searchInputValue"
|
|
v-model:search-input-value="searchInputValue"
|
|
|
v-model:search-type="searchType"
|
|
v-model:search-type="searchType"
|
|
|
v-model:search-dropdown-value="searchDropdownValue"
|
|
v-model:search-dropdown-value="searchDropdownValue"
|
|
@@ -33,6 +34,7 @@ import apis from "@/api"
|
|
|
import route from "@/route"
|
|
import route from "@/route"
|
|
|
import ListCard from "@/components/listCard.vue"
|
|
import ListCard from "@/components/listCard.vue"
|
|
|
import SearchBar from "@/components/searchBar.vue"
|
|
import SearchBar from "@/components/searchBar.vue"
|
|
|
|
|
+import appStore from "@/stores"
|
|
|
|
|
|
|
|
dayjs.locale("zh-cn") // 使用本地化语言
|
|
dayjs.locale("zh-cn") // 使用本地化语言
|
|
|
|
|
|