|
@@ -14,7 +14,7 @@
|
|
|
<div class="desc-wrap-BasicTable">
|
|
|
<BasicTable @register="registerTable" :rowSelection="tableType == 3 ? false : rowSelection">
|
|
|
<template #toolbar>
|
|
|
- <a-button type="primary" @click="handleMoveAll"> 批量迁移</a-button>
|
|
|
+ <a-button type="primary" v-if="tableType != 3" @click="handleMoveAll"> 批量迁移</a-button>
|
|
|
<a-button type="primary" @click="back">返回</a-button>
|
|
|
</template>
|
|
|
<template #href="{ record }">
|