Browse Source

Merge branch 'feature_20250311_物料任务设置最大值' into uat(dev)

zhujindu 9 tháng trước cách đây
mục cha
commit
39559693c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

@@ -72,7 +72,7 @@
             ><van-field
               v-model="scope.row.value"
               placeholder="请输入"
-              type="number"
+              type="digit"
               @blur="inputbluwl(scope.row.value, scope.$index, '2')"
           /></template>
         </el-table-column>