@@ -89,6 +89,16 @@ export default {
disabled: true,
},
{
+ label: '总工时',
+ prop: 'zgs',
+ type: 'number',
+ precision: 1,
+ min: 0,
+ width: 50,
+ align: 'center',
+ showOverflowTooltip: true,
+ },
+ {
label: '使用工时',
prop: 'monthlyHours',
type: 'number',