修改
This commit is contained in:
parent
603c60de41
commit
c9d7f861e5
@ -135,7 +135,7 @@
|
|||||||
appletAppointmentOrderPay
|
appletAppointmentOrderPay
|
||||||
} from '@/api/appointmenttime/appointmenttime.js'
|
} from '@/api/appointmenttime/appointmenttime.js'
|
||||||
import baseurl from '@/api/baseurl.js'
|
import baseurl from '@/api/baseurl.js'
|
||||||
import appointmenttext from './text.vue'
|
import appointmenttext from '../../components/appointmenttimetext.vue'
|
||||||
import tabs from '../utabs/u-tabs.vue'
|
import tabs from '../utabs/u-tabs.vue'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
@ -59,22 +59,6 @@
|
|||||||
{{item.diseaseName}}
|
{{item.diseaseName}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="service">
|
|
||||||
<view class="title">
|
|
||||||
基础疾病
|
|
||||||
</view>
|
|
||||||
<view class="Multiplechoice">
|
|
||||||
<view :class="query.nurseTypeIdList.find(e => e == item.id)?'choices':'choice'"
|
|
||||||
v-for="(item,index) in getNurseTypelist" :key="item.id" @tap="addnurseType(item)">
|
|
||||||
{{item.nurseTypeName}}
|
|
||||||
</view>
|
|
||||||
<view @tap="godisease(item)"
|
|
||||||
:class="query.nurseTypeIdList.find(e => e == item.id)?'choices':'choice'"
|
|
||||||
v-for="(item,index) in medicalcarelist" :key="item.id">
|
|
||||||
{{item.nurseTypeName}}
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view class="radio-content">
|
<view class="radio-content">
|
||||||
<view class="radio-right" @tap="changeRadio">
|
<view class="radio-right" @tap="changeRadio">
|
||||||
@ -121,7 +105,7 @@
|
|||||||
getNurseType,
|
getNurseType,
|
||||||
information
|
information
|
||||||
} from '@/api/information/index.js'
|
} from '@/api/information/index.js'
|
||||||
import contenttext from './text.vue'
|
import contenttext from '../../components/text.vue'
|
||||||
import {
|
import {
|
||||||
getSubordinateRegions,
|
getSubordinateRegions,
|
||||||
} from '@/api/modifyAddress/modifyAddress.js';
|
} from '@/api/modifyAddress/modifyAddress.js';
|
||||||
|
|||||||
@ -108,7 +108,7 @@
|
|||||||
import {
|
import {
|
||||||
information
|
information
|
||||||
} from '@/api/information/index.js'
|
} from '@/api/information/index.js'
|
||||||
import contenttext from '../information/text.vue'
|
import contenttext from '../../components/text.vue'
|
||||||
import baseurl from '@/api/baseurl.js'
|
import baseurl from '@/api/baseurl.js'
|
||||||
import {
|
import {
|
||||||
appPersonal,
|
appPersonal,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user