Browse Source

fds

shibei_prod
dai 4 years ago
parent
commit
c3efbdcfa9
  1. 22
      src/views/modules/customer/feedback/CustomerInfo.vue
  2. 22
      src/views/modules/customer/manage/CustomerInfo.vue
  3. 13
      src/views/modules/home.vue

22
src/views/modules/customer/feedback/CustomerInfo.vue

@ -135,24 +135,24 @@ export default {
uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/function/upload',
dataForm: {
rootAgencyDTO: {
agencyName: '成都市',
level: 'city',
areaCode: '123456',
province: '四川省',
city: '成都市',
district: 'SN4FHbIZtK',
agencyName: '',
level: '',
areaCode: '',
province: '',
city: '',
district: '',
},
customerInfoDTO: {
customerName: '成都市',
organizationLevel: 'city',
customerName: '',
organizationLevel: '',
logo: ''
},
managers: [
{
realName: '王显章',
gender: '1',
mobile: '18560677960'
realName: '',
gender: '',
mobile: ''
}
]
}

22
src/views/modules/customer/manage/CustomerInfo.vue

@ -136,24 +136,24 @@ export default {
uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2',
dataForm: {
rootAgencyDTO: {
agencyName: '成都市',
level: 'city',
areaCode: '123456',
province: '四川省',
city: '成都市',
district: 'SN4FHbIZtK',
agencyName: '',
level: '',
areaCode: '',
province: '',
city: '',
district: '',
},
customerInfoDTO: {
customerName: '成都市',
organizationLevel: 'city',
customerName: '',
organizationLevel: '',
logo: ''
},
managers: [
{
realName: '王显章',
gender: '1',
mobile: '18560677960'
realName: '',
gender: '',
mobile: ''
}
]
}

13
src/views/modules/home.vue

@ -1,17 +1,6 @@
<template>
<div>
<el-card v-if="userType==='oper'"
shadow="never"
class="aui-card--fill">
<div class="mod-home">
<h3>{{ $t('home.desc.title') }}</h3>
<ul>
<li v-for="item in $t('home.desc.list')"
:key="item"
v-html="item"></li>
</ul>
</div>
</el-card>
<customer-info @changeCustomerName="changeCustomerName"
v-if="userType==='work'"></customer-info>

Loading…
Cancel
Save