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
830b200d
Commit
830b200d
authored
Nov 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
dd30402e
65676ffe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
busHandBook.vue
src/components/busManagement/busHandBook.vue
+12
-5
No files found.
src/components/busManagement/busHandBook.vue
View file @
830b200d
...
...
@@ -95,7 +95,7 @@
<td
class=
"commonBackColor"
width=
"150"
>
便名
</td>
<td
class=
"commonBackColor"
width=
"450"
>
スケジュール內容
</td>
<td
class=
"commonBackColor"
width=
"350"
>
ホテル
</td>
<td
class=
"commonBackColor"
width=
"180"
>
ホテルTEL
</td>
<td
class=
"commonBackColor"
width=
"200"
>
餐
</td>
<td
class=
"commonBackColor"
width=
"200"
>
司机宿泊
</td>
</tr>
...
...
@@ -117,11 +117,18 @@
<td>
<el-input
type=
"textarea"
resize=
"none"
style=
"padding:5px 0;"
v-model=
"subItem.BusContent"
/>
</td>
<td>
<el-input
type=
"textarea"
resize=
"none"
style=
"padding:5px 0;"
v-model=
"subItem.HotelName"
/>
</td>
<td>
<el-input
type=
"textarea"
resize=
"none"
style=
"padding:5px 0;"
v-model=
"subItem.HotelTel"
/>
<el-input
v-model=
"subItem.HotelName"
>
<template
slot=
"prepend"
>
名称:
</
template
>
</el-input><br
/>
<el-input
v-model=
"subItem.HotelTel"
>
<
template
slot=
"prepend"
>
电话:
</
template
>
</el-input><br
/>
<el-input
v-model=
"subItem.HotelAddress"
>
<
template
slot=
"prepend"
>
地址:
</
template
>
</el-input>
</td>
<td>
<el-input
v-model=
"subItem.BreakfastName"
>
...
...
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