Commit 74d3add5 authored by chenqikuai's avatar chenqikuai

已发行专辑详情页修改 title

parent 509d8dc2
......@@ -7,7 +7,7 @@ export const columns = [
slotName: "img",
},
{
label: "文件名",
label: "藏品名称",
prop: "name",
minWidth: 600,
slotName: "name",
......
......@@ -12,12 +12,11 @@
<Title
:title="[
{
name: '藏品管理',
name: '专辑',
routerName: 'collectionManagement',
},
{
name: '划转记录',
routerName: 'transferRecords',
query: {
type: 'album'
}
},
{
name: $route.query.name as string,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment