Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ad82f010
authored
2025-07-08 15:57:48 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去掉排序号限制输入2位
1 parent
9d00415e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/views/data_meta/components/standardDialog.vue
src/views/data_meta/standard-codetable.vue
src/views/data_meta/standard-codetable_old.vue
src/views/data_meta/components/standardDialog.vue
View file @
ad82f01
...
...
@@ -52,7 +52,7 @@
</el-col>
<el-col
:span=
"12"
style=
"padding-right:10px"
>
<el-form-item
label=
"排序"
prop=
"orderNum"
>
<el-input
v-model=
"form.orderNum"
placeholder=
"请输入"
type=
"number"
maxlength=
"
2
"
/>
<el-input
v-model=
"form.orderNum"
placeholder=
"请输入"
type=
"number"
maxlength=
"
6
"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
style=
"padding-right:10px"
>
...
...
src/views/data_meta/standard-codetable.vue
View file @
ad82f01
...
...
@@ -205,7 +205,7 @@ const formItems: any = ref([
placeholder
:
'请输入'
,
field
:
'orderNum'
,
default
:
''
,
maxlength
:
2
,
maxlength
:
6
,
clearable
:
true
,
required
:
true
},
...
...
src/views/data_meta/standard-codetable_old.vue
View file @
ad82f01
...
...
@@ -165,7 +165,7 @@ const formItems: any = ref([
placeholder
:
'请输入'
,
field
:
'orderNum'
,
default
:
''
,
maxlength
:
2
,
maxlength
:
6
,
clearable
:
true
,
required
:
true
},
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment