修改
This commit is contained in:
parent
0842937a87
commit
62929b2aaa
@ -485,7 +485,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="时间" prop="time">
|
||||
<el-date-picker
|
||||
v-if="query.companionDays==1&&!lookedit"
|
||||
v-if="!lookedit"
|
||||
v-model="timevalue"
|
||||
type="daterange"
|
||||
range-separator="至"
|
||||
@ -495,7 +495,7 @@
|
||||
@change="timechange"
|
||||
></el-date-picker>
|
||||
<div
|
||||
v-if="query.companionDays!=1||lookedit"
|
||||
v-else
|
||||
class="text"
|
||||
>{{query.companionStartDate}} {{query.companionEndDate?'至':'' }} {{ query.companionEndDate }}</div>
|
||||
</el-form-item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user