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
91a4a745
Commit
91a4a745
authored
Dec 11, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加站点投诉电话
parent
b4541f9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
...r-ui/admin/src/pages/basicset/site/components/addsite.vue
+17
-4
No files found.
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
View file @
91a4a745
...
@@ -88,7 +88,16 @@
...
@@ -88,7 +88,16 @@
<a-input
<a-input
v-model=
"formInfo.leadingOfficialTelephone"
v-model=
"formInfo.leadingOfficialTelephone"
type=
"text"
type=
"text"
placeholder=
"请输入负责人电话电话"
placeholder=
"请输入负责人电话"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"8"
>
<a-form-model-item
label=
"投诉电话"
prop=
"complaintHotline"
>
<a-input
v-model=
"formInfo.complaintHotline"
type=
"text"
placeholder=
"请输入投诉电话"
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
...
@@ -190,7 +199,11 @@
...
@@ -190,7 +199,11 @@
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<a-form-model-item
class=
"site-style"
label=
"站点风貌"
prop=
"govAffairStyle"
>
<a-form-model-item
class=
"site-style"
label=
"站点风貌"
prop=
"govAffairStyle"
>
<YUpload
<YUpload
accept=
".png,.jpg,.jpeg,.svg"
accept=
".png,.jpg,.jpeg,.svg"
:limit=
"0"
:limit=
"0"
...
@@ -369,7 +382,8 @@ export default {
...
@@ -369,7 +382,8 @@ export default {
onlineTake
:
0
,
// 在线取号
onlineTake
:
0
,
// 在线取号
appointment
:
0
,
// 微预约
appointment
:
0
,
// 微预约
gowMap
:
0
,
// 政务地图
gowMap
:
0
,
// 政务地图
govAffairStyle
:
''
,
// 站点风貌
govAffairStyle
:
""
,
// 站点风貌
complaintHotline
:
""
,
// 投诉热线
},
//表单提交数据
},
//表单提交数据
indeterminate
:
true
,
indeterminate
:
true
,
checkAll
:
false
,
checkAll
:
false
,
...
@@ -770,5 +784,4 @@ export default {
...
@@ -770,5 +784,4 @@ export default {
margin-bottom: 6px;
margin-bottom: 6px;
}
}
}
}
</
style
>
</
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