diff --git a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/index.vue b/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/index.vue index 6dc01003..e86d85dd 100644 --- a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/index.vue +++ b/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/index.vue @@ -4,7 +4,7 @@ + start-placeholder="开始日期" end-placeholder="结束日期" style="width: auto;"> - + + + + + + - +
@@ -45,23 +46,7 @@

院注医嘱

- - - - - - - - - - - - - -
-
-

院注执行历史

- + @@ -71,10 +56,26 @@ - +
+
+

院注执行历史

+ + + + + + + + + + + + + +
@@ -165,13 +166,13 @@ const data = reactive({ const { queryParams } = toRefs(data); /** 查询门诊输液列表 */ -// function getList() { +function getList() { // listJobLog(proxy.addDateRange(queryParams.value, dateRange.value)).then(response => { // jobLogList.value = response.rows; // total.value = response.total; // loading.value = false; // }); -// } +} /** 搜索按钮操作 */ function handleQuery() { @@ -180,6 +181,7 @@ function handleQuery() { } /** 重置按钮操作 */ function resetQuery() { + dateRange.value = []; proxy.resetForm("queryRef"); handleQuery(); } @@ -198,7 +200,7 @@ function handleCurrentChange(row) { medicineData.value = []; } -// getList(); +getList(); @@ -207,13 +209,13 @@ function handleCurrentChange(row) { display: flex; } .left { - width: 27%; + width: 28%; } .right { - margin-left: 5%; + margin-left: 2%; width: 72%; } .el-table__row--current { - background-color: cyan !important; /* 青色背景 */ + background-color: cyan ; /* 青色背景 */ } \ No newline at end of file