vue2-client 1.16.49 → 1.16.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +112 -112
- package/src/assets/svg/female.svg +1 -0
- package/src/assets/svg/male.svg +1 -0
- package/src/base-client/components/common/HIS/HButtons/HButtons.vue +371 -371
- package/src/base-client/components/common/HIS/HFormGroup/HFormGroup.vue +120 -120
- package/src/base-client/components/common/HIS/HFormGroup/index.js +3 -3
- package/src/base-client/components/common/HIS/HFormTable/HFormTable.vue +379 -257
- package/src/base-client/components/common/HIS/demo.vue +61 -61
- package/src/base-client/components/common/XCollapse/XCollapse.vue +461 -461
- package/src/base-client/components/common/XInput/XInput.vue +147 -147
- package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +824 -824
- package/src/base-client/components/common/XTable/XTable.vue +1610 -1610
- package/src/base-client/components/common/XTimeline/XTimeline.vue +454 -454
- package/src/base-client/components/his/XHisEditor/XHisEditor.vue +705 -705
- package/src/base-client/components/his/XList/XList.vue +829 -607
- package/src/base-client/components/his/threeTestOrders/editor.vue +113 -113
- package/src/pages/WorkflowDetail/WorkFlowDemo3.vue +203 -225
- package/src/pages/userInfoDetailManage/ExceptionRecordQuery/index.vue +45 -45
- package/src/router/async/router.map.js +129 -129
- package/src/services/api/common.js +0 -2
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926145434.vue +0 -641
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926145453.vue +0 -641
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926145610.vue +0 -647
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926145629.vue +0 -647
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926145901.vue +0 -645
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926145907.vue +0 -651
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926145920.vue +0 -651
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926150047.vue +0 -651
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926151820.vue +0 -646
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926151827.vue +0 -646
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926152115.vue +0 -646
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926152212.vue +0 -653
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926152215.vue +0 -653
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926152337.vue +0 -657
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926152341.vue +0 -657
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926152826.vue +0 -657
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926152828.vue +0 -646
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926153121.vue +0 -654
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926153242.vue +0 -654
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926153318.vue +0 -646
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926153415.vue +0 -646
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926153435.vue +0 -655
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926153606.vue +0 -655
- package/.history/src/base-client/components/common/XDataCard/XDataCard_20250926153653.vue +0 -655
- package/src/base-client/components/common/XDataCard/test.vue +0 -367
@@ -1,61 +1,61 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="h-tab-demo">
|
3
|
-
<!-- <!– XTab –>-->
|
4
|
-
<!-- <a-card title="XTab">-->
|
5
|
-
<!-- <h-tab-->
|
6
|
-
<!-- configName="openPrescriptionTab"-->
|
7
|
-
<!-- serverName="af-his"-->
|
8
|
-
<!-- />-->
|
9
|
-
<!-- </a-card>-->
|
10
|
-
|
11
|
-
<!-- HFormTable -->
|
12
|
-
<a-card title="HFormTable" style="margin-top: 20px;">
|
13
|
-
<h-form-table
|
14
|
-
queryParamsName="outpatientAdviceAllCRUD"
|
15
|
-
serviceName="af-his"
|
16
|
-
/>
|
17
|
-
</a-card>
|
18
|
-
|
19
|
-
<!-- HForm -->
|
20
|
-
<a-card title="HAddNativeForm" style="margin-top: 20px;">
|
21
|
-
<h-add-native-form
|
22
|
-
queryParamsName="TCMAdviceFormConfig"
|
23
|
-
serviceName="af-his"
|
24
|
-
/>
|
25
|
-
</a-card>
|
26
|
-
<!-- <a-card title="HFormGroup" style="margin-top: 20px;">-->
|
27
|
-
<!-- <h-form-group-->
|
28
|
-
<!-- queryParamsName="surgeryApplicationFormGroup"-->
|
29
|
-
<!-- serviceName="af-his"-->
|
30
|
-
<!-- :left-hide="true"-->
|
31
|
-
<!-- />-->
|
32
|
-
<!-- </a-card>-->
|
33
|
-
<!-- <!– HButtons –>-->
|
34
|
-
<!-- <a-card title="HButtons" style="margin-top: 20px;">-->
|
35
|
-
<!-- <h-buttons-->
|
36
|
-
<!-- queryParamsName="outpatientAdviceGroup"-->
|
37
|
-
<!-- serviceName="af-his"-->
|
38
|
-
<!-- />-->
|
39
|
-
<!-- </a-card>-->
|
40
|
-
</div>
|
41
|
-
</template>
|
42
|
-
|
43
|
-
<script setup>
|
44
|
-
// import HTab from './HTab/HTab.vue'
|
45
|
-
import HFormTable from './HFormTable/HFormTable.vue'
|
46
|
-
// import HButtons from './HButtons/HButtons.vue'
|
47
|
-
import HAddNativeForm from '@vue2-client/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue'
|
48
|
-
// import HFormGroup from './HFormGroup/HFormGroup.vue'
|
49
|
-
</script>
|
50
|
-
|
51
|
-
<style scoped lang="less">
|
52
|
-
.h-tab-demo {
|
53
|
-
padding: 20px;
|
54
|
-
|
55
|
-
h4 {
|
56
|
-
color: #333;
|
57
|
-
margin-bottom: 10px;
|
58
|
-
font-size: 14px;
|
59
|
-
}
|
60
|
-
}
|
61
|
-
</style>
|
1
|
+
<template>
|
2
|
+
<div class="h-tab-demo">
|
3
|
+
<!-- <!– XTab –>-->
|
4
|
+
<!-- <a-card title="XTab">-->
|
5
|
+
<!-- <h-tab-->
|
6
|
+
<!-- configName="openPrescriptionTab"-->
|
7
|
+
<!-- serverName="af-his"-->
|
8
|
+
<!-- />-->
|
9
|
+
<!-- </a-card>-->
|
10
|
+
|
11
|
+
<!-- HFormTable -->
|
12
|
+
<a-card title="HFormTable" style="margin-top: 20px;">
|
13
|
+
<h-form-table
|
14
|
+
queryParamsName="outpatientAdviceAllCRUD"
|
15
|
+
serviceName="af-his"
|
16
|
+
/>
|
17
|
+
</a-card>
|
18
|
+
|
19
|
+
<!-- HForm -->
|
20
|
+
<a-card title="HAddNativeForm" style="margin-top: 20px;">
|
21
|
+
<h-add-native-form
|
22
|
+
queryParamsName="TCMAdviceFormConfig"
|
23
|
+
serviceName="af-his"
|
24
|
+
/>
|
25
|
+
</a-card>
|
26
|
+
<!-- <a-card title="HFormGroup" style="margin-top: 20px;">-->
|
27
|
+
<!-- <h-form-group-->
|
28
|
+
<!-- queryParamsName="surgeryApplicationFormGroup"-->
|
29
|
+
<!-- serviceName="af-his"-->
|
30
|
+
<!-- :left-hide="true"-->
|
31
|
+
<!-- />-->
|
32
|
+
<!-- </a-card>-->
|
33
|
+
<!-- <!– HButtons –>-->
|
34
|
+
<!-- <a-card title="HButtons" style="margin-top: 20px;">-->
|
35
|
+
<!-- <h-buttons-->
|
36
|
+
<!-- queryParamsName="outpatientAdviceGroup"-->
|
37
|
+
<!-- serviceName="af-his"-->
|
38
|
+
<!-- />-->
|
39
|
+
<!-- </a-card>-->
|
40
|
+
</div>
|
41
|
+
</template>
|
42
|
+
|
43
|
+
<script setup>
|
44
|
+
// import HTab from './HTab/HTab.vue'
|
45
|
+
import HFormTable from './HFormTable/HFormTable.vue'
|
46
|
+
// import HButtons from './HButtons/HButtons.vue'
|
47
|
+
import HAddNativeForm from '@vue2-client/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue'
|
48
|
+
// import HFormGroup from './HFormGroup/HFormGroup.vue'
|
49
|
+
</script>
|
50
|
+
|
51
|
+
<style scoped lang="less">
|
52
|
+
.h-tab-demo {
|
53
|
+
padding: 20px;
|
54
|
+
|
55
|
+
h4 {
|
56
|
+
color: #333;
|
57
|
+
margin-bottom: 10px;
|
58
|
+
font-size: 14px;
|
59
|
+
}
|
60
|
+
}
|
61
|
+
</style>
|