判读非粮化,巡查审计 导入按钮隐藏
parent
622571756c
commit
773c6ccfdf
|
|
@ -3,13 +3,13 @@
|
|||
<BasicTable class="w-4/4 xl:w-5/5" @register="registerTable">
|
||||
<template #toolbar>
|
||||
<!-- <a-button type="primary" @click="handleCreate">模板下载</a-button> -->
|
||||
<a-upload
|
||||
<!-- <a-upload
|
||||
:accept="'.xlsx,.csv,.xls'"
|
||||
:showUploadList="false"
|
||||
:custom-request="customRequest"
|
||||
>
|
||||
<a-button type="primary">导入</a-button>
|
||||
</a-upload>
|
||||
</a-upload> -->
|
||||
</template>
|
||||
<template #bodyCell="{ column, record }">
|
||||
<template v-if="column.key === 'action'">
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
<BasicTable class="w-4/4 xl:w-5/5" @register="registerTable">
|
||||
<template #toolbar>
|
||||
<!-- <a-button type="primary" @click="handleCreate">模板下载</a-button> -->
|
||||
<a-upload
|
||||
<!-- <a-upload
|
||||
:accept="'.xlsx,.csv,.xls'"
|
||||
:showUploadList="false"
|
||||
:custom-request="customRequest"
|
||||
>
|
||||
<a-button type="primary">导入</a-button>
|
||||
</a-upload>
|
||||
</a-upload> -->
|
||||
</template>
|
||||
<template #bodyCell="{ column, record }">
|
||||
<template v-if="column.key === 'action'">
|
||||
|
|
|
|||
Loading…
Reference in New Issue