|
|
@@ -70,10 +70,6 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
- <template #slot-sync-btn>
|
|
|
- <el-button type="primary" size="mini" @click="syncBtnFn({})">同步图片</el-button>
|
|
|
- </template>
|
|
|
-
|
|
|
<template #slot-add-goods-btn>
|
|
|
<el-button type="primary" size="mini" @click="replaceBtnFn(0)">添加</el-button>
|
|
|
</template>
|
|
|
@@ -463,7 +459,7 @@ export default {
|
|
|
})
|
|
|
.set('layout', [
|
|
|
['slot-tabs'],
|
|
|
- ['slot-sync-btn', 'flex1', 'slot-add-goods-btn', 'refresh-btn'],
|
|
|
+ ['flex1', 'slot-add-goods-btn', 'refresh-btn'],
|
|
|
['data-table'],
|
|
|
['flex1', 'pagination'],
|
|
|
])
|