Browse Source

fix: yes改为true

zh 2 năm trước cách đây
mục cha
commit
06b7dd5fc7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/commercialEngineering/components/operate.vue

+ 2 - 2
src/views/commercialEngineering/components/operate.vue

@@ -113,8 +113,8 @@
         <el-radio-group v-model="formData.isSuccess">
           <el-radio
             v-for="item in [
-              { label: '同意', value: 'YES' },
-              { label: '拒绝', value: 'NO' }
+              { label: '同意', value: true },
+              { label: '拒绝', value: false }
             ]"
             :key="item.value"
             :label="item.value"