|
@@ -296,7 +296,7 @@
|
|
|
</div>
|
|
|
<!-- <div style="margin-top: 30px"> -->
|
|
|
<div>
|
|
|
- <el-table v-loading="loading" :data="statisticalList" height="780px" style="width: 99%">
|
|
|
+ <el-table key="apk2is4" v-loading="loading" :data="statisticalList" height="780px" style="width: 99%">
|
|
|
<el-table-column prop="ownerName" label="姓名" width="300">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.ownerName">
|
|
@@ -416,16 +416,13 @@
|
|
|
|
|
|
</div>
|
|
|
<div>
|
|
|
- <el-table v-loading="loading" :data="iAlDataS" height="480" style="width: 99%;" @selection-change="selPchg">
|
|
|
+ <el-table key="apk2is6" v-loading="loading" :data="iAlDataS" height="480" style="width: 99%;" @selection-change="selPchg">
|
|
|
<el-table-column type="selection"></el-table-column>
|
|
|
<el-table-column prop="userName" label="姓名" width="200">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.userName">
|
|
|
{{scope.row.userName}}
|
|
|
</div>
|
|
|
- <div v-else>
|
|
|
- <span>暂无请假统计</span>
|
|
|
- </div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="department" label="所在部门" width="200">
|