| | |
| | | <text class="title">用户列表</text> |
| | | </view> |
| | | <view> |
| | | <button class="add-btn" @click="navigateToAdd()" :disabled="!isShopkeeper">新增用户</button> |
| | | <button class="add-btn" @click="navigateToAdd()">新增用户</button> |
| | | </view> |
| | | <!-- 搜索框 --> |
| | | <view class="search-box"> |
| | |
| | | restPassword, |
| | | checkClerkPermission |
| | | } from "@/api/userPermissions.js" |
| | | import '@/components/uview-components/uview-ui'; |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import storage from "@/utils/storage.js"; //缓存 |
| | | import { |
| | |
| | | } from "@/api/members"; |
| | | |
| | | export default { |
| | | components: { |
| | | UIcon, |
| | | UButton, |
| | | UForm, |
| | | UFormItem, |
| | | UInput, |
| | | USearch, |
| | | UPopup, |
| | | ULoading, |
| | | ULoadmore, |
| | | }, |
| | | data() { |
| | | return { |
| | | total:0, |