|
@@ -92,8 +92,8 @@
|
|
|
<dg-button type="primary" icon="el-icon-circle-plus-outline" @click="handleAddDialog"
|
|
|
>新增</dg-button
|
|
|
>
|
|
|
- <dg-button type="primary" @click="handleRemoteRource">资源获取</dg-button>
|
|
|
- <dg-button type="primary" @click="handleSyncRource">资源同步</dg-button>
|
|
|
+ <!-- <dg-button type="primary" @click="handleRemoteRource">资源获取</dg-button>
|
|
|
+ <dg-button type="primary" @click="handleSyncRource">资源同步</dg-button> -->
|
|
|
</div>
|
|
|
<Table ref="myTable" :url="tableUrl" :headerData="titleData" :condition="formData" :lazyLoad="true">
|
|
|
<dg-table-column fixed="right" label="操作" width="120" align="center">
|