修改
This commit is contained in:
parent
9239e78d2f
commit
32aa7d8154
@ -540,7 +540,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="至"
|
||||
@ -550,7 +550,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