|
@@ -20,10 +20,7 @@
|
|
|
<el-col :span="24" class="info">
|
|
|
<template v-if="leaveInfo.length > 0">
|
|
|
<el-col :span="24" class="leavelist" v-for="(item, index) in leaveInfo" :key="index">
|
|
|
- <el-col :span="14" class="date">
|
|
|
- <p>开始时间:{{ item.starttime }}</p>
|
|
|
- <p>结束时间:{{ item.endtime }}</p>
|
|
|
- </el-col>
|
|
|
+ <el-col :span="14" class="status"> 开始时间:{{ item.starttime }} </el-col>
|
|
|
<el-col :span="10" class="status"> 审核结果:{{ item.status == 0 ? '审核中' : item.status == 1 ? '通过' : '未通过' }} </el-col>
|
|
|
</el-col>
|
|
|
</template>
|