|
|
@ -128,8 +128,8 @@ |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%"> |
|
|
|
<el-table-column width="80px" label="序号" type="index" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column label="常用配置" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span class="bluezi" @click="handlink(scope.row)">{{ scope.row.configName }}</span> |
|
|
|
<template slot-scope="scope"> <!----> |
|
|
|
<span>{{ scope.row.configName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="颜色" align="center" width="100"> |
|
|
@ -403,7 +403,7 @@ export default { |
|
|
|
configPageList(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
if (response.code === '200') { |
|
|
|
this.listQuery.total = response.data.total |
|
|
|
this.listQuery.total = response.data.pages |
|
|
|
this.list = response.data.modelConfigList |
|
|
|
} |
|
|
|
}) |
|
|
|