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
b4e37b59
Commit
b4e37b59
authored
Sep 18, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
239dc13b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
travelDaysTripThree.vue
...s/newTravelmanager/travelLineTrip/travelDaysTripThree.vue
+9
-5
No files found.
src/components/newTravelmanager/travelLineTrip/travelDaysTripThree.vue
View file @
b4e37b59
...
...
@@ -7,6 +7,10 @@
position
:
relative
;
/* max-height: 700px; */
}
.TC-titlebox.border
input
{
border-right
:
0
;
border
:
1px
solid
#dddddd
!important
;
}
.TD_OperaContent
{
position
:
absolute
;
...
...
@@ -148,19 +152,19 @@
<div
class=
"toggle-box"
@
click=
"changeToggleBox(dayObj)"
>
点击折叠
</div>
<div
class=
"TC-daycnt row-aic"
>
<div
class=
"TC-days"
>
第
{{
dayObj
.
DayNum
}}
天
</div>
<div
class=
"TC-titlebox"
>
<span
class=
"TC-TitleSpan"
v-if=
"!dayObj.isRead"
style=
"width:
240px
;"
>
<div
class=
"TC-titlebox
border
"
>
<span
class=
"TC-TitleSpan"
v-if=
"!dayObj.isRead"
style=
"width:
100%
;"
>
<el-form-item>
<el-input
type=
"textarea"
:autosize=
"
{minRows: 1, maxRows: 8 }" resize="none" placeholder="请输入行程大点信息"
v-model="dayObj.TitleObj.Title">
</el-input>
</el-form-item>
<el-form-item
class=
"marginT10"
>
<el-input
placeholder=
"请输入公里数"
class=
"
w120
"
v-model=
"dayObj.TitleObj.KMNumber"
>
<el-input
placeholder=
"请输入公里数"
class=
""
v-model=
"dayObj.TitleObj.KMNumber"
>
<template
slot=
"append"
>
KM
</
template
>
</el-input>
</el-form-item>
</span>
<span
class=
"TC-spanTitle"
v-if=
"dayObj.isRead"
>
{{dayObj.TitleObj.Title}}
</span>
<span
class=
"TC-spanTitle"
style=
"width: 100%;"
v-if=
"dayObj.isRead"
>
{{dayObj.TitleObj.Title}}
</span>
</div>
</div>
<!-- 交通 -->
...
...
@@ -428,7 +432,7 @@
err
=>
{}
);
},
//天数上移下移
MoveDays
(
index
,
IsUp
)
{
var
currentItem
=
this
.
subConfig
.
DayList
[
index
];
...
...
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