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
87b3bcc7
Commit
87b3bcc7
authored
Jan 11, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增业务时添加是否业务展示选项
parent
417db7dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
base-manager-ui/admin/src/pages/basicset/business/group/addprofession.vue
...admin/src/pages/basicset/business/group/addprofession.vue
+9
-9
No files found.
base-manager-ui/admin/src/pages/basicset/business/group/addprofession.vue
View file @
87b3bcc7
...
...
@@ -16,7 +16,7 @@
:wrapper-col="{ span: 19 }"
>
<a-form-model-item
label=
"业务级别:"
prop=
"isBusiness"
>
<a-radio-group
v-model=
"form.isBusiness"
@
change=
"changeIsBusiness"
>
<a-radio-group
v-model=
"form.isBusiness"
>
<a-radio
:value=
"0"
>
一级业务
</a-radio>
<a-radio
:value=
"1"
>
二级业务
</a-radio>
</a-radio-group>
...
...
@@ -60,13 +60,13 @@
<!--
<a-form-model-item
label=
"允许预约"
prop=
"canorder"
>
<y-switch
v-model=
"form.canorder"
></y-switch>
</a-form-model-item>
<a-form-model-item
label=
"允许取号"
prop=
"cantake"
>
</a-form-model-item>
-->
<
!--
<
a-form-model-item
label=
"允许取号"
prop=
"cantake"
>
<y-switch
v-model=
"form.cantake"
></y-switch>
</a-form-model-item>
<a-form-model-item
label=
"大厅情况展示"
prop=
"datashow"
>
<y-switch
v-model=
"form.datashow"
></y-switch>
</a-form-model-item>
-->
<a-form-model-item
label=
"是否数据展示"
prop=
"datashow"
>
<y-switch
v-model=
"form.datashow"
></y-switch>
</a-form-model-item>
<a-form-model-item
label=
"备注"
prop=
"remark"
>
<a-textarea
v-model=
"form.remark"
...
...
@@ -80,7 +80,7 @@
<
script
>
import
{
checkEn
,
checkBusinessName
}
from
"
@/utils/validate
"
;
import
local
from
"
@/utils/local
"
;
//
import YSwitch from "@/components/yswitch/YSwitch.vue";
import
YSwitch
from
"
@/components/yswitch/YSwitch.vue
"
;
import
{
saveBusiness
,
// getBusinessList,
...
...
@@ -89,7 +89,7 @@ import {
}
from
"
@/services/business
"
;
export
default
{
components
:
{
//
YSwitch,
YSwitch
,
},
data
()
{
return
{
...
...
@@ -102,7 +102,7 @@ export default {
// flownum: "",
// canorder: "",
// cantake: "",
// datashow: ""
,
datashow
:
0
,
remark
:
""
,
businessType
:
1
,
},
...
...
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