@@ -186,12 +186,14 @@
{
title:'外协单位',
align:"center",
- dataIndex: 'wxconpanyname'
+ dataIndex: 'selectwx'
+ // dataIndex: 'wxconpanyname'
},
title:'外协数量',
- dataIndex: 'num'
+ dataIndex: 'baojianum' // 外协单位数量
+ // dataIndex: 'gongfangnum' // 供方数量
// {
@@ -1,8 +1,8 @@
<template>
<div>
- <!-- <div class="table-operator">
+ <div class="table-operator">
<a-button type="primary" icon="download" @click="handleExportXls('比对')">导出</a-button>
- </div> -->
+ </div>
<a-table
ref="table"
size="middle"