mirror of https://github.com/halo-dev/halo-admin
backList
parent
36115936ff
commit
0dd9c477e2
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue