art: 设备管理-设备点检-流程修改为设备管理员确认
| | |
| | | dataIndex: 'operateTime', |
| | | }, |
| | | { |
| | | title: '班组长确认', |
| | | title: '管理员确认', |
| | | align: 'center', |
| | | dataIndex: 'confirmUser_dictText' |
| | | }, |
| | |
| | | |
| | | <a-form-model ref='form' :model='tableRowRecord' :labelCol="labelCol" :wrapperCol="wrapperCol" |
| | | :rules="validatorRules" v-if="tableRowRecord.inspectionStatus==='WAIT_CONFIRM'"> |
| | | <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 班组长确认信息 |
| | | <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 管理员确认信息 |
| | | </a-divider> |
| | | |
| | | <a-row :gutter="24"> |
| | |
| | | </a-tabs> |
| | | |
| | | <template v-if="isDisplayConfirm"> |
| | | <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 班组长确认信息 |
| | | <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 管理员确认信息 |
| | | </a-divider> |
| | | |
| | | <a-row :gutter="24"> |