mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 02:06:43 +08:00
代码修改
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user