quwangxin 2 lat temu
rodzic
commit
81f39b730a
1 zmienionych plików z 3 dodań i 7 usunięć
  1. 3 7
      src/components/print/OrderPrint.vue

+ 3 - 7
src/components/print/OrderPrint.vue

@@ -1122,18 +1122,12 @@
           {
             label: '员工号',
             key: 'executorJobNum',
-            span: 4,
+            span: 8,
             class: 'border-dashed-right'
           },
           {
             label: '日期',
             key: 'executeTime',
-            span: 4,
-            class: 'border-dashed-right'
-          },
-          {
-            label: '备注',
-            key: 'remark',
             span: 12,
             class: 'border-dashed-right'
           }
@@ -1242,6 +1236,8 @@
       border-right: $border;
       border-bottom: $border;
       text-align: center;
+      color: rgba(0, 0, 0, 0.3);
+      font-size: 18px;
     }
   }