| | |
| | | <a-card |
| | | :loading="loading" |
| | | :bordered="false" |
| | | title="最近一月设备故障次数统计" |
| | | title="设备故障次数统计" |
| | | :style="{ marginTop: '24px' }" |
| | | > |
| | | <!--<a-row> |
| | |
| | | align: 'center', |
| | | dataIndex: 'code', |
| | | }, |
| | | { |
| | | title: '周期名称', |
| | | align: 'center', |
| | | dataIndex: 'name', |
| | | }, |
| | | // { |
| | | // title: '周期名称', |
| | | // align: 'center', |
| | | // dataIndex: 'name', |
| | | // }, |
| | | { |
| | | title: '周期', |
| | | align: 'center', |
| | |
| | | align: 'center', |
| | | dataIndex: 'code', |
| | | }, |
| | | { |
| | | title: '周期名称', |
| | | align: 'center', |
| | | dataIndex: 'name', |
| | | }, |
| | | // { |
| | | // title: '周期名称', |
| | | // align: 'center', |
| | | // dataIndex: 'name', |
| | | // }, |
| | | { |
| | | title: '周期', |
| | | align: 'center', |
| | |
| | | dataIndex: 'actualEndTime', |
| | | width: 170 |
| | | }, |
| | | { |
| | | title: '创建人', |
| | | align: "center", |
| | | dataIndex: 'createBy' |
| | | }, |
| | | { |
| | | title: '创建日期', |
| | | align: "center", |
| | | dataIndex: 'createTime', |
| | | width: 170 |
| | | }, |
| | | // { |
| | | // title: '创建人', |
| | | // align: "center", |
| | | // dataIndex: 'createBy' |
| | | // }, |
| | | // { |
| | | // title: '创建日期', |
| | | // align: "center", |
| | | // dataIndex: 'createTime', |
| | | // width: 170 |
| | | // }, |
| | | { |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | |
| | | </a-col> |
| | | </a-row> |
| | | <a-row> |
| | | <a-col :span='6'> |
| | | <a-form-model-item |
| | | label='二保日期' |
| | | :labelCol='labelCol' |
| | | :wrapperCol='wrapperCol' |
| | | prop='secondMaintenanceTime' |
| | | > |
| | | <j-date |
| | | :disabled='true' |
| | | style='width: 100%;' |
| | | placeholder='请选择二保日期' |
| | | class='query-group-cust' |
| | | v-model='model.secondMaintenanceTime' |
| | | ></j-date> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='6'> |
| | | <a-form-model-item |
| | | label='三保日期' |
| | | :labelCol='labelCol' |
| | | :wrapperCol='wrapperCol' |
| | | prop='thirdMaintenanceTime' |
| | | > |
| | | <j-date |
| | | :disabled='true' |
| | | style='width: 100%;' |
| | | placeholder='请选择三保日期' |
| | | class='query-group-cust' |
| | | v-model='model.thirdMaintenanceTime' |
| | | ></j-date> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='6'> |
| | | <a-form-model-item |
| | | label='下次三保日期' |
| | | :labelCol='labelCol' |
| | | :wrapperCol='wrapperCol' |
| | | prop='nextThirdMaintenanceTime' |
| | | > |
| | | <j-date |
| | | :disabled='true' |
| | | style='width: 100%;' |
| | | placeholder='请选择下次三保日期' |
| | | class='query-group-cust' |
| | | v-model='model.nextThirdMaintenanceTime' |
| | | ></j-date> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row> |
| | | <a-divider |
| | | orientation='center' |
| | | style='font-size: large;font-style: italic;color: #66aeed;' |