Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
027a93fc
Commit
027a93fc
authored
May 24, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
97e29c86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
demesticRestaurantInfoManage.vue
src/components/Restaurant/demesticRestaurantInfoManage.vue
+1
-1
domesticScenicSpotInfoManage.vue
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
+3
-2
No files found.
src/components/Restaurant/demesticRestaurantInfoManage.vue
View file @
027a93fc
...
...
@@ -1094,7 +1094,7 @@
>
</el-option>
</el-select>
<!-- <el-cascader :options="FoodTypeList" v-model="addMsg.FoodType" :props="FoodTypeProps"></el-cascader> -->
</el-form-item>
<el-form-item
:label=
"$t('Operation.Op_price')"
>
<el-select
...
...
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
View file @
027a93fc
...
...
@@ -725,6 +725,7 @@
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"0"
>
上架
</el-radio>
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"1"
>
下架
</el-radio>
</el-form-item>
<el-form-item
label=
"省"
>
<el-select
placeholder=
"请选择省"
filterable
class=
'multiple_input w300'
v-model=
"addMsg.Province"
@
change=
"GetSubAreaList(addMsg.Province,2),addMsg.City=0,addMsg.District=0"
>
...
...
@@ -987,8 +988,8 @@
</div>
</div> -->
<div
class=
"toolOne"
style=
"display:none;"
>
<span
class=
"fdTag"
>
{{$t('scen.sc_f
dTag
')}}
</span>
<div
class=
"toolOne"
>
<span
class=
"fdTag"
>
{{$t('scen.sc_f
oodLabels
')}}
</span>
<div
class=
"footabs"
>
<el-tag
:key=
"tag"
v-for=
"tag in tipsList"
closable
:disable-transitions=
"false"
@
close=
"handleClose(tag)"
>
{{tag}}
</el-tag>
...
...
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