剔除不上线内容
This commit is contained in:
@@ -44,11 +44,11 @@
|
||||
|
||||
<span class="icon">
|
||||
<!-- ing -->
|
||||
<img src="./components/ing.png" alt="" v-if="item.approvalStatus == 0" />
|
||||
<img src="components/ing.png" alt="" v-if="item.approvalStatus == 0" />
|
||||
<!-- end -->
|
||||
<img src="./components/end.png" alt="" v-if="item.approvalStatus == 1" />
|
||||
<img src="components/end.png" alt="" v-if="item.approvalStatus == 1" />
|
||||
<!-- false -->
|
||||
<img src="./components/reject.png" alt="" v-if="item.approvalStatus == 2" />
|
||||
<img src="components/reject.png" alt="" v-if="item.approvalStatus == 2" />
|
||||
</span>
|
||||
</view>
|
||||
</u-card>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
<!-- 已通过 -->
|
||||
<div class="people_status_agree" v-if="list.approvalStatus == 1">
|
||||
<img src="./components/people_status_agree.png" alt="" />
|
||||
<img src="components/people_status_agree.png" alt="" />
|
||||
</div>
|
||||
|
||||
<!-- 被驳回 -->
|
||||
@@ -120,7 +120,7 @@
|
||||
</div>
|
||||
|
||||
<div class="avatar" v-else-if="item.title == '抄送'">
|
||||
<img src="./components/Profile_Picture.png" alt="" />
|
||||
<img src="components/Profile_Picture.png" alt="" />
|
||||
</div>
|
||||
|
||||
<div class="avatar" v-else>
|
||||
@@ -128,13 +128,13 @@
|
||||
</div>
|
||||
|
||||
<div class="icon-yes" v-if="item.stepType == 1 || item.stepType == 0 || item.stepType == 3">
|
||||
<img src="./components/agree.png" alt="" />
|
||||
<img src="components/agree.png" alt="" />
|
||||
</div>
|
||||
|
||||
<div class="" v-else-if="item.stepType == 2"></div>
|
||||
|
||||
<div class="icon-no" v-else>
|
||||
<img src="./components/clearn.png" />
|
||||
<img src="components/clearn.png" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user