|
@ -4,7 +4,7 @@ |
|
|
<Form :formList="formList" /> |
|
|
<Form :formList="formList" /> |
|
|
|
|
|
|
|
|
<TimeLine1 :data="timeLine1List" /> |
|
|
<TimeLine1 :data="timeLine1List" /> |
|
|
<TimeLine2 :data="timeLine2List" style="flex: 1;padding-bottom: 150px;" /> |
|
|
<TimeLine2 :data="timeLine2List" style="flex: 1;" /> |
|
|
</div> |
|
|
</div> |
|
|
</Dialog> |
|
|
</Dialog> |
|
|
</template> |
|
|
</template> |
|
@ -16,6 +16,7 @@ import TimeLine2 from "@screen/components/TimeLine/TimeLine2/index"; |
|
|
import Form from '@screen/components/FormConfig'; |
|
|
import Form from '@screen/components/FormConfig'; |
|
|
import { formList, timeLine1List } from "./data" |
|
|
import { formList, timeLine1List } from "./data" |
|
|
import { timeLine2List } from "@screen/pages/control/event/commandDispatch/Cards/DisposalProcess/data.js" |
|
|
import { timeLine2List } from "@screen/pages/control/event/commandDispatch/Cards/DisposalProcess/data.js" |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: 'EventDetail', |
|
|
name: 'EventDetail', |
|
|
components: { |
|
|
components: { |
|
|