diff --git a/openhis-ui-vue3/src/views/basicmanage/tcmMedicalOrderSet/components/tcmMedicineList.vue b/openhis-ui-vue3/src/views/basicmanage/tcmMedicalOrderSet/components/tcmMedicineList.vue
index 53518a80a..39d1d01d2 100755
--- a/openhis-ui-vue3/src/views/basicmanage/tcmMedicalOrderSet/components/tcmMedicineList.vue
+++ b/openhis-ui-vue3/src/views/basicmanage/tcmMedicalOrderSet/components/tcmMedicineList.vue
@@ -1,4 +1,4 @@
-
+
+
+
+
+
+
= 0; i--) {
if (activityList.value[i].groupId === groupId) {
- return [0, 0]; // 隐藏被合并的行
+ return { rowspan: 0, colspan: 0 }; // 隐藏被合并的行
} else {
break;
}
@@ -773,9 +773,9 @@ function operationSpanMethod({ row, column, rowIndex, columnIndex }) {
}
}
- return [spanCount, 1];
+ return { rowspan: spanCount, colspan: 1 };
}
- return [1, 1];
+ return { rowspan: 1, colspan: 1 };
}
// 打印处方
diff --git a/openhis-ui-vue3/src/views/clinicmanagement/returnDrug/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/returnDrug/index.vue
index afff3f2b0..31a6d5616 100755
--- a/openhis-ui-vue3/src/views/clinicmanagement/returnDrug/index.vue
+++ b/openhis-ui-vue3/src/views/clinicmanagement/returnDrug/index.vue
@@ -1,4 +1,4 @@
-
+
@@ -420,7 +420,7 @@ function handelSpanMethod({ row, column, rowIndex, columnIndex }) {
// 检查当前列是否需要合并
if (!mergeColumns.includes(columnIndex)) {
- return [1, 1];
+ return { rowspan: 1, colspan: 1 };
}
// 获取当前行的 requestId
@@ -428,7 +428,7 @@ function handelSpanMethod({ row, column, rowIndex, columnIndex }) {
// 如果没有 requestId,不进行合并
if (!currentRequestId) {
- return [1, 1];
+ return { rowspan: 1, colspan: 1 };
}
// 查找具有相同 requestId 的连续行
@@ -444,7 +444,7 @@ function handelSpanMethod({ row, column, rowIndex, columnIndex }) {
// 如果当前行不是合并组的第一行,则不显示
if (startIndex !== rowIndex) {
- return [0, 0];
+ return { rowspan: 0, colspan: 0 };
}
// 向下查找相同 requestId 的行
diff --git a/openhis-ui-vue3/src/views/clinicmanagement/techExecute/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/techExecute/index.vue
index ba5341392..932e7edfa 100755
--- a/openhis-ui-vue3/src/views/clinicmanagement/techExecute/index.vue
+++ b/openhis-ui-vue3/src/views/clinicmanagement/techExecute/index.vue
@@ -1,2 +1,190 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+ 执行确认
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.applyTypeName }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 加急
+ 普通
+
+
+
+
+
+ {{ statusText(row) }}
+
+
+
+
+
+
+ 执行确认
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/openhis-ui-vue3/src/views/clinicmanagement/techfundApprove/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/techfundApprove/index.vue
index ba5341392..ab48b5238 100755
--- a/openhis-ui-vue3/src/views/clinicmanagement/techfundApprove/index.vue
+++ b/openhis-ui-vue3/src/views/clinicmanagement/techfundApprove/index.vue
@@ -1,2 +1,206 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+ 审批通过
+
+
+
+
+ 驳回
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.applyTypeName }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 待审批
+
+
+
+
+
+
+ 通过
+
+
+ 驳回
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/openhis-ui-vue3/src/views/consultationmanagement/consultationapplication/index.vue b/openhis-ui-vue3/src/views/consultationmanagement/consultationapplication/index.vue
index 2a06175fe..f9d31fd4b 100755
--- a/openhis-ui-vue3/src/views/consultationmanagement/consultationapplication/index.vue
+++ b/openhis-ui-vue3/src/views/consultationmanagement/consultationapplication/index.vue
@@ -1,4 +1,4 @@
-
+