From 2721430bf4bfab17c6772dd6969b2ccef618e965 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <>
Date: Sun, 28 Apr 2024 15:09:38 +0800
Subject: [PATCH] ui
---
src/router/index.js | 6 +
src/views/Home.vue | 400 ++++++++----
.../basic-dictionary/FieldComparison.vue | 586 ++++++++++++++++++
.../basic-dictionary/ThirdPartyInterfaces.vue | 3 +-
src/views/workload/deskwork.vue | 9 +-
src/views/workload/directordoctor.vue | 5 +
src/views/workload/doctorstaionworkload.vue | 5 +
src/views/workload/examinedoctor.vue | 5 +
src/views/workload/peisworkload.vue | 5 +
src/views/workload/registrar.vue | 5 +
10 files changed, 914 insertions(+), 115 deletions(-)
create mode 100644 src/views/basic-dictionary/FieldComparison.vue
diff --git a/src/router/index.js b/src/router/index.js
index 0a73c25..e809917 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -212,6 +212,12 @@ const routes = [{
component: () =>
import ("../views/basic-dictionary/ThirdPartyInterfaces.vue"),
},
+ {
+ path: "/field-comparison",
+ name: '字段对照',
+ component: () =>
+ import ("../views/basic-dictionary/FieldComparison.vue"),
+ },
//---------------------- 收费设置 start ----------------------
{
path: "/invoice-item-type",
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 4ee0578..5c6b1e1 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -26,47 +26,111 @@
-->
-
-
-
@@ -1130,4 +1130,7 @@ page-break-before: avoid;}}`, // 去除页眉页脚
::v-deep .el-table__body {
width: 100% !important;
}
+.query:last-child{
+ margin-right: 0;
+}
\ No newline at end of file
diff --git a/src/views/workload/directordoctor.vue b/src/views/workload/directordoctor.vue
index a63cdff..031add9 100644
--- a/src/views/workload/directordoctor.vue
+++ b/src/views/workload/directordoctor.vue
@@ -37,6 +37,7 @@
v-model="startDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -49,6 +50,7 @@
v-model="endDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -413,4 +415,7 @@ export default {
:deep .left-align .cell {
text-align: left !important;
}
+.query:last-child{
+ margin-right: 0;
+}
\ No newline at end of file
diff --git a/src/views/workload/doctorstaionworkload.vue b/src/views/workload/doctorstaionworkload.vue
index eba89db..b42b4e1 100644
--- a/src/views/workload/doctorstaionworkload.vue
+++ b/src/views/workload/doctorstaionworkload.vue
@@ -37,6 +37,7 @@
v-model="startDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -49,6 +50,7 @@
v-model="endDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -535,4 +537,7 @@ export default {
::v-deep .el-table__body {
width: 100% !important;
}
+.query:last-child{
+ margin-right: 0;
+}
\ No newline at end of file
diff --git a/src/views/workload/examinedoctor.vue b/src/views/workload/examinedoctor.vue
index bf13d91..3cb25c1 100644
--- a/src/views/workload/examinedoctor.vue
+++ b/src/views/workload/examinedoctor.vue
@@ -37,6 +37,7 @@
v-model="startDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -49,6 +50,7 @@
v-model="endDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -419,4 +421,7 @@ export default {
:deep .left-align .cell {
text-align: left !important;
}
+.query:last-child{
+ margin-right: 0;
+}
\ No newline at end of file
diff --git a/src/views/workload/peisworkload.vue b/src/views/workload/peisworkload.vue
index f0673ad..0c9fcf8 100644
--- a/src/views/workload/peisworkload.vue
+++ b/src/views/workload/peisworkload.vue
@@ -37,6 +37,7 @@
v-model="startDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -49,6 +50,7 @@
v-model="endDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -437,4 +439,7 @@ page-break-before: avoid;}}`, // 去除页眉页脚
:deep .left-align .cell {
text-align: left !important;
}
+.query:last-child{
+ margin-right: 0;
+}
\ No newline at end of file
diff --git a/src/views/workload/registrar.vue b/src/views/workload/registrar.vue
index 21f3664..963f73c 100644
--- a/src/views/workload/registrar.vue
+++ b/src/views/workload/registrar.vue
@@ -37,6 +37,7 @@
v-model="startDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -49,6 +50,7 @@
v-model="endDate"
value-format="yyyy-MM-dd"
editable
+ style="width: 177px;"
>
@@ -420,4 +422,7 @@ export default {
:deep .left-align .cell {
text-align: left !important;
}
+.query:last-child{
+ margin-right: 0;
+}
\ No newline at end of file