瀏覽代碼

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 年之前
父節點
當前提交
be39dfa9af

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_other.vue 查看文件

@@ -1974,7 +1974,7 @@
1974 1974
                          核对时间:
1975 1975
                         <div
1976 1976
                           class="under_line"
1977
-                          style="width: 180px;text-align: left"
1977
+                          style="width: 200px;text-align: left"
1978 1978
                           v-if="record.check == null"
1979 1979
                         >
1980 1980
                           <!--{{getTime(check.check_time,'{y}年{m}月{d}日 {h}时{i}分')}}-->
@@ -1982,7 +1982,7 @@
1982 1982
 
1983 1983
                         <div
1984 1984
                           class="under_line"
1985
-                          style="width: 180px;text-align: left"
1985
+                          style="width: 200px;text-align: left"
1986 1986
                           v-if="
1987 1987
                             record.check != null &&
1988 1988
                               record.check.first_check_time <
@@ -1999,7 +1999,7 @@
1999 1999
 
2000 2000
                         <div
2001 2001
                           class="under_line"
2002
-                          style="width: 180px;text-align: left"
2002
+                          style="width: 200px;text-align: left"
2003 2003
                           v-if="
2004 2004
                             record.check != null &&
2005 2005
                               record.check.check_time <

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_other_one.vue 查看文件

@@ -1861,14 +1861,14 @@
1861 1861
                         &emsp;核对时间:
1862 1862
                         <div
1863 1863
                           class="under_line"
1864
-                          style="width: 180px;text-align: left"
1864
+                          style="width: 200px;text-align: left"
1865 1865
                           v-if="record.check == null"
1866 1866
                         >
1867 1867
                           <!--{{getTime(check.check_time,'{y}年{m}月{d}日 {h}时{i}分')}}-->
1868 1868
                         </div>
1869 1869
                         <div
1870 1870
                           class="under_line"
1871
-                          style="width: 180px;text-align: left"
1871
+                          style="width: 200px;text-align: left"
1872 1872
                           v-if="
1873 1873
                             record.check != null &&
1874 1874
                               record.check.first_check_time <
@@ -1884,7 +1884,7 @@
1884 1884
                         </div>
1885 1885
                         <div
1886 1886
                           class="under_line"
1887
-                          style="width: 180px;text-align: left"
1887
+                          style="width: 200px;text-align: left"
1888 1888
                           v-if="
1889 1889
                             record.check != null &&
1890 1890
                               record.check.check_time <

+ 3 - 3
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue 查看文件

@@ -1464,7 +1464,7 @@
1464 1464
                     &emsp;核对时间:
1465 1465
                     <div
1466 1466
                       class="under_line"
1467
-                      style="width: 200px;text-align: left"
1467
+                      style="width: 210px;text-align: left"
1468 1468
                       v-if="check == null"
1469 1469
                     >
1470 1470
                       <!--{{getTime(check.check_time,'{y}年{m}月{d}日 {h}时{i}分')}}-->
@@ -1472,7 +1472,7 @@
1472 1472
 
1473 1473
                     <div
1474 1474
                       class="under_line"
1475
-                      style="width: 200px;text-align: left"
1475
+                      style="width: 210px;text-align: left"
1476 1476
                       v-if="
1477 1477
                         check != null &&
1478 1478
                           check.first_check_time < check.check_time
@@ -1485,7 +1485,7 @@
1485 1485
 
1486 1486
                     <div
1487 1487
                       class="under_line"
1488
-                      style="width: 200px;text-align: left"
1488
+                      style="width: 210px;text-align: left"
1489 1489
                       v-if="
1490 1490
                         check != null &&
1491 1491
                           check.check_time < check.first_check_time