|
|
@@ -26,7 +26,7 @@
|
|
|
</confirm-dialog>
|
|
|
<table-dialog
|
|
|
ref="assetDialog"
|
|
|
- size="lg fixed"
|
|
|
+ size="lg"
|
|
|
:title="assetDialogName"
|
|
|
:schema="assetSchema"
|
|
|
/>
|
|
|
@@ -103,11 +103,12 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
assetSchema: {
|
|
|
+ nonPagination: true,
|
|
|
+ list: this.getAssetsByDataset,
|
|
|
+ transform: this.transformDatasetAsset,
|
|
|
buttons: [
|
|
|
{ type: 'add', on: this.onAddAsset }
|
|
|
],
|
|
|
- list: this.getAssetsByDataset,
|
|
|
- transform: this.transformDatasetAsset,
|
|
|
cols: [
|
|
|
{ prop: 'tagInfo', label: '类型', align: 'center', width: 80 },
|
|
|
{ prop: 'typeName', label: '文件', align: 'center', width: 80 },
|