-- 项目名称校验

This commit is contained in:
yuping
2022-12-10 21:44:07 +08:00
parent 59cff1b7a9
commit d349b7cacf
3 changed files with 858 additions and 844 deletions

View File

@@ -1,7 +1,7 @@
<template>
<a-input
v-model:value="modelV"
placeholder="请输入项目名称"
:placeholder="placeholder"
:show-count="showCount"
:maxlength="maxlength"
@blur="validateProName"
@@ -23,6 +23,9 @@ const props = defineProps({
id: {
type: String,
},
placeholder: {
type: String,
},
type: {
type: Number,
default: 1