lyh
昨天 0944b9eb966ae1ee19eab0823a1c45608f1a12ee
src/views/flowable/workflow/thirdMaintenance/ThirdMaintenanceApprovalModal.vue
@@ -349,14 +349,16 @@
              key: 'itemName',
              type: JVXETypes.normal,
              width: 120,
              align: 'center'
              headerAlign: 'center',
              align: 'left'
            },
            {
              title: '验收标准',
              key: 'itemDemand',
              type: JVXETypes.normal,
              width: 120,
              align: 'center'
              headerAlign: 'center',
              align: 'left'
            },
            {
              title: '保养结果',
@@ -876,4 +878,13 @@
      }
    }
  }
  .vxe-header--column[data-col="itemName"] .vxe-cell {
    text-align: center !important;
  }
  .vxe-body--column[data-col="itemName"] .vxe-cell {
    text-align: left !important;
  }
</style>