vue2-client 1.15.122 → 1.15.125

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.
Files changed (258) hide show
  1. package/package.json +1 -1
  2. package/src/base-client/components/common/HIS/HButtons/HButtons.vue +749 -0
  3. package/src/base-client/components/common/HIS/HButtons/index.js +3 -0
  4. package/src/base-client/components/common/HIS/HFormTable/HFormTable.vue +155 -0
  5. package/src/base-client/components/common/HIS/HFormTable/index.js +3 -0
  6. package/src/base-client/components/common/HIS/HTab/HTab.vue +100 -0
  7. package/src/base-client/components/common/HIS/HTab/index.js +3 -0
  8. package/src/base-client/components/common/HIS/demo.vue +46 -0
  9. package/src/base-client/components/common/XCollapse/XCollapse.vue +2 -1
  10. package/src/base-client/components/common/XConversation/XConversation.vue +0 -6
  11. package/src/base-client/components/common/XReportGrid/XReport.vue +0 -11
  12. package/src/base-client/components/common/XReportGrid/XReportDesign.vue +36 -51
  13. package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +133 -48
  14. package/src/base-client/components/common/XTab/XTab.vue +12 -6
  15. package/src/base-client/components/his/XChart/XChart.vue +282 -282
  16. package/src/base-client/components/his/XChart/dome.vue +19 -19
  17. package/src/base-client/components/his/XHDescriptions/XHDescriptions.vue +0 -1
  18. package/src/base-client/components/his/XHisEditor/XHisEditor.vue +7 -2
  19. package/src/base-client/components/his/XImageReport/ImagePreview.vue +393 -0
  20. package/src/base-client/components/his/XImageReport/XImageReport copy.vue +361 -0
  21. package/src/base-client/components/his/XImageReport/XImageReport.vue +200 -0
  22. package/src/base-client/components/his/XImageReport/XImageReportDemo.vue +29 -0
  23. package/src/base-client/components/his/XQuestionnaire/XQuestionnaire.vue +1 -1
  24. package/src/base-client/components/his/XTextCard/XTextCard.vue +207 -207
  25. package/src/base-client/components/his/threeTestOrders/editor.vue +111 -111
  26. package/src/components/STable/index.js +11 -4
  27. package/src/router/async/router.map.js +2 -1
  28. package/.history/public/his/editor/editor_20250606134713.html +0 -51
  29. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527173925.vue +0 -509
  30. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174316.vue +0 -524
  31. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174419.vue +0 -524
  32. package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174422.vue +0 -524
  33. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172825.vue +0 -207
  34. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172945.vue +0 -211
  35. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172949.vue +0 -212
  36. package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611173010.vue +0 -212
  37. package/.history/src/base-client/components/common/XForm/XFormItem_20250508134122.vue +0 -1320
  38. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171604.vue +0 -1332
  39. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171613.vue +0 -1331
  40. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171703.vue +0 -1331
  41. package/.history/src/base-client/components/common/XForm/XFormItem_20250527171720.vue +0 -1331
  42. package/.history/src/base-client/components/common/XForm/XFormItem_20250527174327.vue +0 -1339
  43. package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612092804.vue +0 -731
  44. package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612112546.vue +0 -748
  45. package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612113808.vue +0 -748
  46. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115237.vue +0 -1071
  47. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115346.vue +0 -1078
  48. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115350.vue +0 -1077
  49. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115415.vue +0 -1077
  50. package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115429.vue +0 -1077
  51. package/.history/src/base-client/components/his/XChart/XChart_20250812134005.vue +0 -160
  52. package/.history/src/base-client/components/his/XChart/XChart_20250812134010.vue +0 -160
  53. package/.history/src/base-client/components/his/XChart/XChart_20250812134019.vue +0 -160
  54. package/.history/src/base-client/components/his/XChart/XChart_20250812134037.vue +0 -160
  55. package/.history/src/base-client/components/his/XChart/XChart_20250812134112.vue +0 -160
  56. package/.history/src/base-client/components/his/XChart/XChart_20250812134114.vue +0 -160
  57. package/.history/src/base-client/components/his/XChart/XChart_20250812134828.vue +0 -148
  58. package/.history/src/base-client/components/his/XChart/XChart_20250812134838.vue +0 -155
  59. package/.history/src/base-client/components/his/XChart/XChart_20250812134846.vue +0 -155
  60. package/.history/src/base-client/components/his/XChart/XChart_20250812134917.vue +0 -155
  61. package/.history/src/base-client/components/his/XChart/XChart_20250812151145.vue +0 -149
  62. package/.history/src/base-client/components/his/XChart/XChart_20250812151810.vue +0 -153
  63. package/.history/src/base-client/components/his/XChart/XChart_20250812151822.vue +0 -153
  64. package/.history/src/base-client/components/his/XChart/XChart_20250812151910.vue +0 -153
  65. package/.history/src/base-client/components/his/XChart/XChart_20250812152858.vue +0 -258
  66. package/.history/src/base-client/components/his/XChart/XChart_20250812152902.vue +0 -258
  67. package/.history/src/base-client/components/his/XChart/XChart_20250812152907.vue +0 -258
  68. package/.history/src/base-client/components/his/XChart/XChart_20250812152919.vue +0 -258
  69. package/.history/src/base-client/components/his/XChart/XChart_20250812153141.vue +0 -269
  70. package/.history/src/base-client/components/his/XChart/XChart_20250812153149.vue +0 -276
  71. package/.history/src/base-client/components/his/XChart/XChart_20250812153153.vue +0 -276
  72. package/.history/src/base-client/components/his/XChart/XChart_20250812153155.vue +0 -276
  73. package/.history/src/base-client/components/his/XChart/XChart_20250812153157.vue +0 -276
  74. package/.history/src/base-client/components/his/XChart/XChart_20250812153158.vue +0 -276
  75. package/.history/src/base-client/components/his/XChart/XChart_20250812153200.vue +0 -276
  76. package/.history/src/base-client/components/his/XChart/XChart_20250812153210.vue +0 -276
  77. package/.history/src/base-client/components/his/XChart/XChart_20250812153918.vue +0 -275
  78. package/.history/src/base-client/components/his/XChart/XChart_20250812154157.vue +0 -280
  79. package/.history/src/base-client/components/his/XChart/XChart_20250812154212.vue +0 -280
  80. package/.history/src/base-client/components/his/XChart/XChart_20250812154250.vue +0 -280
  81. package/.history/src/base-client/components/his/XChart/XChart_20250812154252.vue +0 -280
  82. package/.history/src/base-client/components/his/XChart/XChart_20250812154444.vue +0 -280
  83. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611091619.vue +0 -442
  84. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092547.vue +0 -442
  85. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092552.vue +0 -442
  86. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092744.vue +0 -475
  87. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092955.vue +0 -475
  88. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092957.vue +0 -475
  89. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095652.vue +0 -477
  90. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095701.vue +0 -477
  91. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095704.vue +0 -477
  92. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100005.vue +0 -473
  93. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100011.vue +0 -473
  94. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100014.vue +0 -473
  95. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100833.vue +0 -473
  96. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100853.vue +0 -473
  97. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100940.vue +0 -473
  98. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101011.vue +0 -473
  99. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101013.vue +0 -473
  100. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101014.vue +0 -473
  101. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101159.vue +0 -473
  102. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101238.vue +0 -474
  103. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101240.vue +0 -474
  104. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101242.vue +0 -474
  105. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101404.vue +0 -472
  106. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101410.vue +0 -472
  107. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101459.vue +0 -472
  108. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101500.vue +0 -472
  109. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101502.vue +0 -472
  110. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101504.vue +0 -472
  111. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101610.vue +0 -501
  112. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101700.vue +0 -501
  113. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101702.vue +0 -501
  114. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101741.vue +0 -504
  115. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101749.vue +0 -504
  116. package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101759.vue +0 -504
  117. package/.history/src/base-client/components/his/XHisEditor/dome_20250611091349.vue +0 -131
  118. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105854.vue +0 -160
  119. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105902.vue +0 -160
  120. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105924.vue +0 -160
  121. package/.history/src/base-client/components/his/XHisEditor/dome_20250611105932.vue +0 -158
  122. package/.history/src/base-client/components/his/XList/XList_20250609135848.vue +0 -173
  123. package/.history/src/base-client/components/his/XList/XList_20250609141026.vue +0 -222
  124. package/.history/src/base-client/components/his/XList/XList_20250609141035.vue +0 -229
  125. package/.history/src/base-client/components/his/XList/XList_20250609141103.vue +0 -229
  126. package/.history/src/base-client/components/his/XList/XList_20250609141105.vue +0 -229
  127. package/.history/src/base-client/components/his/XList/XList_20250609141334.vue +0 -241
  128. package/.history/src/base-client/components/his/XList/XList_20250609141404.vue +0 -241
  129. package/.history/src/base-client/components/his/XList/XList_20250609141406.vue +0 -241
  130. package/.history/src/base-client/components/his/XList/XList_20250609141801.vue +0 -245
  131. package/.history/src/base-client/components/his/XList/XList_20250609142033.vue +0 -245
  132. package/.history/src/base-client/components/his/XList/XList_20250609142038.vue +0 -245
  133. package/.history/src/base-client/components/his/XList/XList_20250609142435.vue +0 -255
  134. package/.history/src/base-client/components/his/XList/XList_20250609142503.vue +0 -255
  135. package/.history/src/base-client/components/his/XList/XList_20250609142504.vue +0 -255
  136. package/.history/src/base-client/components/his/XList/XList_20250609143012.vue +0 -270
  137. package/.history/src/base-client/components/his/XList/XList_20250609143044.vue +0 -270
  138. package/.history/src/base-client/components/his/XList/XList_20250609143046.vue +0 -270
  139. package/.history/src/base-client/components/his/XList/XList_20250609143210.vue +0 -270
  140. package/.history/src/base-client/components/his/XList/XList_20250609144339.vue +0 -294
  141. package/.history/src/base-client/components/his/XList/XList_20250609144410.vue +0 -294
  142. package/.history/src/base-client/components/his/XList/XList_20250609144412.vue +0 -294
  143. package/.history/src/base-client/components/his/XList/XList_20250609144647.vue +0 -303
  144. package/.history/src/base-client/components/his/XList/XList_20250609144716.vue +0 -303
  145. package/.history/src/base-client/components/his/XList/XList_20250609144729.vue +0 -303
  146. package/.history/src/base-client/components/his/XList/XList_20250609151232.vue +0 -288
  147. package/.history/src/base-client/components/his/XList/XList_20250609151247.vue +0 -288
  148. package/.history/src/base-client/components/his/XList/XList_20250609151252.vue +0 -288
  149. package/.history/src/base-client/components/his/XList/XList_20250609161220.vue +0 -317
  150. package/.history/src/base-client/components/his/XList/XList_20250609161258.vue +0 -306
  151. package/.history/src/base-client/components/his/XList/XList_20250609161319.vue +0 -306
  152. package/.history/src/base-client/components/his/XList/XList_20250609161320.vue +0 -306
  153. package/.history/src/base-client/components/his/XList/XList_20250704142024.vue +0 -495
  154. package/.history/src/base-client/components/his/XList/XList_20250704142033.vue +0 -495
  155. package/.history/src/base-client/components/his/XList/XList_20250704142040.vue +0 -494
  156. package/.history/src/base-client/components/his/XList/XList_20250704142211.vue +0 -494
  157. package/.history/src/base-client/components/his/XList/XList_20250704142214.vue +0 -494
  158. package/.history/src/base-client/components/his/XList/XList_20250704143010.vue +0 -495
  159. package/.history/src/base-client/components/his/XList/XList_20250704143203.vue +0 -495
  160. package/.history/src/base-client/components/his/XList/XList_20250707095101.vue +0 -492
  161. package/.history/src/base-client/components/his/XList/XList_20250707100152.vue +0 -492
  162. package/.history/src/base-client/components/his/XList/XList_20250707100200.vue +0 -485
  163. package/.history/src/base-client/components/his/XList/XList_20250707100208.vue +0 -485
  164. package/.history/src/base-client/components/his/XList/XList_20250707100259.vue +0 -488
  165. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134604.vue +0 -263
  166. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134615.vue +0 -302
  167. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134621.vue +0 -301
  168. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134634.vue +0 -311
  169. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134644.vue +0 -330
  170. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134653.vue +0 -330
  171. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134836.vue +0 -330
  172. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135247.vue +0 -330
  173. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135303.vue +0 -354
  174. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135316.vue +0 -363
  175. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135323.vue +0 -363
  176. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135334.vue +0 -366
  177. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135342.vue +0 -364
  178. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135349.vue +0 -364
  179. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135351.vue +0 -346
  180. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135354.vue +0 -346
  181. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135401.vue +0 -346
  182. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135406.vue +0 -346
  183. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135424.vue +0 -346
  184. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807143043.vue +0 -254
  185. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155506.vue +0 -329
  186. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155535.vue +0 -330
  187. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155543.vue +0 -330
  188. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155926.vue +0 -304
  189. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155928.vue +0 -304
  190. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172548.vue +0 -298
  191. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172609.vue +0 -298
  192. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172623.vue +0 -298
  193. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172631.vue +0 -298
  194. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172701.vue +0 -298
  195. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172704.vue +0 -298
  196. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807175937.vue +0 -290
  197. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807175942.vue +0 -290
  198. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180210.vue +0 -290
  199. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180424.vue +0 -290
  200. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180448.vue +0 -290
  201. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180915.vue +0 -262
  202. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180917.vue +0 -262
  203. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101106.vue +0 -283
  204. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101112.vue +0 -289
  205. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101118.vue +0 -289
  206. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101129.vue +0 -294
  207. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101137.vue +0 -318
  208. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101145.vue +0 -320
  209. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101154.vue +0 -320
  210. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101211.vue +0 -320
  211. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101236.vue +0 -320
  212. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101239.vue +0 -320
  213. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114001.vue +0 -342
  214. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114005.vue +0 -342
  215. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114014.vue +0 -345
  216. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114020.vue +0 -345
  217. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114028.vue +0 -345
  218. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114108.vue +0 -345
  219. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114115.vue +0 -345
  220. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114333.vue +0 -346
  221. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114339.vue +0 -350
  222. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114344.vue +0 -355
  223. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114351.vue +0 -355
  224. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114408.vue +0 -355
  225. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250811114410.vue +0 -355
  226. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154330.vue +0 -389
  227. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154338.vue +0 -389
  228. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154402.vue +0 -389
  229. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154425.vue +0 -389
  230. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813154428.vue +0 -389
  231. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813171922.vue +0 -391
  232. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813171957.vue +0 -391
  233. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172004.vue +0 -391
  234. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172012.vue +0 -391
  235. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172241.vue +0 -391
  236. package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250813172242.vue +0 -391
  237. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103845.vue +0 -142
  238. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103852.vue +0 -142
  239. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103857.vue +0 -142
  240. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103859.vue +0 -142
  241. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103907.vue +0 -142
  242. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103910.vue +0 -142
  243. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103911.vue +0 -142
  244. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103913.vue +0 -142
  245. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103916.vue +0 -142
  246. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103931.vue +0 -142
  247. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145127.vue +0 -85
  248. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145136.vue +0 -81
  249. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145142.vue +0 -81
  250. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145145.vue +0 -81
  251. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145148.vue +0 -81
  252. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145151.vue +0 -81
  253. package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145155.vue +0 -81
  254. package/Users/objecrt/af-vue2-client/src/base-client/components/his/XShiftSchedule/XShiftSchedule.vue +0 -213
  255. package/src/base-client/components/TreeList/TreeList.vue +0 -91
  256. package/src/base-client/components/TreeList/TreeNode.vue +0 -81
  257. package/src/base-client/components/common/XCardSet/XTiltle.vue +0 -191
  258. package/src/base-client/components/his/XHisEditor/dome.vue +0 -144
@@ -0,0 +1,3 @@
1
+ import HButtons from './HButtons.vue'
2
+
3
+ export default HButtons
@@ -0,0 +1,155 @@
1
+ <script setup lang="ts">
2
+ import XFormTable from '@vue2-client/base-client/components/common/XFormTable/XFormTable.vue'
3
+
4
+ // 只定义HFormTable特有的属性
5
+ defineProps({
6
+ // HFormTable特有的属性
7
+ tableStyle: {
8
+ type: String,
9
+ default: 'formtable-col1'
10
+ }
11
+ })
12
+ </script>
13
+
14
+ <template>
15
+ <div
16
+ class="h-form-table-wrapper"
17
+ :class="[
18
+ `h-form-table-${tableStyle}`
19
+ ]"
20
+ >
21
+ <x-form-table
22
+ v-bind="$attrs"
23
+ v-on="$listeners"
24
+ >
25
+ <template v-for="(_, name) in $slots" #[name]="slotData">
26
+ <slot :name="name" v-bind="slotData" />
27
+ </template>
28
+ </x-form-table>
29
+ </div>
30
+ </template>
31
+
32
+ <style scoped lang="less">
33
+ .h-form-table-wrapper {
34
+ // 基础样式
35
+ :deep(.table-wrapper) {
36
+ .ant-table {
37
+ .ant-table-row {
38
+ margin: 0px;
39
+
40
+ .ant-form-item {
41
+ margin: 0px;
42
+
43
+ .ant-form-item-control-wrapper {
44
+ .ant-form-item-control {
45
+ line-height: 0px;
46
+
47
+ .ant-select-selection--multiple {
48
+ padding-bottom: 2px;
49
+ }
50
+ }
51
+ width: 100%;
52
+ }
53
+ }
54
+ }
55
+ font-size: 16px;
56
+ }
57
+
58
+ .ant-alert-info {
59
+ display: none;
60
+ }
61
+ }
62
+
63
+ :deep(.ant-card) {
64
+ margin: -10px 0px 29px 0px;
65
+ }
66
+
67
+ :deep(.ant-btn) {
68
+ border: 0px;
69
+ box-shadow: none;
70
+ padding: 0px;
71
+ color: #5D5C5C;
72
+ font-weight: bold;
73
+ letter-spacing: 0em;
74
+ font-size: 18px;
75
+ line-height: normal;
76
+ font-family: "Source Han Sans";
77
+ }
78
+
79
+ :deep(.ant-card-body) {
80
+ padding: 0 6px;
81
+ }
82
+
83
+ :deep(.ant-table-small) {
84
+ border-width: 0;
85
+
86
+ .ant-table-fixed {
87
+ border-radius: 0;
88
+ border-bottom: 1px solid #f0f0f0;
89
+ }
90
+ }
91
+
92
+ // 表格高度样式
93
+ &.h-form-table-height {
94
+ :deep(.table-wrapper) {
95
+ .ant-select-open ~ .ant-table-content {
96
+ height: 500px !important;
97
+ }
98
+ }
99
+ }
100
+
101
+ // 表格样式
102
+ &.h-form-table-table {
103
+ :deep(.ant-table-small .ant-table-fixed-header) {
104
+ .ant-table-content {
105
+ .ant-table-content {
106
+ .ant-table-body {
107
+ border-radius: 0 0 4px 4px;
108
+ overflow: visible !important;
109
+ }
110
+ }
111
+ }
112
+ }
113
+ }
114
+
115
+ // 隐藏按钮区域
116
+ &.h-form-table-button-area-hide {
117
+ :deep(.ant-btn) {
118
+ display: none;
119
+ }
120
+
121
+ :deep(.table-wrapper) {
122
+ margin-top: -39px;
123
+ }
124
+ }
125
+
126
+ // 列样式1
127
+ &.h-form-table-formtable-col1 {
128
+ :deep(.table-wrapper) {
129
+ .ant-row {
130
+ .ant-col span {
131
+ border: none;
132
+ width: auto;
133
+ margin-bottom: auto;
134
+ }
135
+ }
136
+
137
+ .ant-table {
138
+ .ant-table-body {
139
+ .ant-table-fixed colgroup col:nth-child(2) {
140
+ width: 50px;
141
+ min-width: 50px;
142
+ }
143
+ }
144
+
145
+ .ant-table-header {
146
+ .ant-table-fixed colgroup col:nth-child(2) {
147
+ width: 50px;
148
+ min-width: 50px;
149
+ }
150
+ }
151
+ }
152
+ }
153
+ }
154
+ }
155
+ </style>
@@ -0,0 +1,3 @@
1
+ import HFormTable from './HFormTable.vue'
2
+
3
+ export default HFormTable
@@ -0,0 +1,100 @@
1
+ <script setup lang="ts">
2
+ import XTab from '@vue2-client/base-client/components/common/XTab/XTab.vue'
3
+
4
+ defineProps({
5
+ // HTab特有的属性
6
+ hasTopMargin: {
7
+ type: Boolean,
8
+ default: true
9
+ }
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <div class="h-tab-wrapper" :class="{ 'h-tab-has-top-margin': hasTopMargin }">
15
+ <x-tab
16
+ v-bind="$attrs"
17
+ v-on="$listeners"
18
+ >
19
+ <template v-for="(_, name) in $slots" #[name]="slotData">
20
+ <slot :name="name" v-bind="slotData" />
21
+ </template>
22
+ </x-tab>
23
+ </div>
24
+ </template>
25
+
26
+ <style scoped lang="less">
27
+ .h-tab-wrapper {
28
+ // 基础样式
29
+ :deep(.ant-tabs-tab-next) {
30
+ display: none;
31
+ }
32
+
33
+ :deep(.ant-tabs-nav) {
34
+ .ant-tabs-tab-next-icon {
35
+ display: none;
36
+ }
37
+
38
+ .ant-tabs-tab {
39
+ background-color: transparent;
40
+ border-radius: 6px 6px 0 0;
41
+ color: #5D5C5C;
42
+ font-weight: bold;
43
+ width: 134px;
44
+ font-size: 18px;
45
+ line-height: 10px;
46
+ font-family: "Source Han Sans";
47
+ transition: all 0.3s;
48
+ height: 32px;
49
+ text-align: center;
50
+ }
51
+
52
+ .ant-tabs-tab-active {
53
+ background-color: #0057FE;
54
+ color: #ffffff;
55
+ width: 134px;
56
+ line-height: 10px;
57
+ height: 32px;
58
+ text-align: center;
59
+ }
60
+ }
61
+
62
+ :deep(.ant-tabs-bar) {
63
+ border-bottom: 2px solid #0057FE;
64
+ }
65
+
66
+ :deep(.ant-tabs-tab-arrow-show) {
67
+ display: none;
68
+ }
69
+
70
+ :deep(.ant-tabs-ink-bar) {
71
+ background-color: transparent;
72
+ bottom: -1px;
73
+ display: none;
74
+ height: 0;
75
+ }
76
+
77
+ :deep(.ant-tabs-tab-prev-icon-target) {
78
+ display: none;
79
+ }
80
+
81
+ // 带顶部边距的样式
82
+ &.h-tab-has-top-margin {
83
+ :deep(.ant-tabs-nav) {
84
+ margin-top: 6px;
85
+ }
86
+
87
+ :deep(.ant-tabs-bar) {
88
+ margin: 0 6px;
89
+ }
90
+
91
+ :deep(.ant-card-body) {
92
+ padding: 6px 0;
93
+
94
+ .ant-card-body {
95
+ padding: 6px;
96
+ }
97
+ }
98
+ }
99
+ }
100
+ </style>
@@ -0,0 +1,3 @@
1
+ import tab from './HTab.vue'
2
+
3
+ export default tab
@@ -0,0 +1,46 @@
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
+ <!-- HButtons -->
20
+ <a-card title="HButtons" style="margin-top: 20px;">
21
+ <h-buttons
22
+ queryParamsName="outpatientAdviceGroup"
23
+ serviceName="af-his"
24
+ />
25
+ </a-card>
26
+ </div>
27
+ </template>
28
+
29
+ <script setup>
30
+ import HTab from './HTab/HTab.vue'
31
+ import HFormTable from './HFormTable/HFormTable.vue'
32
+ import HButtons from './HButtons/HButtons.vue'
33
+
34
+ </script>
35
+
36
+ <style scoped lang="less">
37
+ .h-tab-demo {
38
+ padding: 20px;
39
+
40
+ h4 {
41
+ color: #333;
42
+ margin-bottom: 10px;
43
+ font-size: 14px;
44
+ }
45
+ }
46
+ </style>
@@ -67,7 +67,7 @@
67
67
  <template v-if="panel.type === 'picture'">
68
68
  <img :src="panel.configName" alt="图片" style="width: 100%; max-width: 500px;"/>
69
69
  </template>
70
- <template v-else-if="['x-form-table','x-simple-table','x-add-native-form','x-tree-pro', 'x-his-editor', 'x-tab', 'x-form-group', 'x-report', 'x-buttons', 'x-label-select', 'x-conversation', 'x-check-list', 'x-cardSet', 'x-collapse','x-h-descriptions', 'x-sidebar', 'x-list','x-input','x-time-line', 'x-radio', 'x-text-card','x-tree-rows'].includes(panel.type)">
70
+ <template v-else-if="['x-image-report','x-form-table','x-simple-table','x-add-native-form','x-tree-pro', 'x-his-editor', 'x-tab', 'x-form-group', 'x-report', 'x-buttons', 'x-label-select', 'x-conversation', 'x-check-list', 'x-cardSet', 'x-collapse','x-h-descriptions', 'x-sidebar', 'x-list','x-input','x-time-line', 'x-radio', 'x-text-card','x-tree-rows'].includes(panel.type)">
71
71
  <component
72
72
  :is="getComponentName(panel.type)"
73
73
  :ref="`dynamicComponent_${ panel.type }_${ panelIndex }`"
@@ -110,6 +110,7 @@ export default {
110
110
  XCardSet: () => import('@vue2-client/base-client/components/common/XCardSet/XCardSet.vue'),
111
111
  XCollapse: () => import('@vue2-client/base-client/components/common/XCollapse/XCollapse.vue'),
112
112
  XHDescriptions: () => import('@vue2-client/base-client/components/his/XHDescriptions/XHDescriptions.vue'),
113
+ XImageReport: () => import('@vue2-client/base-client/components/his/XImageReport/XImageReport.vue'),
113
114
  XSidebar: () => import('@vue2-client/base-client/components/his/XSidebar/XSidebar.vue'),
114
115
  XList: () => import('@vue2-client/base-client/components/his/XList/XList.vue'),
115
116
  XInput: () => import('@vue2-client/base-client/components/common/XInput/XInput.vue'),
@@ -348,12 +348,6 @@ export default {
348
348
  this.scrollToBottom()
349
349
  },
350
350
  deep: true
351
- },
352
- 'messages.$[].text': {
353
- handler () {
354
- this.scrollToBottom()
355
- },
356
- deep: true
357
351
  }
358
352
  }
359
353
  }
@@ -317,9 +317,7 @@ export default {
317
317
  },
318
318
  // 把组件注册到refs中,方便调用
319
319
  registerComponent (componentName, component) {
320
- console.log('内部注册', this.$options.name, componentName)
321
320
  this.$refs[componentName] = component
322
- console.log('内部注册完成', this.$refs)
323
321
  },
324
322
 
325
323
  // 把设计的table布局转换成可显示的珊格布局
@@ -407,8 +405,6 @@ export default {
407
405
  },
408
406
  // 根据名字从注册到组件中获取组件
409
407
  getComponentByName (componentName) {
410
- console.log('内部取组件', this.$options.name, componentName)
411
- console.log('内部组件内容', this.$refs)
412
408
  return this.$refs[componentName]
413
409
  },
414
410
  getGlobalData () {
@@ -425,7 +421,6 @@ export default {
425
421
  * @param attr 传递给Modal弹框用的信息
426
422
  */
427
423
  openDialog (configName, selectedId, mixinData, outEnv = {}, attr = {}, showButtons = true) {
428
- console.log('openDialog', configName, selectedId)
429
424
  this.$refs.xAddReport.init({
430
425
  configName: configName,
431
426
  selectedId: selectedId,
@@ -436,7 +431,6 @@ export default {
436
431
  })
437
432
  },
438
433
  openDrawer (configName, selectedId, mixinData, outEnv = {}, attr = {}) {
439
- console.log('openDialog', configName, selectedId)
440
434
  this.$refs.xReportDrawer.init({
441
435
  configName,
442
436
  selectedId,
@@ -509,7 +503,6 @@ export default {
509
503
  selectRow (selectedRowKeys, selectedRows) {
510
504
  this.table_selectedRowKeys = selectedRowKeys
511
505
  this.table_selectedRows = selectedRows
512
- console.log('')
513
506
  this.$emit('selectRow', selectedRowKeys, selectedRows)
514
507
  },
515
508
  // 注册组件到$refs中
@@ -915,7 +908,6 @@ export default {
915
908
 
916
909
  // 使用定时器循环判断锁状态,用于多个插槽,要等待统一获取完成之后,再进行下一步初始化
917
910
  const timer = setInterval(() => {
918
- console.log('插槽下载进度,当前:' + count + '/' + total)
919
911
  if (count >= total) {
920
912
  clearInterval(timer)
921
913
  this.scanConfigSlot(config)
@@ -940,7 +932,6 @@ export default {
940
932
  },
941
933
  // 获取配置之后的初始化
942
934
  configInit () {
943
- console.log('拼接完成', this.config)
944
935
  // 将初始化好的配置拷贝一份留存
945
936
  this.originalConfig = Object.assign({}, this.config)
946
937
  if (!this.dontFormat) {
@@ -993,11 +984,9 @@ export default {
993
984
  })
994
985
 
995
986
  // 对配置进行转换
996
- console.log('转换前配置', this.config)
997
987
  this.originalConfig.columns = this.transformArray(
998
988
  JSON.parse(JSON.stringify(this.config.columns))
999
989
  )
1000
- console.log('转换后的列描述', this.originalConfig.columns)
1001
990
 
1002
991
  this.$nextTick(() => {
1003
992
  this.scanFinish = true
@@ -135,7 +135,6 @@ export default {
135
135
  selectRow (selectedRowKeys, selectedRows) {
136
136
  this.table_selectedRowKeys = selectedRowKeys
137
137
  this.table_selectedRows = selectedRows
138
- console.log('XReportDesign')
139
138
  this.$emit('selectRow', selectedRowKeys, selectedRows)
140
139
  },
141
140
  setColSpanByName (componentName, colSpan) {
@@ -243,8 +242,6 @@ export default {
243
242
  // 处理子节点样式
244
243
  this.parseNestedStyles(classConfig, childStyles)
245
244
  })
246
-
247
- console.warn('样式配置', rootStyles, childStyles)
248
245
  return {
249
246
  rootStyles,
250
247
  childStyles
@@ -375,48 +372,49 @@ export default {
375
372
  if (!rootElement) return
376
373
 
377
374
  // 处理样式映射
378
- for (const [selector, data] of styleMap.entries()) {
379
- const currentSelector = parentSelector ? `${parentSelector} ${selector}` : selector
380
-
381
- try {
382
- // 查找匹配的元素
383
- const elements = Array.from(rootElement.querySelectorAll(currentSelector))
384
-
385
- if (!elements.length) continue
386
-
387
- // 应用当前层级样式
388
- if (data.styles) {
389
- elements.forEach(element => {
390
- if (!element) return
391
-
392
- // 应用每个样式属性
393
- Object.entries(data.styles).forEach(([property, value]) => {
394
- try {
395
- element.style.setProperty(property, value, 'important')
396
- } catch (err) {
397
- console.warn(`设置样式失败: ${property}=${value}`, err)
398
- }
375
+ try {
376
+ for (const [selector, data] of styleMap.entries()) {
377
+ const currentSelector = parentSelector ? `${parentSelector} ${selector}` : selector
378
+
379
+ try {
380
+ // 查找匹配的元素
381
+ const elements = Array.from(rootElement.querySelectorAll(currentSelector))
382
+
383
+ if (!elements.length) continue
384
+
385
+ // 应用当前层级样式
386
+ if (data.styles) {
387
+ elements.forEach(element => {
388
+ if (!element) return
389
+
390
+ // 应用每个样式属性
391
+ Object.entries(data.styles).forEach(([property, value]) => {
392
+ try {
393
+ element.style.setProperty(property, value, 'important')
394
+ } catch (err) {
395
+ console.warn(`设置样式失败: ${property}=${value}`, err)
396
+ }
397
+ })
399
398
  })
400
- })
401
- }
399
+ }
402
400
 
403
- // 处理子层级
404
- if (data.children && data.children.size > 0) {
405
- elements.forEach(element => {
406
- if (element) {
407
- this.applyChildStylesOptimized(element, data.children, currentSelector)
408
- }
409
- })
401
+ // 处理子层级
402
+ if (data.children && data.children.size > 0) {
403
+ elements.forEach(element => {
404
+ if (element) {
405
+ this.applyChildStylesOptimized(element, data.children, currentSelector)
406
+ }
407
+ })
408
+ }
409
+ } catch (err) {
410
+ console.warn(`处理选择器失败: ${currentSelector}`, err)
411
+ continue
410
412
  }
411
- } catch (err) {
412
- console.warn(`处理选择器失败: ${currentSelector}`, err)
413
- continue
414
413
  }
415
- }
414
+ } catch (err) {}
416
415
  },
417
416
  },
418
417
  created () {
419
- console.log('>>>> xreportdesign 渲染', JSON.stringify(this.config, null, 2))
420
418
  if (this.slotConfigName) {
421
419
  getConfigByName(this.slotConfigName, undefined, res => {
422
420
  this.slotConfig = res
@@ -440,19 +438,6 @@ export default {
440
438
  },
441
439
  mounted () {
442
440
  this.applyAllStyles()
443
- },
444
- watch: {
445
- config: {
446
- deep: true,
447
- handler (newVal) {
448
- }
449
- },
450
- activatedConfig: {
451
- deep: true,
452
- handler (val) {
453
- console.log('>>>> activatedConfig: ', val)
454
- }
455
- }
456
441
  }
457
442
  }
458
443
  </script>