Browse Source

前端粮款

gjy 3 years ago
parent
commit
891a0d8831
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/contractManagement/purchaseContractCost.vue

+ 2 - 2
src/views/contractManagement/purchaseContractCost.vue

@@ -135,8 +135,8 @@
       <el-form style='margin:0 auto;' ref="form" :model="deptBudgetList" label-width="100px">
         <el-form-item v-if='status==1||status==2||status==5' label="类型">
           <el-radio-group v-model="costType">
-            <el-radio :label="1">粮款</el-radio>
-            <el-radio :label="2">非粮款</el-radio>
+            <el-radio :label="'1'">粮款</el-radio>
+            <el-radio :label="'2'">非粮款</el-radio>
           </el-radio-group>
         </el-form-item>
         <el-form-item v-else label="类型">