Commit af4d1ba5 by WuBing

lttame缺陷修改

parent ac69816a
......@@ -481,8 +481,8 @@ export default {
{max: 35,message:"长度不能超过35"}
],
"ltdgrp.rec.prepers18":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
{type: "number", required: false, message: "请输入数字"},
{type: "number", max: 99,message:"不能超过99"}
],
"ltdgrp.rec.prepertxts18":[
......
......@@ -36,11 +36,11 @@
</c-col>
<c-col :span="24">
<el-form-item label="名称地址" prop="ltdgrp.blk.avbwthtxt">
<el-form-item label="名称地址" prop="ltdgrp.avt.pts.adrblk">
<c-input
type="textarea"
:rows="3"
v-model="model.ltdgrp.blk.avbwthtxt"
v-model="model.ltdgrp.avt.pts.adrblk"
maxlength="140"
show-word-limit
placeholder="请输入名称地址"
......@@ -202,7 +202,7 @@
<c-input
v-model.number="model.ltdgrp.rec.prepers18"
placeholder="请输入交单期"
disabeld
disabled
></c-input>
<template slot="footer">
<c-button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment