| | |
| | | slot='action' |
| | | slot-scope='text, record,index' |
| | | > |
| | | <a @click="handleDeleteFake(index)">删除</a> |
| | | <a |
| | | v-has="'dailyMaintenanceOrder:actualWorkHoursDelete'" |
| | | :disabled="dailyMaintenanceOrderStatus!='4'" |
| | | @click="handleDeleteFake(index)" |
| | | >删除</a> |
| | | </span> |
| | | </a-table> |
| | | <a-button |
| | |
| | | type="primary" |
| | | :style="{marginRight: '8px'}" |
| | | :disabled="dailyMaintenanceOrderStatus!='4'" |
| | | v-has="'dailyMaintenanceOrder:actualWorkHoursTS'" |
| | | >暂存</a-button> |
| | | <a-button |
| | | @click="handleOk(0)" |
| | | type="primary" |
| | | :disabled="dailyMaintenanceOrderStatus!='4'" |
| | | v-has="'dailyMaintenanceOrder:actualWorkHoursSave'" |
| | | >保存</a-button> |
| | | </a-row> |
| | | <!-- :disabled="false" --> |
| | |
| | | dataIndex: 'username', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'username' }, |
| | | className: 'red', |
| | | // className: 'red', |
| | | width: 250, |
| | | }, |
| | | { |
| | |
| | | title: '*实际工时', |
| | | dataIndex: 'actualWorkingHourQuota', |
| | | align: "center", |
| | | className: 'red', |
| | | // className: 'red', |
| | | scopedSlots: { customRender: 'actualWorkingHourQuota' }, |
| | | width: 250, |
| | | }, |