|
@@ -121,7 +121,7 @@
|
|
|
<BasicTable @register="registerTable">
|
|
|
<template #toolbar>
|
|
|
<a-button type="primary" @click="handelStore"> 教材入库 </a-button>
|
|
|
- <a-button type="primary" @click="handelImport"> 教材导入 </a-button>
|
|
|
+ <a-button type="primary" v-if="false" @click="handelImport"> 教材导入 </a-button>
|
|
|
<!-- <a-button type="primary" @click="handleExport()"> 导出指定记录 </a-button> -->
|
|
|
<a-button type="primary" @click="handleExport">导出记录</a-button>
|
|
|
</template>
|