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
3ab0bbb7
Commit
3ab0bbb7
authored
Dec 04, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 站点信息添加站点风貌
parent
19b1f9b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
...r-ui/admin/src/pages/basicset/site/components/addsite.vue
+12
-0
No files found.
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
View file @
3ab0bbb7
...
...
@@ -189,6 +189,16 @@
></YUpload>
</a-form-model-item>
</a-col>
<a-col
:span=
"24"
>
<a-form-model-item
class=
"site-style"
label=
"站点风貌"
prop=
"govAffairStyle"
>
<YUpload
accept=
".png,.jpg,.jpeg,.svg"
:limit=
"0"
v-model=
"formInfo.govAffairStyle"
listType=
"picture-card"
></YUpload>
</a-form-model-item>
</a-col>
</a-row>
<div
class=
"color_title"
>
办公信息
</div>
...
...
@@ -359,6 +369,7 @@ export default {
onlineTake
:
0
,
// 在线取号
appointment
:
0
,
// 微预约
gowMap
:
0
,
// 政务地图
govAffairStyle
:
''
,
// 站点风貌
},
//表单提交数据
indeterminate
:
true
,
checkAll
:
false
,
...
...
@@ -759,4 +770,5 @@ export default {
margin-bottom: 6px;
}
}
</
style
>
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