Parcourir la source

客资任务跟踪题目填写添加表格选项

zhujindu il y a 11 mois
Parent
commit
a277e4dc12
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/clew/complaintDetail/radioGroup.vue

+ 2 - 1
src/views/clew/complaintDetail/radioGroup.vue

@@ -109,8 +109,9 @@
               <template v-if="item.answerType == 'wb'">
                 <van-field v-model="scope.row[item.prop]" />
               </template>
+              <!-- 正整数 digit -->
               <template v-if="item.answerType == 'sz'">
-                <van-field v-model="scope.row[item.prop]" type="number" />
+                <van-field v-model="scope.row[item.prop]" type="digit" />
               </template>
             </template>
           </el-table-column>