Commit e4afdab9 authored by 王晓旭's avatar 王晓旭

默认展开部门

parent b9b31637
......@@ -239,7 +239,6 @@
return
}
if(arr.length > 1 && index>0){
console.log(11111)
// 上一次比较
let lastoffTime = transFormMinut(arr[index-1].offWorkDate) +
transFormMinut(arr[index - 1 ].offWorkDateAfter)
......
......@@ -52,6 +52,7 @@
:expand-on-click-node="false"
:render-content="renderContent"
@node-click="handleNodeClick"
:default-expand-all="true"
>
</el-tree>
</el-scrollbar>
......@@ -151,13 +152,13 @@
<!-- 花名册记录查看 -->
<el-drawer title="历史花名册" :visible.sync="drawerhistory" direction="rtl">
<div class="hisList">
<div class="list mt10" v-for="item in 10" :key="item">
<div class="list mt10" v-for="item in 1" :key="item">
<div class="flex flex-align-center flex-pack-justify">
<div>花名册记录</div>
<el-button type="text">查看</el-button>
<!-- <el-button type="text">查看</el-button> -->
</div>
<div class="times">
导出时间:2020-08-13
导出时间:2023-07-19
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment