|
|
@ -88,7 +88,7 @@ |
|
|
class="el-button el-button--primary el-button--medium"> |
|
|
class="el-button el-button--primary el-button--medium"> |
|
|
{{ buttons.download }} |
|
|
{{ buttons.download }} |
|
|
</download-excel> |
|
|
</download-excel> |
|
|
<el-button @click="userSetting" type="primary">{{ buttons.settingTable }}</el-button> |
|
|
|
|
|
|
|
|
<!-- <el-button @click="userSetting" type="primary">{{ buttons.settingTable }}</el-button>--> |
|
|
<!-- <el-button v-if="showDefault" @click="saveColumnList()" type="primary">{{ buttons.defaultTable }}</el-button>--> |
|
|
<!-- <el-button v-if="showDefault" @click="saveColumnList()" type="primary">{{ buttons.defaultTable }}</el-button>--> |
|
|
<el-button @click="moveUp" type="primary">上移</el-button> |
|
|
<el-button @click="moveUp" type="primary">上移</el-button> |
|
|
<el-button @click="moveDown" type="primary">下移</el-button> |
|
|
<el-button @click="moveDown" type="primary">下移</el-button> |
|
|
|