shish 2 年 前
コミット
80930294f6
1 ファイル変更16 行追加0 行削除
  1. 16 0
      ghs/src/views/in/list.vue

+ 16 - 0
ghs/src/views/in/list.vue

@@ -31,6 +31,16 @@
           {{ scope.row.customName }}
           {{ scope.row.customName }}
         </div>
         </div>
       </template>
       </template>
+
+      <template #table-column-printNum="{scope}">
+        <span v-if="scope.row.printNum > 0">
+          {{ scope.row.printNum }}
+        </span>
+        <span v-else style="color:blue;font-size:16px;">
+          {{ scope.row.printNum }}
+        </span>
+      </template>
+      
       
       
       <template #table-column-itemNum="{scope}">
       <template #table-column-itemNum="{scope}">
         <div>
         <div>
@@ -281,6 +291,12 @@ export default {
                 align: 'center',
                 align: 'center',
                 width: '150'
                 width: '150'
               },
               },
+              {
+                prop: 'printNum',
+                label: '打印',
+                align: 'center',
+                width: 60
+              },
               {
               {
                 prop: 'cgStaffName',
                 prop: 'cgStaffName',
                 label: '采购人',
                 label: '采购人',