|
@@ -7,7 +7,7 @@
|
|
:rowSelection="{ type: 'checkbox' }"
|
|
:rowSelection="{ type: 'checkbox' }"
|
|
>
|
|
>
|
|
<template #toolbar>
|
|
<template #toolbar>
|
|
- <a-button type="primary" @click="handleCreate">新增账号</a-button>
|
|
|
|
|
|
+ <a-button type="primary" @click="handleCreate">新增主持人</a-button>
|
|
</template>
|
|
</template>
|
|
<template #action="{ record }">
|
|
<template #action="{ record }">
|
|
<TableAction
|
|
<TableAction
|