|
@@ -9,9 +9,9 @@
|
|
|
@cancel="handleCancel"
|
|
|
>
|
|
|
<template slot="footer">
|
|
|
- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" @change="handleImportExcel" :customRequest="implementImport" >
|
|
|
+ <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" @change="handleImportExcel" :customRequest="implementImport" >
|
|
|
<a-button type="primary">导入</a-button>
|
|
|
- </a-upload>
|
|
|
+ </a-upload> -->
|
|
|
<a-button @click="handleCancel" style="margin-left: 8px;">关闭</a-button>
|
|
|
</template>
|
|
|
<div class="table-page-search-wrapper">
|
|
@@ -220,7 +220,7 @@
|
|
|
},
|
|
|
{
|
|
|
title: '计划员',
|
|
|
- dataIndex: 'jhyByData',
|
|
|
+ dataIndex: 'jhyNameData',
|
|
|
width: '7%',
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor',
|