暂存
Showing
8 changed files
with
42 additions
and
19 deletions
-
Please register or sign in to post a comment
export default { | ||
props: { | ||
// 是否显示组件 | ||
// 1、顯示事故類型;2、顯示時間 | ||
type: { | ||
type: String, | ||
default: "2" | ||
}, | ||
}, | ||
data() { | ||
return { | ||
... | ... |