|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
- <view class="admin-jiazheng-page">
|
|
|
+ <view class="admin-jiazheng-list">
|
|
|
<view class="icon-title-navBar-box">
|
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
<text class="nav-bar-title">家政人员</text>
|
|
|
</view>
|
|
|
<v-tabs v-model="current" :tabs="tabs" :scroll="false" @change="changeTab" field="name"
|
|
|
class="admin-tab-box"></v-tabs>
|
|
|
- <uni-list v-if="current ==1" class="admin-list-box">
|
|
|
+ <uni-list v-if="current ==1" class="jz-scroll-view">
|
|
|
<uni-list-item v-for="item in list" class="jz-list-item-box">
|
|
|
<template v-slot:body>
|
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
</template>
|
|
|
</uni-list-item>
|
|
|
</uni-list>
|
|
|
- <uni-list v-if="current ==2" class="admin-list-box">
|
|
|
+ <uni-list v-if="current ==2" class="jz-scroll-view">
|
|
|
<view class="jz-new-btn-box">
|
|
|
<button type="default" class="phone-green-btn" @click="addJiazhengRenyuan">新增人员</button>
|
|
|
</view>
|