diff --git a/src/api/emergency-rescue/index.js b/src/api/emergency/index.js similarity index 100% rename from src/api/emergency-rescue/index.js rename to src/api/emergency/index.js diff --git a/src/components/ParagraphTitle/index.vue b/src/components/ParagraphTitle/index.vue new file mode 100644 index 0000000..6ef88ac --- /dev/null +++ b/src/components/ParagraphTitle/index.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/src/components/tableOperation/index.vue b/src/components/tableOperation/index.vue index 9e121a9..578d684 100644 --- a/src/components/tableOperation/index.vue +++ b/src/components/tableOperation/index.vue @@ -77,6 +77,7 @@ const clickSub = () => { .operation-panel { height: calc(100% - 50px); + padding: 10px; overflow-y: auto; } } diff --git a/src/main.js b/src/main.js index 1a92a88..a654332 100644 --- a/src/main.js +++ b/src/main.js @@ -47,6 +47,8 @@ import DictTag from '@/components/DictTag' import tablePage from '@/components/tablePage' // 统一操作页 import tableOperation from '@/components/tableOperation' +//段落标题 +import ParagraphTitle from '@/components/ParagraphTitle' const app = createApp(App) @@ -74,6 +76,7 @@ app.component('RightToolbar', RightToolbar) app.component('Editor', Editor) app.component('tablePage', tablePage) app.component('tableOperation', tableOperation) +app.component('ParagraphTitle', ParagraphTitle) app.use(router) app.use(store) diff --git a/src/views/emergency/workOrder/components/chargeBack.vue b/src/views/emergency/workOrder/components/chargeBack.vue index f4c367d..2396205 100644 --- a/src/views/emergency/workOrder/components/chargeBack.vue +++ b/src/views/emergency/workOrder/components/chargeBack.vue @@ -37,7 +37,7 @@ diff --git a/src/views/emergency/workOrder/info.vue b/src/views/emergency/workOrder/info.vue index 62b4d58..e433fad 100644 --- a/src/views/emergency/workOrder/info.vue +++ b/src/views/emergency/workOrder/info.vue @@ -1,10 +1,182 @@ - - - - \ No newline at end of file + + +
+
+
工单地址
+
{{ form.address }}
+
+
+
资源协调
+
+ +
+
+
+
工单类型
+
+ +
+
+
+
倒伏类型
+
{{ form.dflx }}
+
+
+
处理班组
+
{{ form.clbz }}
+
+
+
工单等级
+
+ +
+
+
+
工单图片
+
+ +
+
+
+
简要
+
+ + +
+
+
+
处理方案
+
+ +
+
+
+
处理描述
+
{{ form.clms }}
+
+
+
派遣人数
+
{{ form.pqrs }} 人
+
+
+
派遣车辆
+
{{ form.pqcl }} 辆
+
+
+
处理后图片
+
+ +
+
+
+
+ +
+ + + + +