|
@@ -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: '采购人',
|