小程序1.0.2
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.5 KiB |
BIN
pages/personCenter/mine/images/dash2.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
pages/personCenter/mine/images/jixiao.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 56 KiB |
BIN
pages/personCenter/mine/images/ygpm.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
pages/personCenter/mine/images/zgpm.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
@ -257,21 +257,21 @@
|
||||
<view class="flex-col items-center equal-division-item_1 group_3" bindtap="checkPerformance">
|
||||
<image
|
||||
class="image_5"
|
||||
src="./images/zhijinxiangqing.png"
|
||||
src="./images/jixiao.png"
|
||||
/>
|
||||
<text class="font text_5 mt-6">{{title}}</text>
|
||||
</view>
|
||||
<view class="flex-col items-center equal-division-item_2 equal-division-item" bindtap="gotoSupervisorRank" data-userRole="{{ 'manager' }}">
|
||||
<image
|
||||
class="image_5"
|
||||
src="./images/tixianzhanghu.png"
|
||||
src="./images/zgpm.png"
|
||||
/>
|
||||
<text class="font text_6 mt-6">主管排名</text>
|
||||
</view>
|
||||
<view class="flex-col items-center equal-division-item_3 group_5" bindtap="gotoStaffRank" data-userRole="{{ 'supervisor' }}">
|
||||
<image
|
||||
class="image_5"
|
||||
src="./images/tixianjilu.png"
|
||||
src="./images/ygpm.png"
|
||||
/>
|
||||
<text class="font mt-6">员工排名</text>
|
||||
</view>
|
||||
|