See999 před 5 roky
rodič
revize
e872da297e

+ 11 - 11
src/pages/advice/DialysisAdviceTable.vue Zobrazit soubor

95
 
95
 
96
       <table class="table">
96
       <table class="table">
97
         <tr>
97
         <tr>
98
-          <th width="50px">姓名</th>
99
-          <th width="50px">透析号</th>
100
-          <th width="50px">期效</th>
101
-          <th width="100px">开始时间</th>
102
-          <th width="200px">医嘱内容</th>
103
-          <th width="50px">执行时间</th>
104
-          <th width="50px">执行护士</th>
105
-          <th width="50px">校对护士</th>
106
-          <th width="100px">校对时间</th>
107
-          <th width="50px">开嘱医生</th>
108
-          <th width="100px">开嘱时间</th>
98
+          <th width="60px">姓名</th>
99
+          <th width="30px">透析号</th>
100
+          <th width="50px">类型</th>
101
+          <th width="110px">开始时间</th>
102
+          <th width="140px">医嘱内容</th>
103
+          <th width="100px">执行时间</th>
104
+          <th width="80px">执行护士</th>
105
+          <th width="80px">校对护士</th>
106
+          <th width="110px">校对时间</th>
107
+          <th width="60px">开嘱医生</th>
108
+          <th width="110px">开嘱时间</th>
109
         </tr>
109
         </tr>
110
         <template v-for="(schedules, zone_name, index) in filtedScheduals">
110
         <template v-for="(schedules, zone_name, index) in filtedScheduals">
111
           <tr :key="index">
111
           <tr :key="index">

+ 1 - 1
src/pages/home/login.vue Zobrazit soubor

118
       this.$router.push({ path: "/forgetPassword" });
118
       this.$router.push({ path: "/forgetPassword" });
119
     },
119
     },
120
     ok() {
120
     ok() {
121
-      Toast.success("程序员还在开发中");
121
+      Toast("程序员还在开发中");
122
     }
122
     }
123
   }
123
   }
124
 };
124
 };

+ 1 - 1
src/pages/main/dialog/AcceptsDialog.vue Zobrazit soubor

474
 .acceptsForm {
474
 .acceptsForm {
475
   .el-radio {
475
   .el-radio {
476
     margin-right: 20px;
476
     margin-right: 20px;
477
-    width: 2.4rem;
477
+    width: 2.2rem;
478
   }
478
   }
479
 }
479
 }
480
 
480
 

+ 9 - 9
src/pages/main/dialog/DoubleDialog.vue Zobrazit soubor

21
               >错误</el-radio
21
               >错误</el-radio
22
             >
22
             >
23
           </el-form-item>
23
           </el-form-item>
24
-          <el-form-item label="差错描述 : " label-width="3.4rem">
24
+          <el-form-item label="差错描述 : " label-width="3.5rem">
25
             <el-input
25
             <el-input
26
               class="doubleInput"
26
               class="doubleInput"
27
               v-model="doubleReview.dialysis_item_desc"
27
               v-model="doubleReview.dialysis_item_desc"
32
           :inline="true"
32
           :inline="true"
33
           class="demo-form-inline doubleForm"
33
           class="demo-form-inline doubleForm"
34
           :model="doubleReview"
34
           :model="doubleReview"
35
-          label-width="3.4rem"
35
+          label-width="3.5rem"
36
         >
36
         >
37
           <el-form-item label="透析参数核查 : ">
37
           <el-form-item label="透析参数核查 : ">
38
             <el-radio v-model="doubleReview.dialysis_parameter_check" label="1"
38
             <el-radio v-model="doubleReview.dialysis_parameter_check" label="1"
42
               >错误</el-radio
42
               >错误</el-radio
43
             >
43
             >
44
           </el-form-item>
44
           </el-form-item>
45
-          <el-form-item label="差错描述 : " label-width="3.4rem">
45
+          <el-form-item label="差错描述 : " label-width="3.5rem">
46
             <el-input
46
             <el-input
47
               class="doubleInput"
47
               class="doubleInput"
48
               v-model="doubleReview.dialysis_parameter_desc"
48
               v-model="doubleReview.dialysis_parameter_desc"
53
           :inline="true"
53
           :inline="true"
54
           class="demo-form-inline doubleForm"
54
           class="demo-form-inline doubleForm"
55
           :model="doubleReview"
55
           :model="doubleReview"
56
-          label-width="3.4rem"
56
+          label-width="3.5rem"
57
         >
57
         >
58
           <el-form-item label="血管通路核查 : ">
58
           <el-form-item label="血管通路核查 : ">
59
             <!--<el-radio-group v-model="form.appetite">-->
59
             <!--<el-radio-group v-model="form.appetite">-->
71
               >错误</el-radio
71
               >错误</el-radio
72
             >
72
             >
73
           </el-form-item>
73
           </el-form-item>
74
-          <el-form-item label="差错描述 : " label-width="3.4rem">
74
+          <el-form-item label="差错描述 : " label-width="3.5rem">
75
             <el-input
75
             <el-input
76
               class="doubleInput"
76
               class="doubleInput"
77
               v-model="doubleReview.vascular_access_desc"
77
               v-model="doubleReview.vascular_access_desc"
82
           :inline="true"
82
           :inline="true"
83
           class="demo-form-inline doubleForm"
83
           class="demo-form-inline doubleForm"
84
           :model="doubleReview"
84
           :model="doubleReview"
85
-          label-width="3.4rem"
85
+          label-width="3.5rem"
86
         >
86
         >
87
           <el-form-item label="管道连接核查 : ">
87
           <el-form-item label="管道连接核查 : ">
88
             <!--<el-radio-group v-model="form.condition">-->
88
             <!--<el-radio-group v-model="form.condition">-->
94
             >
94
             >
95
             <!--</el-radio-group>-->
95
             <!--</el-radio-group>-->
96
           </el-form-item>
96
           </el-form-item>
97
-          <el-form-item label="差错描述 : " label-width="3.4rem">
97
+          <el-form-item label="差错描述 : " label-width="3.5rem">
98
             <el-input
98
             <el-input
99
               class="doubleInput"
99
               class="doubleInput"
100
               v-model="doubleReview.pipeline_connection_desc"
100
               v-model="doubleReview.pipeline_connection_desc"
107
           <div class="content">
107
           <div class="content">
108
             <span
108
             <span
109
               class="text"
109
               class="text"
110
-              style="width: 3.4rem"
110
+              style="width: 3.5rem"
111
               @click="selectCheckTimeAction"
111
               @click="selectCheckTimeAction"
112
               >{{ check_time_str }}</span
112
               >{{ check_time_str }}</span
113
             >
113
             >
119
           :inline="true"
119
           :inline="true"
120
           class="demo-form-inline doubleForm"
120
           class="demo-form-inline doubleForm"
121
           :model="doubleReview"
121
           :model="doubleReview"
122
-          label-width="3.4rem"
122
+          label-width="3.5rem"
123
         >
123
         >
124
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.creater != 0">
124
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.creater != 0">
125
             {{ getFirstCheckDesc() }}
125
             {{ getFirstCheckDesc() }}

+ 5 - 1
src/pages/main/dialog/MonitDialog.vue Zobrazit soubor

1075
   .content {
1075
   .content {
1076
     .cell {
1076
     .cell {
1077
       float: left;
1077
       float: left;
1078
-      width: 4.93rem;
1078
+      width: 4.8rem;
1079
       margin: 0.35rem 0 0 0.5rem !important;
1079
       margin: 0.35rem 0 0 0.5rem !important;
1080
       label {
1080
       label {
1081
         display: block;
1081
         display: block;
1106
         }
1106
         }
1107
       }
1107
       }
1108
       .typeButton{
1108
       .typeButton{
1109
+        height: 38px;
1110
+          line-height: 38px;
1111
+          font-size: 0.45rem;
1112
+          padding: 0 !important;
1109
         @media only screen and (min-width: 768px) {
1113
         @media only screen and (min-width: 768px) {
1110
           height: 60px;
1114
           height: 60px;
1111
           line-height: 60px;
1115
           line-height: 60px;

+ 1 - 1
src/pages/main/dialog/subMenu/checkBoxSubMenu.vue Zobrazit soubor

11
         class="success"
11
         class="success"
12
       ></span>
12
       ></span>
13
       <span v-if="propsForm.isMultiple == 2" @click="comfirm" class="success"
13
       <span v-if="propsForm.isMultiple == 2" @click="comfirm" class="success"
14
-        >确定</span
14
+        >保存</span
15
       >
15
       >
16
     </div>
16
     </div>
17
 
17
 

+ 5 - 2
src/pages/main/today/dialysisMonitoring.vue Zobrazit soubor

6
       <span class="line"></span>
6
       <span class="line"></span>
7
     </h2>
7
     </h2>
8
     <div class="dm" style="width:100%;overflow:hildden;overflow-x:auto;">
8
     <div class="dm" style="width:100%;overflow:hildden;overflow-x:auto;">
9
-      <table class="table" style>
9
+      <table class="table dialsisTable" style>
10
         <tr>
10
         <tr>
11
-          <th v-if="isShow('监测时间')" width="124px">时间</th>
11
+          <th v-if="isShow('监测时间')" width="80px">时间</th>
12
           <th v-if="isShow('体温')" width="80px">体温(℃)</th>
12
           <th v-if="isShow('体温')" width="80px">体温(℃)</th>
13
           <th v-if="isShow('血压')" width="72px">血压(mmHg)</th>
13
           <th v-if="isShow('血压')" width="72px">血压(mmHg)</th>
14
           <th v-if="isShow('脉搏')" width="80px">脉搏(次/分)</th>
14
           <th v-if="isShow('脉搏')" width="80px">脉搏(次/分)</th>
272
 </script>
272
 </script>
273
 
273
 
274
 <style rel="stylesheet/scss" lang="scss" scoped>
274
 <style rel="stylesheet/scss" lang="scss" scoped>
275
+.dialsisTable {
276
+  width: 2400px;
277
+}
275
 .dm {
278
 .dm {
276
   /* 针对缺省样式 (必须的) */
279
   /* 针对缺省样式 (必须的) */
277
   &::-webkit-scrollbar {
280
   &::-webkit-scrollbar {

+ 5 - 5
src/pages/main/today/statOrder.vue Zobrazit soubor

9
     <div class="newDiv">
9
     <div class="newDiv">
10
       <table class="table">
10
       <table class="table">
11
         <tr>
11
         <tr>
12
-          <th width="12%">开嘱医生</th>
13
-          <th width="18%">开始时间</th>
14
-          <th width="31%">医嘱内容</th>
15
-          <th width="18.6%">执行时间</th>
16
-          <th width="10.5%">执行护士</th>
12
+          <th width="8%">开嘱医生</th>
13
+          <th width="8%">开始时间</th>
14
+          <th width="20%">医嘱内容</th>
15
+          <th width="8%">执行时间</th>
16
+          <th width="8%">执行护士</th>
17
           <th v-if="template_id != 6" width="9.4%">核对护士</th>
17
           <th v-if="template_id != 6" width="9.4%">核对护士</th>
18
         </tr>
18
         </tr>
19
 
19
 

+ 1 - 0
src/pages/personal/ElectronicSignature.vue Zobrazit soubor

430
       margin: 0 auto;
430
       margin: 0 auto;
431
       text-align: center;
431
       text-align: center;
432
       padding: 10px 0;
432
       padding: 10px 0;
433
+      height: 200px;
433
       background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
434
       background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
434
     }
435
     }
435
     .name {
436
     .name {

+ 1 - 1
src/pages/personal/index.vue Zobrazit soubor

153
       this.$router.push("/");
153
       this.$router.push("/");
154
     },
154
     },
155
     okk() {
155
     okk() {
156
-      Toast.success("程序员还在开发中");
156
+      Toast("程序员还在开发中");
157
     }
157
     }
158
   }
158
   }
159
 };
159
 };

+ 2 - 2
src/styles/style.scss Zobrazit soubor

544
         border: $main-color;
544
         border: $main-color;
545
         font-size: 0.45rem;
545
         font-size: 0.45rem;
546
         text-align: center;
546
         text-align: center;
547
-        height: 1rem;
547
+        height: 1.3rem;
548
         line-height: 0.7rem;
548
         line-height: 0.7rem;
549
         background: #fff;
549
         background: #fff;
550
         border: 1px $main-color solid;
550
         border: 1px $main-color solid;
562
 
562
 
563
 // 表单样式
563
 // 表单样式
564
 .table {
564
 .table {
565
-  width: 2400px;
565
+  width: 1800px;
566
   overflow: auto;
566
   overflow: auto;
567
   font-size: 0.45rem;
567
   font-size: 0.45rem;
568
   text-align: center;
568
   text-align: center;