zenglf
2023-09-19 3457909638c660c0cfcb521b6104ab64c679b914
src/views/eam/InspectionCycleList.vue
@@ -122,7 +122,7 @@
      <a-table
        ref="table"
        size="middle"
        :scroll="{ x: 'calc(1500px + 50%)', y: 900 }"
        :scroll="{ x: 'calc(2000px + 50%)', y: 900 }"
        bordered
        rowKey="id"
        :columns="columns"
@@ -287,6 +287,26 @@
          dataIndex: 'accordingCalendarName',
        },
        {
          title: '生效时间',
          align: 'center',
          dataIndex: 'takeEffectTime',
        },
        {
          title: '失效时间',
          align: 'center',
          dataIndex: 'loseEfficacyTime',
        },
        {
          title: '创建人',
          align: 'center',
          dataIndex: 'createBy',
        },
        {
          title: '创建日期',
          align: 'center',
          dataIndex: 'createTime',
        },
        {
          title: '操作',
          dataIndex: 'action',
          align: 'center',