Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
refined-platform
Commits
62df6bd9
Commit
62df6bd9
authored
1 year ago
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改地址校验
parent
8e76ce47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
refined-manager-ui/admin/src/views/system/resource/dialogshow.vue
...manager-ui/admin/src/views/system/resource/dialogshow.vue
+2
-1
No files found.
refined-manager-ui/admin/src/views/system/resource/dialogshow.vue
View file @
62df6bd9
...
...
@@ -19,7 +19,7 @@
type=
"select"
/>
<!--
<Field
label=
"用户类型"
prop=
"userType"
v-model=
"form.userType"
:enumData=
'dict.userType'
type=
'select'
/>
-->
<Field
label=
"链接地址"
prop=
"url"
:span=
"20"
>
<Field
label=
"链接地址"
prop=
"url
s
"
:span=
"20"
>
<el-button
icon=
"el-icon-plus"
circle
...
...
@@ -192,6 +192,7 @@ export default {
rules
:
{
name
:
[{
required
:
true
,
message
:
"
请输入名称
"
,
trigger
:
"
blur
"
}],
urls
:[{
required
:
true
,
message
:
"
地址不能为空
"
,
trigger
:
"
blur
"
}]
},
};
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment