|
@@ -25,7 +25,7 @@
|
|
</div>
|
|
</div>
|
|
<div style="display:flex;">
|
|
<div style="display:flex;">
|
|
<div class="grand flex">
|
|
<div class="grand flex">
|
|
- <div class="left-laowang" style="flex: 0 0 210px;overflow: hidden;">
|
|
|
|
|
|
+ <div class="left-laowang" style="flex: 0 0 210px;overflow: hidden;" v-if="permissions.reportsCompany || user.manageDeptId != 0 || permissions.reportsDept">
|
|
<div v-if="permissions.reportsCompany || user.manageDeptId != 0 || permissions.reportsDept" :style="'overflow-x:hidden;overflow-y:auto;height:' + tableHeight + 'px;'">
|
|
<div v-if="permissions.reportsCompany || user.manageDeptId != 0 || permissions.reportsDept" :style="'overflow-x:hidden;overflow-y:auto;height:' + tableHeight + 'px;'">
|
|
<div style="width: 100%;box-sizing: border-box;padding-right: 10px;">
|
|
<div style="width: 100%;box-sizing: border-box;padding-right: 10px;">
|
|
<el-select v-model="selectState" size="small" @change="stateChange" style="100%">
|
|
<el-select v-model="selectState" size="small" @change="stateChange" style="100%">
|
|
@@ -44,7 +44,7 @@
|
|
{{ node.label }}<span v-if="data.membCount != null && data.isUser == null">({{data.membCount}})</span>
|
|
{{ node.label }}<span v-if="data.membCount != null && data.isUser == null">({{data.membCount}})</span>
|
|
</span>
|
|
</span>
|
|
|
|
|
|
- <div style="position: absolute;right: 6px;">
|
|
|
|
|
|
+ <div style="position: absolute;right: 15px;">
|
|
<span v-if="data.isUser == 1 && data.state == null && !data.leaveDays && !data.leaveTimes" style="color:red;font-size:13px">
|
|
<span v-if="data.isUser == 1 && data.state == null && !data.leaveDays && !data.leaveTimes" style="color:red;font-size:13px">
|
|
未填报
|
|
未填报
|
|
</span>
|
|
</span>
|
|
@@ -70,7 +70,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="line line-second" style="display:flex;justify-content: center;align-items: center;position: relative;left: -9px;">
|
|
|
|
|
|
+ <div class="line line-second" style="display:flex;justify-content: center;align-items: center;position: relative;left: -9px;" v-if="permissions.reportsCompany || user.manageDeptId != 0 || permissions.reportsDept">
|
|
<div style="line-height: 5px;text-align: center;color: rgb(151 151 151);">
|
|
<div style="line-height: 5px;text-align: center;color: rgb(151 151 151);">
|
|
-
|
|
-
|
|
-
|
|
-
|