| | |
| | | <template> |
| | | <a-modal title="当日生产计划" :width="modalWidth" :visible="modalVisible" :footer="null" @cancel="$emit('closeModal')"> |
| | | <a-table :columns="modalTableColumns" :dataSource="todayProductionPlanList" :pagination="false" :loading="loading" rowKey="equipmentId"></a-table> |
| | | <a-table :columns="modalTableColumns" :dataSource="todayProductionPlanList" :pagination="false" |
| | | rowKey="equipmentId"></a-table> |
| | | </a-modal> |
| | | </template> |
| | | |
| | |
| | | default: 1448 |
| | | }, |
| | | todayProductionPlanList: { |
| | | type: Object |
| | | type: Array |
| | | }, |
| | | modalVisible: { |
| | | type: Boolean |