liyan 5 years ago
parent
commit
4fa17302e5
  1. 2
      epmet-oper-web/debug.log
  2. 10
      epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
  3. 19
      epmet-oper-web/src/views/modules/productConfig/mostedit/MostList.vue

2
epmet-oper-web/debug.log

@ -1,3 +1,5 @@
[1228/131807.836:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
[1229/091638.578:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
[1229/154402.360:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
[1229/174228.174:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
[1231/140010.226:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)

10
epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue

@ -59,6 +59,9 @@
<el-button type="text"
size="small"
@click="showLimitConfig(scope.row.customerId,scope.row.customerName)">角色权限</el-button>
<el-button type="text"
size="small"
@click="showMost(scope.row.customerId,scope.row.customerName)">最高配置</el-button>
</template>
</el-table-column>
</el-table>
@ -103,6 +106,7 @@
import ConfigItem from './ConfigItem'
import FootbarList from '../../productConfig/footbar/FootbarList'
import MiniHome from './MiniHome'
import MostList from '../../productConfig/mostedit/MostList'
import RoleList from './roleList'
export default {
data () {
@ -201,6 +205,12 @@ export default {
this.showType = 'footbar'
this.$refs['ref_footbarlist'].initData(customerId, customerName)
},
// footbar
showMost (customerId, customerName) {
this.showType = 'mostedit'
//this.$refs['ref_footbarlist'].initData(customerId, customerName)
},
//
showLimitConfig (customerId, customerName) {

19
epmet-oper-web/src/views/modules/productConfig/mostedit/MostList.vue

@ -0,0 +1,19 @@
<template>
<div>
ffffffffff
</div>
</template>
<script>
</script>
<style>
</style>
Loading…
Cancel
Save