|
|
@ -15,7 +15,7 @@ import TimeLine1 from "@screen/components/TimeLine/TimeLine1/index"; |
|
|
import TimeLine2 from "@screen/components/TimeLine/TimeLine2/index"; |
|
|
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" |
|
|
export default { |
|
|
export default { |
|
|
name: 'EventDetail', |
|
|
name: 'EventDetail', |
|
|
components: { |
|
|
components: { |
|
|
@ -35,13 +35,7 @@ export default { |
|
|
return { |
|
|
return { |
|
|
formList, |
|
|
formList, |
|
|
timeLine1List, |
|
|
timeLine1List, |
|
|
timeLine2List: Array.from({ length: 6 }).map(() => ({ |
|
|
timeLine2List, |
|
|
title: "接警记录", |
|
|
|
|
|
time: "2023-12-21 16:35:44", |
|
|
|
|
|
name: "甘易玫", |
|
|
|
|
|
desc: "描述性文字文字文字文字文字文字文字文字描述性文字文字文字文字文字文字文字文字", |
|
|
|
|
|
posts: '淄博发展公司管理员' |
|
|
|
|
|
})), |
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
|