Commit ff359355 authored by youjie's avatar youjie

no message

parent 9653f270
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<view class="teamLeaderTitle"> <view class="teamLeaderTitle">
<headers textAlign="left" :title="pageTitle" color="#fff"></headers> <headers textAlign="left" :title="pageTitle" color="#fff"></headers>
</view> </view>
<view class="teamLeader-center"> <view class="teamLeader-center column">
<view class="teamLeader-c-box row"> <view class="teamLeader-c-box row">
<view class="col"></view> <view class="col"></view>
<view class="teamLeader-currency row items-center" @click="currencyVisible=true"> <view class="teamLeader-currency row items-center" @click="currencyVisible=true">
...@@ -210,8 +210,8 @@ ...@@ -210,8 +210,8 @@
</view> </view>
</view> </view>
</view> </view>
<view class="col"></view> <view class="flex1" style="opacity: 0;"> 1</view>
<view class="teamLeaderMakeNote row PX50 PT20" <view class="teamLeaderMakeNote row PX50"
:class="[params.LeaderApply.ID==0||(params.LeaderApply.ID>0&&params.LeaderApply.Status==2)?'justify-between':'justify-center']"> :class="[params.LeaderApply.ID==0||(params.LeaderApply.ID>0&&params.LeaderApply.Status==2)?'justify-between':'justify-center']">
<view v-if="params.LeaderApply.ID==0||(params.LeaderApply.ID>0&&params.LeaderApply.Status!=2)" <view v-if="params.LeaderApply.ID==0||(params.LeaderApply.ID>0&&params.LeaderApply.Status!=2)"
class="text-center" @click="goUrl('/pages/teamLeader/reimbursementInfor')">记一笔</view> class="text-center" @click="goUrl('/pages/teamLeader/reimbursementInfor')">记一笔</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment