调整 maxLength

This commit is contained in:
z9130 2024-09-12 17:44:03 +08:00
parent 9decfcb729
commit e22e91e8f1
18 changed files with 4 additions and 18 deletions

View File

@ -79,7 +79,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -235,6 +235,7 @@ async function handleSave() {
async function handleSubmit() {
try {
//
await Apis.contractBaseInfo.post_apply({ data: {} }).then((data) => {
message.success("提交成功");
back();

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -140,7 +140,7 @@ export function getFormSchema(_params: any = {}) {
},
},
quality: {
title: "工期要求(质量要求)",
title: "工期/质量要求",
key: "quality",
col: { span: 24 },
labelWrap:true,
@ -151,7 +151,7 @@ export function getFormSchema(_params: any = {}) {
},
},
stockNums: {
title: "工程量(采购量)",
title: "工程/采购量",
key: "stockNums",
col: { span: 24 },
labelWrap:true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -146,7 +146,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -25,7 +25,6 @@ export default function (): CreateCrudOptionsRet {
},
form: {
component: {
maxlength: 5, // 原生属性要写在这里
props: {
showWordLimit: true,
type: 'text',

View File

@ -58,7 +58,6 @@ const formBinding = ref({
name: "a-input",
vModel: "value",
allowClear: true,
maxlength: 5,
},
rules: [{ required: true, message: "请输入字典标签" }],
},

View File

@ -53,7 +53,6 @@ const formBinding = ref({
},
}),
allowClear: true,
maxlength: 5,
props: {
type: "text",
showWordLimit: true,

View File

@ -320,7 +320,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -188,7 +188,6 @@ const searchForm = ref({
name: 'a-input',
vModel: 'value',
allowClear: true,
maxlength: 5,
props: {
type: 'text',
showWordLimit: true,

View File

@ -43,7 +43,7 @@
"clean": "vsh clean",
"commit": "czg",
"dev": "turbo-run dev",
"dev:office": "pnpm -F web-office run dev:prod",
"dev:office": "pnpm -F web-office run dev",
"dev:antd": "pnpm -F @vben/web-antd run dev",
"dev:docs": "pnpm -F @vben/docs run dev",
"dev:ele": "pnpm -F @vben/web-ele run dev",