Commit 91e0a9df authored by wangxl's avatar wangxl

4444

parent 729dec5a
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="bg-title">评审意见</td> <td class="bg-title">评审意见(是否存在科研被信问题?该项目存在的问题和不足及意见建议)</td>
<td colspan="2"> <td colspan="2">
<a-form-model-item prop="remark"> <a-form-model-item prop="remark">
<a-textarea placeholder="评审意见" v-model="value.remark" :maxLength="1000" style="width: 80%; height: 120px; margin-top: 6px" /> <a-textarea placeholder="评审意见" v-model="value.remark" :maxLength="1000" style="width: 80%; height: 120px; margin-top: 6px" />
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td style="text-align: right;">意见与建议</td> <td style="text-align: right;">评审意见(是否存在科研被信问题?该项目存在的问题和不足及意见建议)</td>
<td colspan="2" style="text-align: left;"> <td colspan="2" style="text-align: left;">
<div v-html="toTextarea(value.remark)"></div> <div v-html="toTextarea(value.remark)"></div>
</td> </td>
......
...@@ -483,6 +483,6 @@ export function mergeRow (key, data) { ...@@ -483,6 +483,6 @@ export function mergeRow (key, data) {
} }
export function getEvaluationType (key) { export function getEvaluationType (key) {
let evaluationName = ['A类(80分及以上)', 'B类(60分及以上)', 'C类(60分以下)'] let evaluationName = ['A类(80分及以上)', 'B类(60~79分)', 'C类(60分以下)']
return evaluationName[key] return evaluationName[key]
} }
\ No newline at end of file
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