no message
@ -222,9 +222,9 @@ import { onLoad, onPullDownRefresh, onReachBottom, onReady, onShow } from '@dclo
|
||||
import { storeToRefs } from 'pinia';
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
import HealthProfileTab from '@/components/archive-detail/health-profile-tab.vue';
|
||||
import ServiceInfoTab from '@/components/archive-detail/service-info-tab.vue';
|
||||
import FollowUpManageTab from '@/components/archive-detail/follow-up-manage-tab.vue';
|
||||
import HealthProfileTab from './components/archive-detail/health-profile-tab.vue';
|
||||
import ServiceInfoTab from './components/archive-detail/service-info-tab.vue';
|
||||
import FollowUpManageTab from './components/archive-detail/follow-up-manage-tab.vue';
|
||||
import api from '@/utils/api';
|
||||
import useAccountStore from '@/store/account';
|
||||
import { hideLoading, loading, toast } from '@/utils/widget';
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
import { ref } from 'vue';
|
||||
import { onLoad, onShow } from '@dcloudio/uni-app';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import CustomerProfileTab from '@/components/archive-detail/customer-profile-tab.vue';
|
||||
import CustomerProfileTab from './components/archive-detail/customer-profile-tab.vue';
|
||||
import api from '@/utils/api';
|
||||
import useAccountStore from '@/store/account';
|
||||
import { hideLoading, loading, toast } from '@/utils/widget';
|
||||
|
||||
@ -76,7 +76,7 @@ import dayjs from 'dayjs';
|
||||
import api from '@/utils/api';
|
||||
import useAccountStore from '@/store/account';
|
||||
import { toast } from '@/utils/widget';
|
||||
import planNodeList from '@/components/manage-plan/plan-node-list.vue';
|
||||
import planNodeList from './components/manage-plan/plan-node-list.vue';
|
||||
|
||||
const archiveId = ref('');
|
||||
const plan = ref({});
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<script setup>
|
||||
import { computed, ref } from 'vue';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import planNodeList from '@/components/manage-plan/plan-node-list.vue';
|
||||
import planNodeList from './components/manage-plan/plan-node-list.vue';
|
||||
|
||||
const plan = ref({});
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ import { onLoad } from '@dcloudio/uni-app';
|
||||
import dayjs from 'dayjs';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import FormTemplate from '@/components/form-template/index.vue';
|
||||
import { getVisitRecordTemplate } from '@/components/archive-detail/templates';
|
||||
import { getVisitRecordTemplate } from './components/archive-detail/templates';
|
||||
import api from '@/utils/api';
|
||||
import useAccountStore from '@/store/account';
|
||||
import { toast, confirm, loading as uniLoading, hideLoading } from '@/utils/widget';
|
||||
|
||||
@ -54,7 +54,7 @@ import { onLoad } from '@dcloudio/uni-app';
|
||||
import dayjs from 'dayjs';
|
||||
import api from '@/utils/api';
|
||||
import { loading, hideLoading, toast } from '@/utils/widget';
|
||||
import { getVisitRecordTemplate } from '@/components/archive-detail/templates';
|
||||
import { getVisitRecordTemplate } from './components/archive-detail/templates';
|
||||
|
||||
const archiveId = ref('');
|
||||
const id = ref('');
|
||||
|
||||
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 960 B After Width: | Height: | Size: 363 B |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 869 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 434 B |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 784 B |