|
@@ -7,11 +7,11 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="24" class="list" v-for="(item, index) in leaveList" :key="index">
|
|
<el-col :span="24" class="list" v-for="(item, index) in leaveList" :key="index">
|
|
- <el-col :span="14" class="time">
|
|
|
|
|
|
+ <el-col :span="16" class="time">
|
|
<p>开始时间:{{ item.starttime }}</p>
|
|
<p>开始时间:{{ item.starttime }}</p>
|
|
<p>结束时间:{{ item.endtime }}</p>
|
|
<p>结束时间:{{ item.endtime }}</p>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="10" class="status">
|
|
|
|
|
|
+ <el-col :span="8" class="status">
|
|
<p>结果:{{ item.status === '0' ? '审核中' : item.status === '1' ? '通过' : item.status === '2' ? '未通过' : '' }}</p></el-col
|
|
<p>结果:{{ item.status === '0' ? '审核中' : item.status === '1' ? '通过' : item.status === '2' ? '未通过' : '' }}</p></el-col
|
|
>
|
|
>
|
|
</el-col>
|
|
</el-col>
|