Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
happiness-plus-platform-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
df8756ed
authored
Dec 17, 2019
by
dongjipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
c3a65b81
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
14 deletions
+15
-14
src/main.js
+2
-2
src/views/restaurant/NationalRestaurant.vue
+1
-1
src/views/restaurant/RestaurantMenus.vue
+7
-6
src/views/shop/index.vue
+1
-1
src/views/travel/HotelList.vue
+3
-3
src/views/wash/WashBranches.vue
+1
-1
No files found.
src/main.js
View file @
df8756ed
...
...
@@ -23,8 +23,8 @@ axios.defaults.timeout = 50000
axios
.
defaults
.
headers
.
post
[
'Content-Type'
]
=
'application/x-www-form-urlencoded;charset=UTF-8'
axios
.
defaults
.
withCredentials
=
true
//
const DOMAIN_NAME = 'cfldcn'
const
DOMAIN_NAME
=
'cfldpe'
const
DOMAIN_NAME
=
'cfldcn'
//
const DOMAIN_NAME = 'cfldpe'
var
ssoHttp
=
''
if
(
process
.
env
.
NODE_ENV
===
'development'
)
{
// 开发
...
...
src/views/restaurant/NationalRestaurant.vue
View file @
df8756ed
...
...
@@ -67,7 +67,7 @@
</el-table-column>
<el-table-column
prop=
"personMobile"
align=
"
righ
t"
align=
"
lef
t"
label=
"联系方式"
width=
"110"
>
</el-table-column>
...
...
src/views/restaurant/RestaurantMenus.vue
View file @
df8756ed
...
...
@@ -21,17 +21,18 @@
type=
"index"
align=
"center"
label=
"序号"
:width=
"$store.state.tableTrWidth.index + 'px'
"
>
width=
"65
"
>
</el-table-column>
<el-table-column
prop=
"cityName"
width=
"160"
label=
"所在城市"
>
</el-table-column>
<el-table-column
prop=
"bannerImg"
align=
"center"
label=
"菜单图片"
width=
"
300px
"
>
width=
"
240
"
>
<template
slot-scope=
"scope"
>
<img
:src=
"$imgUrl + scope.row.menuUrl"
@
click=
"imgHandle(scope.row.menuUrl)"
style=
"margin: auto; width: 200px; height: 60px; cursor: pointer"
/>
</
template
>
...
...
@@ -40,7 +41,7 @@
prop=
"menuDate"
align=
"center"
label=
"菜单日期"
width=
"1
3
0"
>
width=
"1
0
0"
>
</el-table-column>
<el-table-column
prop=
"diningRoomName"
...
...
@@ -50,17 +51,17 @@
prop=
"createTime"
align=
"center"
label=
"操作日期"
width=
"1
50
"
>
width=
"1
45
"
>
</el-table-column>
<el-table-column
prop=
"createUser"
label=
"操作人"
width=
"1
50
"
>
width=
"1
45
"
>
</el-table-column>
<el-table-column
prop=
"type"
label=
"客户端"
width=
"
12
0"
>
width=
"
9
0"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.type === 2"
>
pc端
</span>
<span
v-if=
"scope.row.type === 1"
>
移动端
</span>
...
...
src/views/shop/index.vue
View file @
df8756ed
...
...
@@ -61,7 +61,7 @@
</el-table-column>
<el-table-column
prop=
"phoneNumber"
align=
"
righ
t"
align=
"
lef
t"
label=
"手机号"
width=
"110"
>
</el-table-column>
...
...
src/views/travel/HotelList.vue
View file @
df8756ed
...
...
@@ -73,7 +73,7 @@
</el-table-column>
<el-table-column
prop=
"tel"
align=
"
righ
t"
align=
"
lef
t"
label=
"酒店电话"
width=
"110"
>
</el-table-column>
...
...
@@ -84,7 +84,7 @@
</el-table-column>
<el-table-column
prop=
"contactsphone"
align=
"
righ
t"
align=
"
lef
t"
label=
"酒店联系人电话"
width=
"110"
>
</el-table-column>
...
...
@@ -95,7 +95,7 @@
</el-table-column>
<el-table-column
prop=
"persontel"
align=
"
righ
t"
align=
"
lef
t"
label=
"公司联系人电话"
width=
"110"
>
</el-table-column>
...
...
src/views/wash/WashBranches.vue
View file @
df8756ed
...
...
@@ -72,7 +72,7 @@
</el-table-column>
<el-table-column
prop=
"contactNumber"
align=
"
righ
t"
align=
"
lef
t"
width=
"115"
label=
"联系方式"
>
</el-table-column>
...
...
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