| | |
| | | |
| | | <!-- <a-switch @change='(e)=>onChange(e, record.key, col, index)' :value='text' :disabled="repairOrderStatus=='4'"--> |
| | | <!-- v-if="col.dataIndex == 'principalContractor'" />--> |
| | | <a-select default-value='0' :value='text' :disabled="repairOrderStatus=='4'" |
| | | <a-select |
| | | default-value='0' |
| | | :value='text' |
| | | :disabled="repairOrderStatus=='4'" |
| | | v-if="col.dataIndex == 'principalContractor'" |
| | | style="width: 100%;" |
| | | @change='(e)=>handleChange(e, record.key, col, index)'> |
| | | @change='(e)=>handleChange(e, record.key, col, index)' |
| | | > |
| | | <a-select-opt-group> |
| | | <a-select-option value='1' style="width: 100%;"> |
| | | <a-select-option |
| | | value='1' |
| | | style="width: 100%;" |
| | | > |
| | | 是 |
| | | </a-select-option> |
| | | <a-select-option value='0' style="width: 100%;"> |
| | | <a-select-option |
| | | value='0' |
| | | style="width: 100%;" |
| | | > |
| | | 否 |
| | | </a-select-option> |
| | | </a-select-opt-group> |
| | |
| | | :value='text' |
| | | format='YYYY-MM-DD HH:mm' |
| | | :show-time="{ defaultValue: moment('00:00', 'HH:mm') }" |
| | | v-if="col.dataIndex == 'startTime'" @change='(e)=>handleChange(e, record.key, col, index)' |
| | | v-if="col.dataIndex == 'startTime'" |
| | | @change='(e)=>handleChange(e, record.key, col, index)' |
| | | /> |
| | | <!-- :disabled="repairOrderStatus=='4'"--> |
| | | <a-date-picker |
| | | :value='text' |
| | | format='YYYY-MM-DD HH:mm' |
| | | :show-time="{ defaultValue: moment('00:00', 'HH:mm') }" |
| | | v-if="col.dataIndex == 'endTime'" @change='(e)=>handleChange(e, record.key, col, index)' |
| | | v-if="col.dataIndex == 'endTime'" |
| | | @change='(e)=>handleChange(e, record.key, col, index)' |
| | | /> |
| | | |
| | | <!-- <a-input-number--> |