zhaowei
22 小时以前 c182a210e2e5ab812e104c63c2fbb1a16e91afae
src/views/eam/equipment/EamEquipmentLedger.vue
@@ -220,7 +220,9 @@
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            scopedSlots: { customRender: 'factoryOrgCode' }
            scopedSlots: { customRender: 'factoryOrgCode' },
            headerAlign: 'center',
            align: 'left'
          },
          {
            title: '所属分类',
@@ -493,4 +495,19 @@
      }
    }
  }
</script>
</script>
<style scoped lang="less">
/* 表头全部居中 */
::v-deep .ant-table-thead > tr > th {
  text-align: center !important;
}
/* 表体:左对齐 */
::v-deep .ant-table-tbody > tr > td[data-col="factoryOrgCode"] {
  text-align: left !important;
}
</style>