mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
更新动态表单提示信息,优化歌曲列表管理界面,添加修改展示模板按钮
This commit is contained in:
@@ -645,15 +645,18 @@ onMounted(() => {
|
||||
<NDivider style="margin: 15px 0 15px 0" />
|
||||
</div>
|
||||
</Transition>
|
||||
<NButton
|
||||
:disabled="selectedColumn.length <= 1 && isSelf"
|
||||
type="info"
|
||||
size="small"
|
||||
@click="showBatchModal = true"
|
||||
>
|
||||
批量编辑
|
||||
</NButton>
|
||||
<NDivider style="margin: 5px 0 5px 0" />
|
||||
<template v-if="isSelf">
|
||||
<NButton
|
||||
|
||||
:disabled="selectedColumn.length <= 1 && isSelf"
|
||||
type="info"
|
||||
size="small"
|
||||
@click="showBatchModal = true"
|
||||
>
|
||||
批量编辑
|
||||
</NButton>
|
||||
<NDivider style="margin: 5px 0 5px 0" />
|
||||
</template>
|
||||
<NDataTable
|
||||
v-model:checked-row-keys="selectedColumn"
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user