pull/9/head
Aanko 2019-04-19 10:44:24 +08:00
parent 36115936ff
commit 0dd9c477e2
1 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<a-tabs type="card"> <a-tabs type="card">
<a-tab-pane key="1"> <a-tab-pane key="1">
<span slot="tab"> <span slot="tab">
<a-icon type="folder" />资源文件备份 <a-icon type="folder"/>资源文件备份
</span> </span>
<a-table :columns="columns" :dataSource="ResourcesData"> <a-table :columns="columns" :dataSource="ResourcesData">
<span slot="action" slot-scope="text, record"> <span slot="action" slot-scope="text, record">
@ -19,7 +19,7 @@
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="2"> <a-tab-pane key="2">
<span slot="tab"> <span slot="tab">
<a-icon type="database" />资源文件备份 <a-icon type="database"/>资源文件备份
</span> </span>
<a-table :columns="columns" :dataSource="DataBaseData"> <a-table :columns="columns" :dataSource="DataBaseData">
<span slot="action" slot-scope="text, record"> <span slot="action" slot-scope="text, record">
@ -34,7 +34,7 @@
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="3"> <a-tab-pane key="3">
<span slot="tab"> <span slot="tab">
<a-icon type="read" />文章备份 <a-icon type="read"/>文章备份
</span> </span>
<a-table :columns="columns" :dataSource="FileData"> <a-table :columns="columns" :dataSource="FileData">
<span slot="action" slot-scope="text, record"> <span slot="action" slot-scope="text, record">
@ -81,12 +81,11 @@ export default {
} }
], ],
ResourcesData: [], ResourcesData: [],
DataBaseData: [],
FileData: [] FileData: []
} }
}, },
created() { created() {},
this.ResourcesData = function() {}
},
methods: { methods: {
// //
downResources(type, id) { downResources(type, id) {