Commit 3e6f08ae authored by wangxl's avatar wangxl

33

parent 3a6a3a18
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<td class="bg-title" style="text-align: right;">总分:</td> <td class="bg-title" style="text-align: right;">总分:</td>
<td colspan="2" style="text-align: left;padding-left: 12px;">{{Count()}}</td> <td colspan="2" style="text-align: left;padding-left: 12px;">{{Count()}}</td>
</tr> </tr>
<!-- <tr> <tr>
<td class="bg-title" style="text-align: right;">是否推荐立项支持</td> <td class="bg-title" style="text-align: right;">是否推荐立项支持</td>
<td colspan="2"> <td colspan="2">
<a-form-model-item prop="supportState"> <a-form-model-item prop="supportState">
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</a-radio-group> </a-radio-group>
</a-form-model-item> </a-form-model-item>
</td> </td>
</tr> --> </tr>
<tr> <tr>
<td class="bg-title" style="text-align: right;">评审结果</td> <td class="bg-title" style="text-align: right;">评审结果</td>
<td colspan="2"> <td colspan="2">
......
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
<span v-if="item.order==7">{{ value.score7 }}</span> <span v-if="item.order==7">{{ value.score7 }}</span>
</td> </td>
</tr> </tr>
<!-- <tr> <tr>
<td class="bg-title" style="text-align: right;">是否推荐立项支持</td> <td class="bg-title" style="text-align: right;">是否推荐立项支持</td>
<td colspan="2"> <td colspan="2">
<a-tag :color="'#87d068'" v-if="value.supportState==1"></a-tag> <a-tag :color="'#87d068'" v-if="value.supportState==1"></a-tag>
<a-tag :color="'#f50'" v-if="value.supportState==0"></a-tag> <a-tag :color="'#f50'" v-if="value.supportState==0"></a-tag>
</td> </td>
</tr> --> </tr>
<tr> <tr>
<td class="bg-title" style="text-align: right;">评审结果</td> <td class="bg-title" style="text-align: right;">评审结果</td>
<td colspan="2"> <td colspan="2">
......
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
{ title: "项目类别", scopedSlots: { customRender: 'projClassInfo' }, align: 'center', width: 80 }, { title: "项目类别", scopedSlots: { customRender: 'projClassInfo' }, align: 'center', width: 80 },
{ title: '评分', dataIndex: 'totalScore', align: 'center' }, { title: '评分', dataIndex: 'totalScore', align: 'center' },
{ title: '评审结果', scopedSlots: { customRender: 'evaluationType' }, align: 'center' }, { title: '评审结果', scopedSlots: { customRender: 'evaluationType' }, align: 'center' },
// { title: '是否推荐立项支持', scopedSlots: { customRender: 'supportState' }, align: 'center' }, { title: '是否推荐立项支持', scopedSlots: { customRender: 'supportState' }, align: 'center' },
{ title: '评审状态', scopedSlots: { customRender: 'expertEvaluation', colName: 'gradeScore' }, align: 'center' }, { title: '评审状态', scopedSlots: { customRender: 'expertEvaluation', colName: 'gradeScore' }, align: 'center' },
{ title: '操作', scopedSlots: { customRender: 'option' }, align: 'center', fixed: 'right', width: 120, }, { title: '操作', scopedSlots: { customRender: 'option' }, align: 'center', fixed: 'right', width: 120, },
], ],
......
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