Commit 12033e13 authored by 徐俊's avatar 徐俊

xujun

parent 59c21d3a
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<td class="bg-title">评审结果</td> <td class="bg-title">评审结果</td>
<td colspan="2"> <td colspan="2">
<a-form-model-item prop="evaluationType"> <a-form-model-item prop="evaluationType">
<a-radio-group v-model="evaluationType" @change="EcaluationChange"> <a-radio-group v-model="evaluationType" @change="EcaluationChange" disabled>
<a-radio :value="1">A类(通过)</a-radio> <a-radio :value="1">A类(通过)</a-radio>
<a-radio :value="2">B类(修改)</a-radio> <a-radio :value="2">B类(修改)</a-radio>
<a-radio :value="3">C类(不通过)</a-radio> <a-radio :value="3">C类(不通过)</a-radio>
...@@ -229,6 +229,7 @@ export default { ...@@ -229,6 +229,7 @@ export default {
this.evaluationType = 2 this.evaluationType = 2
else else
this.evaluationType = 3 this.evaluationType = 3
this.EcaluationChange()
}, },
AreaChange() { AreaChange() {
this.value.remark = this.remark this.value.remark = this.remark
......
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