Browse Source

科研仪器设备工时记录表增加总工时

ljb 9 months ago
parent
commit
0dc2cca12b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/option/yfCostManage/basicDataSetting/devWorkHoursRegister.js

+ 10 - 0
src/option/yfCostManage/basicDataSetting/devWorkHoursRegister.js

@@ -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',