浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
f6fe497e97
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/spotCheckConfigure/addSpotCheck.vue

+ 1 - 1
pages/spotCheckConfigure/addSpotCheck.vue

@@ -43,7 +43,7 @@
 					<u-icon name="icon-xian-11" custom-prefix="xd-icon" size="28" color="#888888" @click="openMDpage"></u-icon>
 				</u-form-item>
 				<u-form-item label="有效天数" required label-width="160rpx" prop="effectiveDay">
-					<u-input v-model="form.effectiveDay" maxlength="4" type="number" input-align="right" placeholder="请输入任务有效天数" /> 天
+					<u-input v-model="form.effectiveDay" maxlength="3" type="number" input-align="right" placeholder="请输入任务有效天数" /> 天
 				</u-form-item>
 			</u-form>
 			<view class="btns">