开始开发"正在播放"
This commit is contained in:
@@ -50,6 +50,7 @@ const createColumns = ({ play ,singerInfo }) => {
|
||||
title: "音乐标题",
|
||||
key: "name",
|
||||
align: "left",
|
||||
ellipsis: true,
|
||||
render(row){
|
||||
return h(
|
||||
NButton,
|
||||
@@ -70,6 +71,7 @@ const createColumns = ({ play ,singerInfo }) => {
|
||||
{
|
||||
title: "歌手",
|
||||
key: "artists",
|
||||
ellipsis: true,
|
||||
render(row) {
|
||||
const ars = row.artists.map((ar, idx) => {
|
||||
let r = h(
|
||||
|
||||
Reference in New Issue
Block a user