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
e4460dda
Commit
e4460dda
authored
May 24, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
027a93fc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
116 additions
and
115 deletions
+116
-115
demesticRestaurantInfoManage.vue
src/components/Restaurant/demesticRestaurantInfoManage.vue
+1
-1
domesticRestaurantList.vue
src/components/Restaurant/domesticRestaurantList.vue
+3
-2
domesticScenicSpotInfoManage.vue
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
+112
-112
No files found.
src/components/Restaurant/demesticRestaurantInfoManage.vue
View file @
e4460dda
...
@@ -738,8 +738,8 @@
...
@@ -738,8 +738,8 @@
</div>
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"是否上架"
prop=
"IsShelves"
>
<el-form-item
label=
"是否上架"
prop=
"IsShelves"
>
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"1"
>
下架
</el-radio>
<el-radio
v-model=
"addMsg.IsShelves"
:label=
"0"
>
上架
</el-radio>
<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>
<!--
<el-form-item
:label=
"$t('system.table_country')"
>
<!--
<el-form-item
:label=
"$t('system.table_country')"
>
<el-select
<el-select
...
...
src/components/Restaurant/domesticRestaurantList.vue
View file @
e4460dda
...
@@ -369,7 +369,7 @@
...
@@ -369,7 +369,7 @@
</div>
</div>
</div>
</div>
</div>
-->
</div>
-->
<el-table
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%;min-height:450px;"
v-loading=
"loading"
>
<el-table
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%;min-height:450px;"
v-loading=
"loading"
>
<el-table-column
prop=
"Name"
label=
"餐厅名称"
>
<el-table-column
prop=
"Name"
label=
"餐厅名称"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
style=
"display:flex;align-items:center;"
>
<div
style=
"display:flex;align-items:center;"
>
...
@@ -425,7 +425,8 @@
...
@@ -425,7 +425,8 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.currentPage"
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.currentPage"
:page-size=
"msg.pageSize"
layout=
"total,prev, pager, next, jumper"
:total=
"msg.total"
></el-pagination>
:page-size=
"msg.pageSize"
layout=
"total,prev, pager, next, jumper"
:total=
"msg.total"
v-if=
"tableData.length>0"
></el-pagination>
<!-- <div v-if="tableData.length===0">暂无数据</div> -->
</div>
</div>
</template>
</template>
...
...
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
View file @
e4460dda
This diff is collapsed.
Click to expand it.
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