|
|
@ -8,7 +8,7 @@ |
|
|
</span> |
|
|
</span> |
|
|
</div> |
|
|
</div> |
|
|
<el-button @click="getDataList()" type="primary">{{buttons.search}}</el-button> |
|
|
<el-button @click="getDataList()" type="primary">{{buttons.search}}</el-button> |
|
|
<!-- <el-button @click="initModel()" type="primary">{{buttons.add}}</el-button>--> |
|
|
|
|
|
|
|
|
<el-button @click="initModel()" type="primary">{{buttons.add}}</el-button> |
|
|
<el-button @click="saveColumnList()" type="primary" v-show="showDefault">{{buttons.defaultTable}} |
|
|
<el-button @click="saveColumnList()" type="primary" v-show="showDefault">{{buttons.defaultTable}} |
|
|
</el-button> |
|
|
</el-button> |
|
|
<el-button @click="userSetting" type="primary">{{ buttons.settingTable}}</el-button> |
|
|
<el-button @click="userSetting" type="primary">{{ buttons.settingTable}}</el-button> |
|
|
@ -92,7 +92,7 @@ |
|
|
:label="buttons.cz"> |
|
|
:label="buttons.cz"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<a @click="initModel(scope.row)">{{buttons.edit}}</a> |
|
|
<a @click="initModel(scope.row)">{{buttons.edit}}</a> |
|
|
<!-- <a @click="delAuditType(scope.row)">{{buttons.delete}}</a>--> |
|
|
|
|
|
|
|
|
<a @click="delAuditType(scope.row)">{{buttons.delete}}</a> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
|