|
@@ -1,14 +1,10 @@
|
|
|
<template>
|
|
|
<view class="admin-jiazheng-list">
|
|
|
- <view class="icon-title-navBar-box">
|
|
|
+ <view class="phone-navBar-box">
|
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
- <view>
|
|
|
- <text class="nav-bar-title">家政人员</text>
|
|
|
- <uni-icons class="nav-bar-right-icon bar-ml10" type="search" size="20" color="#3fd2a1"
|
|
|
- @click="toggle('top')"></uni-icons>
|
|
|
- </view>
|
|
|
- <button type="default" class="phone-green-btn nav-bar-btn"
|
|
|
- @click="addJiazhengRenyuan">新增人员</button>
|
|
|
+ <text class="nav-bar-title">家政人员</text>
|
|
|
+ <uni-icons class="nav-bar-right-icon bar-ml10" type="search" size="20"
|
|
|
+ @click="toggle('top')"></uni-icons>
|
|
|
</view>
|
|
|
<view class="jiazheng-search-box">
|
|
|
<view @click.stop="clickAlltype" class="select-item-box">
|
|
@@ -43,6 +39,11 @@
|
|
|
:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
|
|
|
class="jz-scroll-view">
|
|
|
<uni-list class="admin-list-box">
|
|
|
+ <view class="jz-new-btn-box">
|
|
|
+ <button type="default" class="phone-green-btn"
|
|
|
+ @click="addJiazhengRenyuan">新增人员</button>
|
|
|
+ </view>
|
|
|
+
|
|
|
<uni-list-item v-for="item in data.list" class="jz-list-item-box">
|
|
|
<template v-slot:body>
|
|
|
<view class="card-head-row">
|