Browse Source

标题修改

dev
jiangyy 5 years ago
parent
commit
0afcb932b0
  1. 12
      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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save