Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HotelProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
HotelProject
Commits
f4cfc746
Commit
f4cfc746
authored
Feb 28, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
ff92bd90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
97 additions
and
95 deletions
+97
-95
HotelInfo.vue
src/components/assetsman/HotelInfo.vue
+97
-95
No files found.
src/components/assetsman/HotelInfo.vue
View file @
f4cfc746
...
...
@@ -115,8 +115,9 @@
</
style
><
template
>
<div
class=
"flexOne changInfo HotelInfo"
>
<div
class=
"resource-content clearfix"
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"140px"
>
<div
class=
"resource-baseinfo"
style=
"width:500px;margin:30px 0 0 30px;display:inline-block"
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"160px"
>
<div
class=
"clearfix"
>
<div
class=
"resource-baseinfo"
style=
"width:500px;margin:30px 0 0 30px;float:left"
>
<el-form-item
label=
"ホテル名"
prop=
"SHotelName"
title=
"酒店名称"
>
<el-input
type=
"text"
v-model=
"addMsg.SHotelName"
maxlength=
"100"
class=
"w300"
></el-input>
</el-form-item>
...
...
@@ -166,8 +167,8 @@
</el-form-item>
</div>
<div
class=
"HotelRight"
style=
"display:inline-block
;width:510px;margin-top:30px;"
>
<el-form-item
label=
"活動施設サービス"
title=
"活动设施服务
"
>
<div
class=
"HotelRight"
style=
"float:left
;width:510px;margin-top:30px;"
>
<el-form-item
label=
"活動施設サービス"
title=
"活动设施服务"
style=
"display:none;
"
>
<el-select
multiple
placeholder=
"選んでください"
class=
'multiple_input w300'
v-model=
"activeServiceArray"
>
<el-option
v-for=
"item in ActivityFacilities"
:key=
"item.HConfigId"
:label=
"item.JapanName"
:value=
"item.HConfigId"
>
...
...
@@ -210,16 +211,17 @@
</el-select>
</el-form-item>
</div>
</div>
<div
style=
"position:relative;margin-bottom:15px;"
>
<span
style=
"top:0;position: absolute;left:75px;color:#606266"
>
ホテルの魅力
</span>
<div
style=
"display:inline-block;margin-left:1
73
px;background:#fff;width:800px;"
>
<div
style=
"display:inline-block;margin-left:1
90
px;background:#fff;width:800px;"
>
<quill-editor
:options=
"editorOption"
v-model=
"addMsg.SHotelInfo"
></quill-editor>
</div>
</div>
<div
style=
"position:relative"
>
<span
style=
"top:0;position:absolute;left:75px;color:#606266"
>
ホテルポリシー
</span>
<div
style=
"display:inline-block;margin-left:1
73
px;background:#fff;width:800px;"
>
<div
style=
"display:inline-block;margin-left:1
90
px;background:#fff;width:800px;"
>
<quill-editor
:options=
"editorOption"
v-model=
"addMsg.SHotelPolicy"
></quill-editor>
</div>
...
...
@@ -240,7 +242,7 @@
</el-upload>
</div>
</div>
<div
class=
"btn-list"
style=
"margin
-left:
60px;"
><span
class=
"common-lefttit"
></span><button
<div
class=
"btn-list"
style=
"margin
:0 0 30px
60px;"
><span
class=
"common-lefttit"
></span><button
style=
"margin-right:20px;"
class=
"chaxunSpan"
:class=
"
{'disClick':!isSubmit}"
@click="submitForm('addMsg')">を選択します
</button><button
class=
"chaxunSpan"
@
click=
"goUrl('HotelList')"
>
キャンセル
</button></div>
...
...
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