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
04e8b32c
Commit
04e8b32c
authored
May 21, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5e7ee75c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
GnHotelInfo.vue
src/components/Hotel/GnHotelInfo.vue
+2
-2
GnHotelManagement.vue
src/components/Hotel/GnHotelManagement.vue
+1
-2
comImgList.vue
src/components/commonPage/comImgList.vue
+1
-0
No files found.
src/components/Hotel/GnHotelInfo.vue
View file @
04e8b32c
...
...
@@ -92,7 +92,7 @@
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('hotel.hotel_detailinfo')"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"addMsg.Address"
size=
"small"
placeholder=
"
请填写详细地址
"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"addMsg.Address"
size=
"small"
placeholder=
"
例如:四川省成都市锦江区阳光新业中心
"
>
<el-button
slot=
"append"
@
click=
"getMapShow"
>
地图
</el-button>
</el-input>
</el-form-item>
...
...
@@ -110,7 +110,7 @@
</div>
</div>
<el-form-item
label=
"地址说明"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"addMsg.AddressDes"
size=
"small"
placeholder=
"
请填写详细地址
"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"addMsg.AddressDes"
size=
"small"
placeholder=
"
例如:距离XX2公里,步行大约需要10分钟.
"
>
</el-input>
</el-form-item>
<el-form-item
label=
"标签"
>
...
...
src/components/Hotel/GnHotelManagement.vue
View file @
04e8b32c
...
...
@@ -511,9 +511,8 @@
path
:
path
,
query
:
{
id
:
item
.
ID
,
blank
:
'y'
,
tab
:
'
报价详情
'
tab
:
'
房型列表
'
}
});
},
...
...
src/components/commonPage/comImgList.vue
View file @
04e8b32c
...
...
@@ -208,6 +208,7 @@
this
.
getImgList
(
-
1
)
}
else
{
this
.
saveObj
[
this
.
commonIndex
].
ImgList
.
push
(
obj
);
this
.
getImgList
(
this
.
commonIndex
)
}
});
},
...
...
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