|
|
@ -12,9 +12,9 @@ |
|
|
|
<el-table-column label="小程序首页配置" fixed="right" header-align="center" align="center" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="text" size="small" |
|
|
|
@click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 0)">政府端</el-button> |
|
|
|
@click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 0)">居民端</el-button> |
|
|
|
<el-button type="text" size="small" |
|
|
|
@click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 1)">居民端</el-button> |
|
|
|
@click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 1)">政府端</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@ -29,7 +29,7 @@ |
|
|
|
@click="save">保存</el-button> |
|
|
|
<el-button type="danger" |
|
|
|
@click="publish">发布</el-button> |
|
|
|
<span style="margin-left:20px; color:#aaa; font-size:13px">({{ wxIndex.customerName }} - {{ wxIndex.clientType===0 ? '政府端' : '居民端' }})</span> |
|
|
|
<span style="margin-left:20px; color:#aaa; font-size:13px">({{ wxIndex.customerName }} - {{ wxIndex.clientType===1 ? '政府端' : '居民端' }})</span> |
|
|
|
|
|
|
|
<el-row class="wrap" :gutter="20"> |
|
|
|
<el-col :span="5"> |
|
|
|