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

12345报表修改

parent 30ff42df
......@@ -31,9 +31,23 @@ import {getSys12345} from "@/api/dataAdmin"
import {
export2Excel
} from "@/utils/js/exportExcel";
const tHeader=[
"序号",
"微信号",
"电话号码",
"拨打位置",
"拨打时间"
];
const filterVal=[
"index",
"nickname",
"phone",
"address",
"create_time"
];
export default {
mixins: [table],
name: "callRecordForm",
name:"callRecordForm",
data() {
return {
tableHeaders: [
......@@ -76,7 +90,8 @@ export default {
BegindAndEndTime: [],
searchName: undefined,
visible: false,
total:0
total:0,
};
},
components: {
......@@ -155,8 +170,8 @@ export default {
}
}
export2Excel(
this.tHeader,
this.filterVal,
tHeader,
filterVal,
data,
"12345拨打记录报表" + this.$moment().format("YYYYMMDDHHmmss")
);
......
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