|
|
@@ -31,6 +31,7 @@ export const assetTableMixin = {
|
|
|
{ key: 'originalName', type: 'search', placeholder: '资源名称' }
|
|
|
],
|
|
|
cols: [
|
|
|
+ { label: '分类', render: ({ tag }) => AssetTagInfo[tag], width: 72, align: 'center' },
|
|
|
{ prop: 'file', label: '资源', type: 'asset', on: this.onViewAsset },
|
|
|
{ prop: 'originalName', label: '' },
|
|
|
{ prop: 'diff', label: '其他', width: 80, align: 'center' }
|
|
|
@@ -52,6 +53,7 @@ export const assetTableMixin = {
|
|
|
{ key: 'originalName', type: 'search', placeholder: '资源名称' }
|
|
|
],
|
|
|
cols: [
|
|
|
+ { label: '分类', render: ({ tag }) => AssetTagInfo[tag], width: 72, align: 'center' },
|
|
|
{ prop: 'file', label: '资源', type: 'asset', on: this.onViewAsset },
|
|
|
{ prop: 'originalName', label: '' }
|
|
|
]
|