|
@@ -36,6 +36,8 @@ import HeaderBar from "@/components/HeaderBar"
|
|
|
import StatisticalData from "@/components/StatisticalData"
|
|
|
// 附件展示
|
|
|
import Attachments from "@/components/Attachments"
|
|
|
+// 表单纯展示文本
|
|
|
+import TextItem from "@/components/TextItem"
|
|
|
// 日期过滤器
|
|
|
import "@/filters/date.js"
|
|
|
|
|
@@ -73,6 +75,7 @@ Vue.component('SearchBar', SearchBar)
|
|
|
Vue.component('HeaderBar', HeaderBar)
|
|
|
Vue.component('StatisticalData', StatisticalData)
|
|
|
Vue.component('Attachments', Attachments)
|
|
|
+Vue.component('TextItem', TextItem)
|
|
|
|
|
|
Vue.use(permission)
|
|
|
|