Browse Source

后端联调开始7

preview
dai_siki 6 years ago
parent
commit
2c79651194
  1. 6
      epmet-oper-web/src/views/modules/wx-mini/index-set.vue

6
epmet-oper-web/src/views/modules/wx-mini/index-set.vue

@ -12,9 +12,9 @@
<el-table-column label="小程序首页配置" fixed="right" header-align="center" align="center" width="150"> <el-table-column label="小程序首页配置" fixed="right" header-align="center" align="center" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" <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" <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> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -29,7 +29,7 @@
@click="save">保存</el-button> @click="save">保存</el-button>
<el-button type="danger" <el-button type="danger"
@click="publish">发布</el-button> @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-row class="wrap" :gutter="20">
<el-col :span="5"> <el-col :span="5">

Loading…
Cancel
Save