Commit 74d3add5 authored by chenqikuai's avatar chenqikuai

已发行专辑详情页修改 title

parent 509d8dc2
...@@ -7,7 +7,7 @@ export const columns = [ ...@@ -7,7 +7,7 @@ export const columns = [
slotName: "img", slotName: "img",
}, },
{ {
label: "文件名", label: "藏品名称",
prop: "name", prop: "name",
minWidth: 600, minWidth: 600,
slotName: "name", slotName: "name",
......
...@@ -12,12 +12,11 @@ ...@@ -12,12 +12,11 @@
<Title <Title
:title="[ :title="[
{ {
name: '藏品管理', name: '专辑',
routerName: 'collectionManagement', routerName: 'collectionManagement',
}, query: {
{ type: 'album'
name: '划转记录', }
routerName: 'transferRecords',
}, },
{ {
name: $route.query.name as string, 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