vue2-client 1.16.21 → 1.16.22

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.
@@ -1,54 +1,54 @@
1
- <template>
2
- <div class="h-tab-demo">
3
- <!-- &lt;!&ndash; XTab &ndash;&gt;-->
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
-
27
- <!-- &lt;!&ndash; HButtons &ndash;&gt;-->
28
- <!-- <a-card title="HButtons" style="margin-top: 20px;">-->
29
- <!-- <h-buttons-->
30
- <!-- queryParamsName="outpatientAdviceGroup"-->
31
- <!-- serviceName="af-his"-->
32
- <!-- />-->
33
- <!-- </a-card>-->
34
- </div>
35
- </template>
36
-
37
- <script setup>
38
- // import HTab from './HTab/HTab.vue'
39
- import HFormTable from './HFormTable/HFormTable.vue'
40
- // import HButtons from './HButtons/HButtons.vue'
41
- import HAddNativeForm from '@vue2-client/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue'
42
- </script>
43
-
44
- <style scoped lang="less">
45
- .h-tab-demo {
46
- padding: 20px;
47
-
48
- h4 {
49
- color: #333;
50
- margin-bottom: 10px;
51
- font-size: 14px;
52
- }
53
- }
54
- </style>
1
+ <template>
2
+ <div class="h-tab-demo">
3
+ <!-- &lt;!&ndash; XTab &ndash;&gt;-->
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
+
27
+ <!-- &lt;!&ndash; HButtons &ndash;&gt;-->
28
+ <!-- <a-card title="HButtons" style="margin-top: 20px;">-->
29
+ <!-- <h-buttons-->
30
+ <!-- queryParamsName="outpatientAdviceGroup"-->
31
+ <!-- serviceName="af-his"-->
32
+ <!-- />-->
33
+ <!-- </a-card>-->
34
+ </div>
35
+ </template>
36
+
37
+ <script setup>
38
+ // import HTab from './HTab/HTab.vue'
39
+ import HFormTable from './HFormTable/HFormTable.vue'
40
+ // import HButtons from './HButtons/HButtons.vue'
41
+ import HAddNativeForm from '@vue2-client/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue'
42
+ </script>
43
+
44
+ <style scoped lang="less">
45
+ .h-tab-demo {
46
+ padding: 20px;
47
+
48
+ h4 {
49
+ color: #333;
50
+ margin-bottom: 10px;
51
+ font-size: 14px;
52
+ }
53
+ }
54
+ </style>