Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
105b52c6
Commit
105b52c6
authored
Mar 20, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加跳转地址
parent
aa963ba2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
base-manager-ui/admin/src/pages/basicset/addmatter/components/AddSynopsis.vue
...n/src/pages/basicset/addmatter/components/AddSynopsis.vue
+6
-0
base-manager-ui/admin/src/pages/basicset/addmatter/components/baseMessage.vue
...n/src/pages/basicset/addmatter/components/baseMessage.vue
+5
-0
No files found.
base-manager-ui/admin/src/pages/basicset/addmatter/components/AddSynopsis.vue
View file @
105b52c6
...
...
@@ -139,6 +139,11 @@
</a-col>
</a-row>
<a-row>
<a-col
:span=
"8"
>
<a-form-model-item
label=
"跳转地址"
props=
"url"
>
<a-input
v-model=
"baseform.url"
placeholder=
"请输入跳转地址"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"8"
>
<a-form-model-item
label=
"办理流程图"
props=
"tid"
>
<YUpload
...
...
@@ -149,6 +154,7 @@
></YUpload>
</a-form-model-item>
</a-col>
<a-col
:span=
"8"
>
<a-form-model-item
label=
"备注"
props=
"remark"
>
<a-textarea
...
...
base-manager-ui/admin/src/pages/basicset/addmatter/components/baseMessage.vue
View file @
105b52c6
...
...
@@ -273,6 +273,11 @@
</a-col>
</a-row>
<a-row>
<a-col
:span=
"8"
>
<a-form-model-item
label=
"跳转地址"
props=
"url"
>
<a-input
v-model=
"baseform.url"
placeholder=
"请输入跳转地址"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"8"
>
<a-form-model-item
label=
"办理流程图"
props=
"tid"
>
<YUpload
...
...
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