no message

This commit is contained in:
wangdongbo 2026-02-02 18:48:18 +08:00
parent 11f6a3b534
commit 63c2406e45
25 changed files with 8 additions and 8 deletions

View File

@ -222,9 +222,9 @@ import { onLoad, onPullDownRefresh, onReachBottom, onReady, onShow } from '@dclo
import { storeToRefs } from 'pinia'; import { storeToRefs } from 'pinia';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import HealthProfileTab from '@/components/archive-detail/health-profile-tab.vue'; import HealthProfileTab from './components/archive-detail/health-profile-tab.vue';
import ServiceInfoTab from '@/components/archive-detail/service-info-tab.vue'; import ServiceInfoTab from './components/archive-detail/service-info-tab.vue';
import FollowUpManageTab from '@/components/archive-detail/follow-up-manage-tab.vue'; import FollowUpManageTab from './components/archive-detail/follow-up-manage-tab.vue';
import api from '@/utils/api'; import api from '@/utils/api';
import useAccountStore from '@/store/account'; import useAccountStore from '@/store/account';
import { hideLoading, loading, toast } from '@/utils/widget'; import { hideLoading, loading, toast } from '@/utils/widget';

View File

@ -14,7 +14,7 @@
import { ref } from 'vue'; import { ref } from 'vue';
import { onLoad, onShow } from '@dcloudio/uni-app'; import { onLoad, onShow } from '@dcloudio/uni-app';
import { storeToRefs } from 'pinia'; 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 api from '@/utils/api';
import useAccountStore from '@/store/account'; import useAccountStore from '@/store/account';
import { hideLoading, loading, toast } from '@/utils/widget'; import { hideLoading, loading, toast } from '@/utils/widget';

View File

@ -76,7 +76,7 @@ import dayjs from 'dayjs';
import api from '@/utils/api'; import api from '@/utils/api';
import useAccountStore from '@/store/account'; import useAccountStore from '@/store/account';
import { toast } from '@/utils/widget'; 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 archiveId = ref('');
const plan = ref({}); const plan = ref({});

View File

@ -23,7 +23,7 @@
<script setup> <script setup>
import { computed, ref } from 'vue'; import { computed, ref } from 'vue';
import { onLoad } from '@dcloudio/uni-app'; 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({}); const plan = ref({});

View File

@ -49,7 +49,7 @@ import { onLoad } from '@dcloudio/uni-app';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import { storeToRefs } from 'pinia'; import { storeToRefs } from 'pinia';
import FormTemplate from '@/components/form-template/index.vue'; 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 api from '@/utils/api';
import useAccountStore from '@/store/account'; import useAccountStore from '@/store/account';
import { toast, confirm, loading as uniLoading, hideLoading } from '@/utils/widget'; import { toast, confirm, loading as uniLoading, hideLoading } from '@/utils/widget';

View File

@ -54,7 +54,7 @@ import { onLoad } from '@dcloudio/uni-app';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import api from '@/utils/api'; import api from '@/utils/api';
import { loading, hideLoading, toast } from '@/utils/widget'; 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 archiveId = ref('');
const id = ref(''); const id = ref('');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 784 B