Commit 58c78686 authored by youjie's avatar youjie

no message

parent c3ca5b30
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
: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>
<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&&params.LeaderApply.Status!=1)"
class="text-center ML50" :class="[loading?'active':'']" @click="saveData">提交</view> class="text-center ML50" :class="[loading?'active':'']" @click="saveData">提交</view>
</view> </view>
</view> </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