|
|
@@ -41,7 +41,7 @@
|
|
|
<p class="textRight">审批</p>
|
|
|
</div>
|
|
|
<div class="title" v-if="type == 'approvalSuccess'">
|
|
|
- <p class="textLeft" v-if="item.reportType == 1">
|
|
|
+ <!-- <p class="textLeft" v-if="item.reportType == 1">
|
|
|
{{ item.nickName }}的{{ item.reportTypeStr }}
|
|
|
</p>
|
|
|
<p class="textLeft" v-if="item.reportType == 2">
|
|
|
@@ -49,7 +49,8 @@
|
|
|
</p>
|
|
|
<p class="textLeft" v-if="item.reportType == 3">
|
|
|
{{ item.dqName }}的{{ item.reportTypeStr }}
|
|
|
- </p>
|
|
|
+ </p> -->
|
|
|
+ <p class="textLeft">{{ filterName(item) }}的{{ item.reportTypeStr }}</p>
|
|
|
<p class="textRight">
|
|
|
<van-rate
|
|
|
v-model="item.number"
|