Browse Source

标题修改

dev
jiangyy 5 years ago
parent
commit
0afcb932b0
  1. 14
      epmet-oper-web/src/views/modules/customer/init/RegisterList.vue
  2. 2
      epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue
  3. 5
      epmet-oper-web/src/views/modules/productConfig/customizeFunction/Edit.vue
  4. 2
      epmet-oper-web/src/views/modules/productConfig/footbar/FootbarEdit.vue

14
epmet-oper-web/src/views/modules/customer/init/RegisterList.vue

@ -222,13 +222,13 @@ export default {
plain: false, plain: false,
methodName: 'showSubscribe', // methodName: 'showSubscribe', //
isShow: (row) => { isShow: (row) => {
if ( // if (
row.initState === 1 // row.initState === 1
) { // ) {
return true // return true
} else { // } else {
return false return false
} // }
} }
}, },
{ {

2
epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue

@ -8,7 +8,7 @@
@keyup.enter.native="loadData()"> @keyup.enter.native="loadData()">
<el-form-item> <el-form-item>
<el-input v-model="tableParams.customerName" <el-input v-model="tableParams.customerName"
placeholder="组织名称"> placeholder="客户名称">
</el-input> </el-input>
</el-form-item> </el-form-item>

5
epmet-oper-web/src/views/modules/productConfig/customizeFunction/Edit.vue

@ -1,6 +1,6 @@
<template> <template>
<el-dialog :visible.sync="visible" <el-dialog :visible.sync="visible"
:title="'修改定制功能'" :title="diaTitle"
:close-on-click-modal="false" :close-on-click-modal="false"
:before-close="handleClose" :before-close="handleClose"
:close-on-press-escape="false" :close-on-press-escape="false"
@ -161,6 +161,7 @@ export default {
data () { data () {
return { return {
visible: false, visible: false,
diaTitle: '修改定制功能',
type: '', // A/U type: '', // A/U
functionId: '', // id functionId: '', // id
dataForm: { dataForm: {
@ -238,6 +239,7 @@ export default {
this.visible = true this.visible = true
this.functionId = functionId this.functionId = functionId
if (type === 'A') { if (type === 'A') {
this.diaTitle = '新增定制功能'
this.dataForm = { this.dataForm = {
functionId: '', functionId: '',
functionName: '', functionName: '',
@ -253,6 +255,7 @@ export default {
this.domainNameList = [''] this.domainNameList = ['']
this.isApply = 0 this.isApply = 0
} else { } else {
this.diaTitle = '修改定制功能'
this.loadFormData() this.loadFormData()
} }
}, },

2
epmet-oper-web/src/views/modules/productConfig/footbar/FootbarEdit.vue

@ -1,6 +1,6 @@
<template> <template>
<el-dialog :visible.sync="visible" <el-dialog :visible.sync="visible"
:title="'修改Footbar'" :title="title"
:close-on-click-modal="false" :close-on-click-modal="false"
:before-close="handleClose" :before-close="handleClose"
:close-on-press-escape="false" :close-on-press-escape="false"

Loading…
Cancel
Save