@@ -25,6 +25,12 @@
}}</el-link>
</template>
+
+ <template v-slot:singleReport="{ row }">
+ <el-tag> {{row.singleReport == 1 ? '单个报工' : '批量报工'}}</el-tag>
+ </template>
<template v-slot:formingNum="{ row }">
<span> {{ row.formingNum }} {{ row.unit }} </span>
@@ -113,6 +119,14 @@
align: 'center'
},
+ {
+ prop: 'singleReport',
+ slot: 'singleReport',
+ label: '报工类型',
+ align: 'center',
+ width: 100
+ },
{
prop: 'brandNo',
label: '牌号',