|
@@ -911,7 +911,7 @@
|
|
highlight-current-row
|
|
highlight-current-row
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
>
|
|
>
|
|
- <el-table-column width="60" type="index" fixed="left" label="序号">
|
|
|
|
|
|
+ <el-table-column width="60" type="index" fixed="left" label="部门">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.$index + 1 }}
|
|
{{ scope.$index + 1 }}
|
|
</template>
|
|
</template>
|
|
@@ -920,10 +920,8 @@
|
|
<el-table-column width="100" prop="name" fixed="left" label="姓名">
|
|
<el-table-column width="100" prop="name" fixed="left" label="姓名">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="90"
|
|
|
|
- v-for="(item, index) in allDate"
|
|
|
|
- :key="index"
|
|
|
|
- :label="item.showDate + '/' + item.weekDay"
|
|
|
|
|
|
+ width="300"
|
|
|
|
+ label="未填日期"
|
|
align="center"
|
|
align="center"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|