Commit bf9dd993 by 彭祥礼

...

parent b9aecef7
...@@ -155,9 +155,7 @@ ...@@ -155,9 +155,7 @@
<script> <script>
import STable from '@/components/table'; import STable from '@/components/table';
import {} from "@/api/school-center/salesOrder"; import {} from "@/api/school-center/salesOrder";
import { import {getSchoolNames, initSubstName, getList,exportOut} from "../../../api/school-center/salesCensusAPI";
getSchoolNames, initSubstName, getList, deleteOrder,exportOut
} from "../../../api/school-center/salesCensusAPI";
import {cloneObject,exportFile} from '@/utils/util'; import {cloneObject,exportFile} from '@/utils/util';
import ImportBtn from "../../../components/sysmanage/ImportBtn"; import ImportBtn from "../../../components/sysmanage/ImportBtn";
import Vue from 'vue'; import Vue from 'vue';
...@@ -215,16 +213,13 @@ ...@@ -215,16 +213,13 @@
schoolNames: [], schoolNames: [],
subNames: [], subNames: [],
columns: [ columns: [
{dataIndex: 'orderPhone', width: 25, title: '放号号码', align: "center"}, {dataIndex: 'name', width: 25, title: '姓名', align: "center"},
{dataIndex: 'salesSchool', width: 30, title: '放号学校', align: "center"}, {dataIndex: 'account', width: 30, title: '账号', align: "center"},
{dataIndex: 'salesSubst', width: 15, title: '放号县分', align: "center"}, {dataIndex: 'salesSubst', width: 15, title: '县分', align: "center"},
{dataIndex: 'name', width: 25, title: '放号人', align: "center"}, {dataIndex: 'salesSchool', width: 30, title: '学校', align: "center"},
{dataIndex: 'account', width: 30, title: '放号人账号', align: "center"}, {dataIndex: 'num', width: 30, title: '达标充值数', align: "center"},
{dataIndex: 'position', width: 30, title: '职位', align: "center"}, {dataIndex: 'position', width: 30, title: '职位', align: "center"},
{dataIndex: 'leader', width: 30, title: '上级领导', align: "center"}, {dataIndex: 'leader', width: 30, title: '上级领导', align: "center"},
{dataIndex: 'president', width: 30, title: '总经理', align: "center"},
{dataIndex: 'createTime', width: 30, title: '上传时间', align: "center",scopedSlots: {customRender: "createTime"}},
{dataIndex: 'activateTime', width: 30, title: '激活时间', align: "center",scopedSlots: {customRender: "activateTime"}},
/*{ /*{
dataIndex: 'operation', dataIndex: 'operation',
width: 200, width: 200,
......
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