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
0a78c5f8
Commit
0a78c5f8
authored
May 21, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5e7ee75c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
GnHotelInfo.vue
src/components/Hotel/GnHotelInfo.vue
+4
-4
No files found.
src/components/Hotel/GnHotelInfo.vue
View file @
0a78c5f8
...
...
@@ -8,7 +8,7 @@
.delTrafic
{
position
:
absolute
;
right
:
165px
;
top
:
-11
px
;
top
:
7
px
;
}
.Ghotel_baseinfo
{
...
...
@@ -154,7 +154,7 @@
<el-input
placeholder=
"2017年装修"
class=
"w300"
v-model=
"addMsg.HotelInfo.DecorationTime"
></el-input>
</el-form-item>
<el-form-item
label=
"房间数量"
>
<el-input
placeholder=
"房间数量"
class=
"w300"
v-model=
"addMsg.RoomNumber"
></el-input>
<el-input
placeholder=
"房间数量"
class=
"w300"
@
keyup
.
native=
"checkInteger(addMsg,'RoomNumber')"
v-model=
"addMsg.RoomNumber"
></el-input>
</el-form-item>
<el-form-item
label=
"联系方式"
>
<el-input
placeholder=
"联系方式"
class=
"w300"
v-model=
"addMsg.Tel"
></el-input>
...
...
@@ -204,8 +204,8 @@
</
template
>
</template>
<
template
v-if=
"activeName==4"
>
<div
style=
"width:
600
px;"
>
<el-button
type=
"primary"
@
click=
"addTraffic()"
style=
"float:right;margin:-53px 165px 50px 0"
<div
style=
"width:
715
px;"
>
<el-button
type=
"primary"
@
click=
"addTraffic()"
title=
"添加交通"
style=
"float:right;margin:-53px 165px 50px 0"
icon=
"el-icon-plus"
circle
></el-button>
<div
style=
"margin-top:60px;"
>
<div
v-for=
"(item,index) in addMsg.TrafficInfo"
:key=
"index"
style=
"position:relative;margin-bottom:20px;"
>
...
...
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