Commit cfc05155 authored by 姬鋆屾's avatar 姬鋆屾

提交绩效汇总添加导出功能

parent f9670b39
......@@ -392,7 +392,6 @@ export default {
let obj = {
show: true,
label: item + "(" + getMyDay(new Date(item)) + ")",
prop: "attendanceStaffStatEntities",
width: 100,
formatter: (row) => {
if (
......
......@@ -80,9 +80,7 @@
<div class="dialog_box" v-else style="margin-top: 20px;">
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row v-if="form.label == '备注1'">
<el-col :span="2" style="width: 5.3333%;">
<div style="text-align: right;">备注:</div></el-col
>
<el-col :span="2" style="width: 5.3333%;"> <div>备注:</div></el-col>
<el-col :span="22">
<span>
<el-input
......
......@@ -113,6 +113,9 @@ export default {
methods: {
countDown() {
if (this.percent == 95) {
if (this.selection.length > 0) {
this.query["idList"] = this.selection;
}
this.$download(
"/staff/perform/summary/exportExcel",
......
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