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,361 @@
1
+ <template>
2
+ <div class="image-report-info">
3
+ <div>
4
+ <template v-if="data">
5
+ <!-- 显示可见的标签 -->
6
+ <div
7
+ v-for="(item) in visibleItems"
8
+ :key="item.field"
9
+ :class="['description-item', { 'with-divider': item.isLine }]" >
10
+ <template v-if="data[item.field] !== null && data[item.field] !== undefined">
11
+ <!-- 子标题 -->
12
+ <template v-if="item.subTitle !== null && item.subTitle !== undefined">
13
+ <hr style="background-color: #E5E9F0;">
14
+ <div class="sub-title">
15
+ {{ item.subTitle }}
16
+ </div>
17
+ </template>
18
+ <div>
19
+ <div :class="['label-wrapper', { 'with-avatar': item.showAvatar }]">
20
+ <a-avatar
21
+ v-if="item.showAvatar"
22
+ :size="item.avatar.size"
23
+ :icon="item.avatar.icon"
24
+ :style="{ background: item.avatar.background }"
25
+ />
26
+ <span v-if="item.label !== null && item.label !== undefined " class="label-text">{{ item.label }}:</span>
27
+ </div>
28
+ <div class="content-wrapper">
29
+ <template v-if="item.fieldType === null || item.fieldType === undefined || item.fieldType === 'text'">
30
+ {{ data[item.field] }}
31
+ </template>
32
+ <template v-if="item.fieldType === 'images'">
33
+ <div class="image-preview-container">
34
+ <div
35
+ v-for="(img, index) in data[item.field]"
36
+ :key="index"
37
+ class="thumbnail-item"
38
+ @click="openPreview(index, data[item.field])">
39
+ <img :src="img" class="thumbnail-image" alt="预览图">
40
+ </div>
41
+ </div>
42
+ </template>
43
+ </div>
44
+ </div>
45
+ </template>
46
+ </div>
47
+ </template>
48
+ </div>
49
+ <!-- 图片预览组件 -->
50
+ <ImagePreview
51
+ :visible="previewVisible"
52
+ :img-list="previewImgList"
53
+ :initial-index="previewIndex"
54
+ @close="previewVisible = false"
55
+ />
56
+ </div>
57
+ </template>
58
+
59
+ <script>
60
+
61
+ import { getConfigByName, runLogic } from '@vue2-client/services/api/common'
62
+
63
+ export default {
64
+ name: 'XImageReport',
65
+ data () {
66
+ return {
67
+ // 隐藏配置 当数据结果 = -1^ 该数据字段会被delete
68
+ data: null,
69
+ config: null,
70
+ previewVisible: false, // 控制预览显示
71
+ previewImgList: [], // 预览图片数组
72
+ previewIndex: 0 // 当前预览索引
73
+ }
74
+ },
75
+ props: {
76
+ queryParamsName: {
77
+ type: String,
78
+ default: ''
79
+ },
80
+ parameter: {
81
+ type: Object,
82
+ default: () => {
83
+ return {}
84
+ }
85
+ }
86
+ },
87
+ computed: {
88
+ // 获取应该显示的标签
89
+ visibleItems () {
90
+ if (!this.config?.items) return []
91
+ return this.config.items
92
+ }
93
+ },
94
+ created () {
95
+ this.getData(this.queryParamsName, {})
96
+ },
97
+ methods: {
98
+ async getData (data, parameterData) {
99
+ this.data = null
100
+ getConfigByName(data, 'af-his', res => {
101
+ this.config = res
102
+ console.log(this.config)
103
+ const parameter = { ...res.parameter, ...this.parameter, ...parameterData }
104
+ runLogic(res.logicName, parameter, 'af-his').then(result => {
105
+ this.data = result
106
+ })
107
+ })
108
+ },
109
+ // 打开预览
110
+ openPreview (field, index) {
111
+ this.previewImgList = this.data[field]
112
+ this.previewIndex = index
113
+ this.previewVisible = true
114
+ }
115
+ },
116
+ watch: {
117
+ queryParamsName: {
118
+ handler (newValue) {
119
+ console.log(newValue)
120
+ this.getData(newValue, {})
121
+ },
122
+ deep: true
123
+ },
124
+ parameter: {
125
+ handler (newValue, oldValue) {
126
+ console.log('监听事件触发:', { old: oldValue, new: newValue })
127
+ // 当 parameter 变化时重新获取数据
128
+ this.getData(this.queryParamsName, {})
129
+ },
130
+ deep: true // 深度监听对象内部变化
131
+ }
132
+ }
133
+ }
134
+ </script>
135
+
136
+ <style scoped>
137
+ .image-report-info {
138
+ background: #fff;
139
+ padding: 12px;
140
+ border-radius: 4px;
141
+ width: 100%;
142
+ }
143
+
144
+ .descriptions-container {
145
+ position: relative;
146
+ width: 100%;
147
+ padding-right: 80px; /* 为按钮预留空间 */
148
+ }
149
+
150
+ /* 自适应布局样式 */
151
+ .flex-descriptions {
152
+ display: flex;
153
+ flex-wrap: wrap;
154
+ gap: 8px 24px;
155
+ width: 100%;
156
+ }
157
+
158
+ .description-item {
159
+ display: inline-flex;
160
+ align-items: center;
161
+ padding: 4px 8px;
162
+ border-radius: 4px;
163
+ transition: background-color 0.3s;
164
+ white-space: nowrap;
165
+ flex: 0 1 auto;
166
+ }
167
+
168
+ .sub-title {
169
+ font-size: large;
170
+ }
171
+
172
+ .description-item:hover {
173
+ background-color: rgba(0, 0, 0, 0.02);
174
+ }
175
+
176
+ /* 共用样式 */
177
+ .label-wrapper {
178
+ display: flex;
179
+ align-items: center;
180
+ gap: 8px;
181
+ color: rgba(0, 0, 0, 0.65);
182
+ font-size: v-bind('config?.style?.fontSize');
183
+ white-space: nowrap;
184
+ }
185
+
186
+ .label-wrapper.with-avatar {
187
+ gap: 8px;
188
+ }
189
+
190
+ .label-text {
191
+ white-space: nowrap;
192
+ font-weight: bold;
193
+ }
194
+
195
+ .content-wrapper {
196
+ display: inline-flex;
197
+ align-items: center;
198
+ margin-left: 4px;
199
+ font-size: v-bind('config?.style?.fontSize');
200
+ color: rgba(0, 0, 0, 0.85);
201
+ max-width: 300px;
202
+ overflow: hidden;
203
+ text-overflow: ellipsis;
204
+ white-space: nowrap;
205
+ }
206
+
207
+ .detail-button-wrapper {
208
+ position: absolute;
209
+ right: 0;
210
+ top: 0;
211
+ z-index: 10;
212
+ padding: 4px 8px;
213
+ white-space: nowrap;
214
+ background-color: #fff;
215
+ }
216
+
217
+ /* Ant Design 描述列表样式覆盖 */
218
+ :deep(.ant-descriptions-row) {
219
+ display: flex;
220
+ flex-direction: row;
221
+ align-items: flex-start;
222
+ }
223
+
224
+ :deep(.ant-descriptions-item) {
225
+ padding: 0 !important;
226
+ display: flex !important;
227
+ align-items: flex-start !important;
228
+ flex-direction: row !important;
229
+ margin-right: 24px;
230
+ width: fit-content !important;
231
+ margin-bottom: 16px;
232
+ }
233
+
234
+ :deep(.ant-descriptions-item-container) {
235
+ display: flex !important;
236
+ flex-direction: row !important;
237
+ align-items: flex-start !important;
238
+ position: relative;
239
+ gap: 0 !important;
240
+ width: 100% !important;
241
+ }
242
+
243
+ :deep(.ant-descriptions-item-label) {
244
+ color: rgba(0, 0, 0, 0.65);
245
+ padding: 0 !important;
246
+ margin: 0 !important;
247
+ font-size: v-bind('config?.style?.fontSize || "14px"');
248
+ display: inline-flex !important;
249
+ align-items: center !important;
250
+ white-space: nowrap !important;
251
+ min-width: v-bind('config?.style?.labelWidth || "80px"');
252
+ justify-content: flex-start;
253
+ padding-right: 2px !important;
254
+ }
255
+
256
+ :deep(.ant-descriptions-item-content) {
257
+ font-size: v-bind('config?.style?.fontSize || "14px"');
258
+ display: inline-flex !important;
259
+ align-items: center !important;
260
+ padding: 0 !important;
261
+ margin: 0 !important;
262
+ margin-left: 0px !important;
263
+ }
264
+
265
+ :deep(.ant-descriptions-item-colon) {
266
+ position: static !important;
267
+ display: inline-flex !important;
268
+ align-items: center !important;
269
+ margin: 0 !important;
270
+ padding: 0 !important;
271
+ margin-right: 2px !important;
272
+ }
273
+
274
+ :deep(.ant-descriptions-item-container:hover) {
275
+ background-color: rgba(0, 0, 0, 0.02);
276
+ border-radius: 4px;
277
+ }
278
+
279
+ :deep(.ant-btn-link) {
280
+ padding: 0;
281
+ height: auto;
282
+ line-height: 1;
283
+ }
284
+
285
+ :deep(.ant-btn-link:hover) {
286
+ color: #1890ff;
287
+ background: transparent;
288
+ }
289
+
290
+ /* 响应式调整 */
291
+ @media screen and (max-width: 768px) {
292
+ .content-wrapper {
293
+ max-width: 200px;
294
+ }
295
+ }
296
+
297
+ @media screen and (max-width: 576px) {
298
+ .content-wrapper {
299
+ max-width: 150px;
300
+ }
301
+ .flex-descriptions {
302
+ gap: 4px 12px;
303
+ }
304
+ }
305
+
306
+ /* 添加虚线样式 */
307
+ .with-divider {
308
+ position: relative;
309
+ margin-bottom: 16px !important;
310
+ }
311
+
312
+ .with-divider::after {
313
+ content: '';
314
+ position: absolute;
315
+ left: 0;
316
+ bottom: -8px;
317
+ width: 100%;
318
+ height: 0;
319
+ border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
320
+ }
321
+
322
+ /* 对于 Ant Design 描述列表的特殊处理 */
323
+ :deep(.ant-descriptions-item.with-divider) {
324
+ position: relative;
325
+ margin-bottom: 16px !important;
326
+ }
327
+
328
+ :deep(.ant-descriptions-item.with-divider::after) {
329
+ content: '';
330
+ position: absolute;
331
+ left: 0;
332
+ bottom: -8px;
333
+ width: 100%;
334
+ height: 0;
335
+ border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
336
+ }
337
+ /* 图片列表样式 */
338
+ .image-list {
339
+ display: flex;
340
+ flex-wrap: wrap;
341
+ gap: 10px;
342
+ margin-top: 10px;
343
+ }
344
+ .image-item {
345
+ width: 80px;
346
+ height: 80px;
347
+ border: 1px solid #eee;
348
+ border-radius: 4px;
349
+ overflow: hidden;
350
+ cursor: pointer;
351
+ transition: transform 0.3s;
352
+ }
353
+ .image-item:hover {
354
+ transform: scale(1.05);
355
+ }
356
+ .thumbnail {
357
+ width: 100%;
358
+ height: 100%;
359
+ object-fit: cover;
360
+ }
361
+ </style>
@@ -0,0 +1,200 @@
1
+ <template>
2
+ <div class="image-report-info">
3
+ <div>
4
+ <template v-if="data">
5
+ <div
6
+ v-for="(item) in visibleItems"
7
+ :key="item.field"
8
+ :class="['description-item', { 'with-divider': item.isLine }]"
9
+ >
10
+ <template v-if="data[item.field] !== null && data[item.field] !== undefined">
11
+ <!-- 子标题独占一行 -->
12
+ <template v-if="item.subTitle">
13
+ <!-- <hr style="background-color: #E5E9F0; margin: 12px 0"> -->
14
+ <div class="sub-title">{{ item.subTitle }}</div>
15
+ </template>
16
+
17
+ <!-- 标签与内容同行(自动换行) -->
18
+ <div class="content-row">
19
+ <div :class="['label-wrapper', { 'with-avatar': item.showAvatar }]">
20
+ <a-avatar
21
+ v-if="item.showAvatar"
22
+ :size="item.avatar.size"
23
+ :icon="item.avatar.icon"
24
+ :style="{ background: item.avatar.background }"
25
+ />
26
+ </div>
27
+ <div class="content-value">
28
+ <template v-if="item.fieldType === 'text' || !item.fieldType">
29
+ <span v-if="item.label" class="label-text">{{ item.label }}:</span> <span :style="item.style ? item.style : {}">{{ data[item.field] }}</span>
30
+ </template>
31
+ <template v-else-if="item.fieldType === 'images'">
32
+ <div class="image-preview-container">
33
+ <div
34
+ v-for="(img, index) in data[item.field]"
35
+ :key="index"
36
+ class="thumbnail-item"
37
+ @click="openPreview(item.field,index)"
38
+ >
39
+ <img :src="img" class="thumbnail-image" :style="item.style ? item.style : {}" alt="预览图">
40
+ </div>
41
+ </div>
42
+ </template>
43
+ </div>
44
+ </div>
45
+ </template>
46
+ </div>
47
+ </template>
48
+ </div>
49
+ <ImagePreview
50
+ :visible="previewVisible"
51
+ :imgList="previewImgList"
52
+ :initialIndex="previewIndex"
53
+ @close="previewVisible = false"
54
+ />
55
+ </div>
56
+ </template>
57
+
58
+ <script>
59
+
60
+ import { getConfigByName, runLogic } from '@vue2-client/services/api/common'
61
+ import ImagePreview from './ImagePreview.vue'
62
+
63
+ export default {
64
+ name: 'XImageReport',
65
+ components: {
66
+ ImagePreview
67
+ },
68
+ data () {
69
+ return {
70
+ // 隐藏配置 当数据结果 = -1^ 该数据字段会被delete
71
+ data: null,
72
+ config: null,
73
+ previewVisible: false, // 控制预览显示
74
+ previewImgList: [], // 预览图片数组
75
+ previewIndex: 0 // 当前预览索引
76
+ }
77
+ },
78
+ props: {
79
+ queryParamsName: {
80
+ type: String,
81
+ default: ''
82
+ },
83
+ parameter: {
84
+ type: Object,
85
+ default: () => {
86
+ return {}
87
+ }
88
+ }
89
+ },
90
+ computed: {
91
+ // 获取应该显示的标签
92
+ visibleItems () {
93
+ if (!this.config?.items) return []
94
+ return this.config.items
95
+ }
96
+ },
97
+ created () {
98
+ this.getData(this.queryParamsName, {})
99
+ },
100
+ methods: {
101
+ async getData (data, parameterData) {
102
+ this.data = null
103
+ getConfigByName(data, 'af-his', res => {
104
+ this.config = res
105
+ console.log(this.config)
106
+ const parameter = { ...res.parameter, ...this.parameter, ...parameterData }
107
+ if (res.logicName) {
108
+ console.log('runlogic', res.logicName)
109
+ runLogic(res.logicName, parameter, 'af-his').then(result => {
110
+ this.data = result
111
+ })
112
+ }
113
+ })
114
+ },
115
+ // 打开预览
116
+ openPreview (field, index) {
117
+ this.previewImgList = this.data[field]
118
+ this.previewIndex = index
119
+ this.previewVisible = true
120
+ }
121
+ },
122
+ watch: {
123
+ queryParamsName: {
124
+ handler (newValue) {
125
+ console.log(newValue)
126
+ this.getData(newValue, {})
127
+ },
128
+ deep: true
129
+ },
130
+ parameter: {
131
+ handler (newValue, oldValue) {
132
+ console.log('监听事件触发:', { old: oldValue, new: newValue })
133
+ // 当 parameter 变化时重新获取数据
134
+ this.getData(this.queryParamsName, {})
135
+ },
136
+ deep: true // 深度监听对象内部变化
137
+ }
138
+ }
139
+ }
140
+ </script>
141
+
142
+ <style scoped>
143
+ .image-report-info {
144
+ background: #fff;
145
+ padding: 12px;
146
+ border-radius: 4px;
147
+ width: 100%;
148
+ }
149
+ /* 子标题样式 */
150
+ .sub-title {
151
+ font-size: 16px;
152
+ margin-bottom: 8px;
153
+ display: block; /* 确保独占一行 */
154
+ }
155
+
156
+ /* 标签与内容同行布局 */
157
+ .content-row {
158
+ display: flex;
159
+ align-items: flex-start; /* 顶部对齐 */
160
+ flex-wrap: wrap; /* 允许换行 */
161
+ margin-bottom: 4px;
162
+ }
163
+
164
+ .label-wrapper {
165
+ display: flex;
166
+ align-items: center;
167
+ flex-shrink: 0; /* 防止标签被压缩 */
168
+ }
169
+
170
+ .content-value {
171
+ flex: 1;
172
+ min-width: 60%; /* 保证内容区域最小宽度 */
173
+ word-break: break-word; /* 长文本自动换行 */
174
+ }
175
+
176
+ /* 图片横向排列(自动换行) */
177
+ .image-preview-container {
178
+ display: flex;
179
+ flex-wrap: wrap; /* 关键:宽度不足时自动换行 */
180
+ gap: 8px; /* 图片间距 */
181
+ margin-top: 8px;
182
+ }
183
+
184
+ .thumbnail-item {
185
+ flex-shrink: 0;
186
+ }
187
+
188
+ .thumbnail-image {
189
+ width: 80px;
190
+ height: 80px;
191
+ object-fit: cover;
192
+ border-radius: 4px;
193
+ cursor: pointer;
194
+ }
195
+
196
+ .label-text {
197
+ font-weight: bold;
198
+ }
199
+
200
+ </style>
@@ -0,0 +1,29 @@
1
+ <template>
2
+ <XImageReport
3
+ :query-params-name="queryParamsName"
4
+ :parameter="parameter">
5
+ </XImageReport>
6
+ </template>
7
+
8
+ <script>
9
+
10
+ import XImageReport from './XImageReport.vue'
11
+
12
+ export default {
13
+ name: 'XImageReportDemo',
14
+ components: {
15
+ XImageReport
16
+ },
17
+ data () {
18
+ return {
19
+ queryParamsName: 'outpatientImageReportConfig',
20
+ parameter: { id: '8' }
21
+ }
22
+ }
23
+ }
24
+
25
+ </script>
26
+
27
+ <style scoped lang="less">
28
+
29
+ </style>
@@ -25,7 +25,7 @@ export default {
25
25
  name: 'XQuestionnaire',
26
26
  props: {
27
27
  queryParamsName: {
28
- type: Object,
28
+ type: String,
29
29
  default: null
30
30
  }
31
31
  },