File tree Expand file tree Collapse file tree
public/components/property Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h3 class="m-t-none m-b ">添加楼栋</h3>
1010 < div >
1111 < div class ="form-group row ">
1212 < label class ="col-sm-2 col-form-label "> 楼栋编号</ label >
13- < div class ="col-sm-10 "> < input v-model ="addFloorInfo.floorNum " type ="number "
13+ < div class ="col-sm-10 "> < input v-model ="addFloorInfo.floorNum " type ="text "
1414 placeholder ="必填,请填写编号 " class ="form-control "> </ div >
1515 </ div >
1616 < div class ="form-group row ">
Original file line number Diff line number Diff line change 6262 errInfo :"楼编号不能为空"
6363 } ,
6464 {
65- limit :"num " ,
66- param :"" ,
67- errInfo :"不是有效的数字 "
65+ limit :"maxin " ,
66+ param :"1,12 " ,
67+ errInfo :"楼编号长度必须在1位至12位 "
6868 } ,
6969 ] ,
7070 'addFloorInfo.floorArea' :[
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h3 class="m-t-none m-b ">修改楼栋</h3>
1010 < div >
1111 < div class ="form-group row ">
1212 < label class ="col-sm-2 col-form-label "> 楼栋编号</ label >
13- < div class ="col-sm-10 "> < input v-model ="editFloorInfo.floorNum " type ="number "
13+ < div class ="col-sm-10 "> < input v-model ="editFloorInfo.floorNum " type ="text "
1414 placeholder ="必填,请填写编号 " class ="form-control "> </ div >
1515 </ div >
1616 < div class ="form-group row ">
Original file line number Diff line number Diff line change 5858 errInfo : "楼编号不能为空"
5959 } ,
6060 {
61- limit : "num ",
62- param : " ",
63- errInfo : "不是有效的数字 "
61+ limit :"maxin ",
62+ param :"1,12 ",
63+ errInfo :"楼编号长度必须在1位至12位 "
6464 } ,
6565 ] ,
6666 'editFloorInfo.floorArea' : [
You can’t perform that action at this time.
0 commit comments