类型检查
This commit is contained in:
parent
1f4e265c7f
commit
f1c693634d
@ -47,7 +47,7 @@
|
||||
<el-table-column prop="artist" label="艺术家" />
|
||||
<el-table-column prop="lib_id" label="所属歌单" >
|
||||
<template #default="scope">
|
||||
<template v-if="scope.row.isEditing">
|
||||
<template v-if="scope.row.isEditing && currentRow">
|
||||
<el-select v-model="currentRow.lib_id" size="mini">
|
||||
<el-option v-for="musicLib in musicLibs" :key="musicLib._id" :value="musicLib._id" :label="musicLib.name" />
|
||||
</el-select>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user