|
@@ -250,17 +250,17 @@
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row class="left-all-style">
|
|
<el-row class="left-all-style">
|
|
- <el-row>
|
|
|
|
|
|
+ <el-row style="">
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<b class="title" style="margin-bottom:15px;display:block"
|
|
<b class="title" style="margin-bottom:15px;display:block"
|
|
>积分构成</b
|
|
>积分构成</b
|
|
>
|
|
>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
- <div v-loading="IntegralFormChartLoad" style="position: relative;">
|
|
|
|
|
|
+ <div v-loading="IntegralFormChartLoad">
|
|
<el-col
|
|
<el-col
|
|
:span="5"
|
|
:span="5"
|
|
- style="position: absolute;left:10px;z-index: 1;margin-top:10px;"
|
|
|
|
|
|
+ style="position: relative;left:10px;z-index:1;margin-top:10px;"
|
|
>
|
|
>
|
|
<el-cascader
|
|
<el-cascader
|
|
v-model="dept_name1"
|
|
v-model="dept_name1"
|
|
@@ -303,13 +303,13 @@
|
|
|
|
|
|
|
|
|
|
<el-row class="left-all-style">
|
|
<el-row class="left-all-style">
|
|
- <el-row>
|
|
|
|
|
|
+ <el-row style="">
|
|
<el-col :span="24" style="display:flex">
|
|
<el-col :span="24" style="display:flex">
|
|
<b class="title" style="margin:0 20px 15px 0;display:block">本月积分情况</b>
|
|
<b class="title" style="margin:0 20px 15px 0;display:block">本月积分情况</b>
|
|
<el-checkbox v-model="exclusiveMonthChecked">不包含自动积分加分项</el-checkbox>
|
|
<el-checkbox v-model="exclusiveMonthChecked">不包含自动积分加分项</el-checkbox>
|
|
</el-col>
|
|
</el-col>
|
|
- <div v-loading="monthlyIntegralloading" style="position: relative;">
|
|
|
|
- <el-col :span="5" style="position: absolute;left:10px;z-index: 1;">
|
|
|
|
|
|
+ <div v-loading="monthlyIntegralloading">
|
|
|
|
+ <el-col :span="5" style="position: relative;left:10px;z-index:1;">
|
|
<el-cascader
|
|
<el-cascader
|
|
v-model="dept_name2"
|
|
v-model="dept_name2"
|
|
:options="dept_tree"
|
|
:options="dept_tree"
|
|
@@ -348,12 +348,12 @@
|
|
|
|
|
|
|
|
|
|
<el-row class="left-all-style" style="">
|
|
<el-row class="left-all-style" style="">
|
|
- <el-row>
|
|
|
|
|
|
+ <el-row style="">
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<b class="title" style="margin-bottom:15px;display:block">管理者奖扣任务执行情况</b>
|
|
<b class="title" style="margin-bottom:15px;display:block">管理者奖扣任务执行情况</b>
|
|
</el-col>
|
|
</el-col>
|
|
- <div v-loading="ManagerSAwardloading" style="position: relative;">
|
|
|
|
- <el-col :span="5" style="position: absolute;left:10px;z-index: 10;">
|
|
|
|
|
|
+ <div v-loading="ManagerSAwardloading">
|
|
|
|
+ <el-col :span="5" style="position: relative;left:10px;z-index:1;">
|
|
<el-cascader
|
|
<el-cascader
|
|
v-model="dept_name3"
|
|
v-model="dept_name3"
|
|
:options="dept_tree"
|
|
:options="dept_tree"
|