| | |
| | | <template> |
| | | <a-card |
| | | title="保养周期规则" |
| | | title="" |
| | | :bordered="false" |
| | | > |
| | | <!-- 查询区域 --> |
| | |
| | | icon="search" |
| | | >查询</a-button> |
| | | <a-button |
| | | type="primary" |
| | | type="info" |
| | | @click="searchReset" |
| | | icon="reload" |
| | | style="margin-left: 8px" |
| | |
| | | return parseInt(index) + 1 |
| | | }, |
| | | }, |
| | | { |
| | | title: '版本', |
| | | align: 'center', |
| | | dataIndex: 'version', |
| | | }, |
| | | { |
| | | title: '版本状态', |
| | | align: 'center', |
| | | dataIndex: 'versionStatusName', |
| | | }, |
| | | |
| | | { |
| | | title: '周期编码', |
| | | align: 'center', |
| | | dataIndex: 'code', |
| | | }, |
| | | { |
| | | title: '周期名称', |
| | | title: '周期类型', |
| | | align: 'center', |
| | | dataIndex: 'name', |
| | | dataIndex: 'maintenanceTypeName', |
| | | }, |
| | | { |
| | | title: '周期', |
| | |
| | | align: 'center', |
| | | dataIndex: 'unitName', |
| | | }, |
| | | // { |
| | | // title: '调整方式', |
| | | // align: 'center', |
| | | // dataIndex: 'arrangeWayName', |
| | | // }, |
| | | // { |
| | | // title: '逾期处理方式', |
| | | // align: 'center', |
| | | // dataIndex: 'overdueDisposeModeName', |
| | | // }, |
| | | // { |
| | | // title: '依据日历', |
| | | // align: 'center', |
| | | // dataIndex: 'accordingCalendarName', |
| | | // }, |
| | | // { |
| | | // title: '生效时间', |
| | | // align: 'center', |
| | | // dataIndex: 'takeEffectTime', |
| | | // }, |
| | | // { |
| | | // title: '失效时间', |
| | | // align: 'center', |
| | | // dataIndex: 'loseEfficacyTime', |
| | | // }, |
| | | { |
| | | title: '调整方式', |
| | | title: '版本', |
| | | align: 'center', |
| | | dataIndex: 'arrangeWayName', |
| | | dataIndex: 'version', |
| | | }, |
| | | { |
| | | title: '逾期处理方式', |
| | | title: '版本状态', |
| | | align: 'center', |
| | | dataIndex: 'overdueDisposeModeName', |
| | | }, |
| | | { |
| | | title: '依据日历', |
| | | align: 'center', |
| | | dataIndex: 'accordingCalendarName', |
| | | }, |
| | | { |
| | | title: '生效时间', |
| | | align: 'center', |
| | | dataIndex: 'takeEffectTime', |
| | | }, |
| | | { |
| | | title: '失效时间', |
| | | align: 'center', |
| | | dataIndex: 'loseEfficacyTime', |
| | | dataIndex: 'versionStatusName', |
| | | }, |
| | | { |
| | | title: '创建人', |