mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
更新动态表单提示信息,优化歌曲列表管理界面,添加修改展示模板按钮
This commit is contained in:
@@ -611,6 +611,13 @@ onMounted(async () => {
|
||||
>
|
||||
添加歌曲
|
||||
</NButton>
|
||||
<NButton
|
||||
secondary
|
||||
type="primary"
|
||||
@click="$router.push({ name: 'manage-index', query: { tab: 'setting', setting: 'template', template: 'songlist' } })"
|
||||
>
|
||||
修改展示模板
|
||||
</NButton>
|
||||
<NButton
|
||||
type="primary"
|
||||
secondary
|
||||
@@ -640,11 +647,6 @@ onMounted(async () => {
|
||||
>
|
||||
刷新
|
||||
</NButton>
|
||||
<NButton
|
||||
@click="$router.push({ name: 'manage-index', query: { tab: 'setting', setting: 'template', template: 'songlist' } })"
|
||||
>
|
||||
修改模板
|
||||
</NButton>
|
||||
</NSpace>
|
||||
<NDivider
|
||||
style="margin: 16px 0 16px 0"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user