代码修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-09-28 10:34:43 +08:00
parent c41d705394
commit 5514f65996
2 changed files with 759 additions and 759 deletions

View File

@@ -28,11 +28,11 @@
</template> </template>
<script> <script>
import { Field, CellGroup, Cell, RadioGroup, Radio, } from 'vant' import { Field, CellGroup, Cell, RadioGroup, Radio, } from 'vant'
import { updateCustomerInfo } from '@/api/ebiz/customer/customer' import { updateCustomerInfo } from '@/api/ebiz/customer/customer'
import formBlock from '@/components/ebiz/customer/formBlock' import formBlock from '@/components/ebiz/customer/formBlock'
export default { export default {
name: 'addCustomer', name: 'addCustomer',
components: { components: {
[Field.name]: Field, [Field.name]: Field,
@@ -290,13 +290,13 @@ export default {
.catch(err => {}) .catch(err => {})
} }
} }
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.van-index-anchor { .van-index-anchor {
background: #fff; background: #fff;
} }
.container { .container {
padding-bottom: 45px; padding-bottom: 45px;
.header { .header {
display: flex; display: flex;
@@ -330,5 +330,5 @@ export default {
} }
} }
} }
} }
</style> </style>

View File

@@ -34,12 +34,12 @@
</template> </template>
<script> <script>
import { Field, CellGroup, Cell } from 'vant' import { Field, CellGroup, Cell } from 'vant'
import { getAgentCustomerInfo, updateCustomerInfo } from '@/api/ebiz/customer/customer' import { getAgentCustomerInfo, updateCustomerInfo } from '@/api/ebiz/customer/customer'
import formBlock from '@/components/ebiz/customer/formBlock' import formBlock from '@/components/ebiz/customer/formBlock'
import { constants } from 'crypto' import { constants } from 'crypto'
export default { export default {
name: 'editCustomer', name: 'editCustomer',
components: { components: {
[Field.name]: Field, [Field.name]: Field,
@@ -468,13 +468,13 @@ export default {
}) })
} }
} }
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.van-index-anchor { .van-index-anchor {
background: #fff; background: #fff;
} }
.container { .container {
padding-bottom: 45px; padding-bottom: 45px;
.header { .header {
display: flex; display: flex;
@@ -487,9 +487,9 @@ export default {
background: #fff; background: #fff;
border-bottom: 1px solid #ebedf0; border-bottom: 1px solid #ebedf0;
} }
} }
.bd { .bd {
border-bottom: 1px solid #ebedf0; border-bottom: 1px solid #ebedf0;
margin-left: 15px; margin-left: 15px;
} }
</style> </style>