See999 4 years ago
parent
commit
41eb29f282

+ 3 - 3
src/xt_pages/medicalScheduling/index.vue View File

154
                             {{item.class_name}}&nbsp;({{item.timeone_start}}~{{item.timeone_type}}{{item.timeone_end}} <span v-if="item.timetwo_start!=''">{{item.timetwo_start}}~{{item.timetwo_type}}{{item.timetwo_end}}</span> )
154
                             {{item.class_name}}&nbsp;({{item.timeone_start}}~{{item.timeone_type}}{{item.timeone_end}} <span v-if="item.timetwo_start!=''">{{item.timetwo_start}}~{{item.timetwo_type}}{{item.timetwo_end}}</span> )
155
                            </p>
155
                            </p>
156
                         </div>
156
                         </div>
157
-                        <el-checkbox style="text-align:center"  v-model="isChecked" @change="toContinuous">连续排班</el-checkbox>
157
+                        <el-checkbox style="text-align:center;padding-bottom: 10px;"  v-model="isChecked" @change="toContinuous">连续排班</el-checkbox>
158
                     </div>
158
                     </div>
159
                 </div>
159
                 </div>
160
             </div>
160
             </div>
287
         //  console.log("val",val)
287
         //  console.log("val",val)
288
          this.docobj = val
288
          this.docobj = val
289
          if(this.getTimestamp(this.weekDayArr[num]) < this.timeNow){
289
          if(this.getTimestamp(this.weekDayArr[num]) < this.timeNow){
290
-            this.$message.warning("过去日期不可以编辑")
290
+            this.$message.error("过去日期不可以编辑")
291
             return
291
             return
292
          }
292
          }
293
         },
293
         },
897
 .classBox{
897
 .classBox{
898
     width:28%;
898
     width:28%;
899
     height: 100%;
899
     height: 100%;
900
-    border: 1px solid #EBEEF5;
900
+    border: 1px solid #d0d3da;
901
     .classTitle{
901
     .classTitle{
902
         height: 42px;
902
         height: 42px;
903
         text-align: center;
903
         text-align: center;

+ 1 - 1
src/xt_pages/medicalScheduling/medical_print.vue View File

218
           td {
218
           td {
219
             border: 1px solid;
219
             border: 1px solid;
220
             text-align: center;
220
             text-align: center;
221
-            font-size: 20px;
221
+            font-size: 18px;
222
             padding: 15px 5px;
222
             padding: 15px 5px;
223
           }
223
           }
224
         }
224
         }