|
@@ -135,14 +135,14 @@
|
|
|
<div>{{ bookData.fund }} 元</div>
|
|
|
</div>
|
|
|
<p style="position: absolute; right: 30px; bottom: 20px">
|
|
|
- {{ $store.state.userInfo.bm }} {{ $store.state.userInfo.username }}
|
|
|
+ {{ bookData.bm?bookData.bm:'' }} {{ bookData.username }}
|
|
|
{{ bookData.createAt }}
|
|
|
</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td colspan="8">
|
|
|
- <p class="bold">部门意见:</p>
|
|
|
+ <p class="bold">审核意见:</p>
|
|
|
<div v-for="(item, index) in qpList" :key="index" class="qpItem">
|
|
|
<div>{{ item.text }}</div>
|
|
|
<div>{{ item.bm }} {{ item.username }} {{ item.time }}</div>
|
|
@@ -330,10 +330,10 @@ export default {
|
|
|
isQpButton: false,
|
|
|
isAgree: 0,
|
|
|
typeListStatus:[
|
|
|
- {tit:"评审委员会意见",key:'5'},
|
|
|
- {tit:"所在学院部门",key:'4'},
|
|
|
- {tit:"所在学院领导审核",key:'3'},
|
|
|
- {tit:"创新创业综合审核-初审",key:'0'},
|
|
|
+ {tit:"学校终审意见",key:'3'},
|
|
|
+ // {tit:"专家意见",key:'5'},
|
|
|
+ {tit:"创新创业学院审核",key:'0'},
|
|
|
+ {tit:"所在学院/部门",key:'4'},
|
|
|
]
|
|
|
// typeListStatus:{
|
|
|
// "5":"评审委员会意见",
|