diff --git a/src/views/chartList/page2/one/center2.vue b/src/views/chartList/page2/one/center2.vue
new file mode 100644
index 0000000..f2123db
--- /dev/null
+++ b/src/views/chartList/page2/one/center2.vue
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+ 危险点图
+
+
+ 工房图
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 危险点图
+ 工房图
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/chartList/page2/one/index.vue b/src/views/chartList/page2/one/index.vue
index 0ecafd9..665ab15 100644
--- a/src/views/chartList/page2/one/index.vue
+++ b/src/views/chartList/page2/one/index.vue
@@ -8,8 +8,8 @@
全厂工房作业信息
-
+ 危险点、工房图片管理
+
全厂作业明细
装药当前作业内容
@@ -23,7 +23,7 @@ import left1 from './left1.vue'
import left2 from './left2.vue'
import left3 from './left3.vue'
import center1 from './center1.vue'
-// import center2 from './center2.vue'
+import center2 from './center2.vue'
import right1 from './right1.vue'
import right2 from './right2.vue'
import right3 from './right3.vue'
@@ -33,7 +33,7 @@ export default {
left2,
left3,
center1,
- // center2,
+ center2,
right1,
right2,
right3,
diff --git a/src/views/chartList/page2/one/indexApi.js b/src/views/chartList/page2/one/indexApi.js
index 1b28f49..fbf124c 100644
--- a/src/views/chartList/page2/one/indexApi.js
+++ b/src/views/chartList/page2/one/indexApi.js
@@ -56,20 +56,38 @@ export function centerOneImportTemplate(data) {
url: '/hx/workHome/importTemplate',
})
}
-// /** --------------- center2 --------------- */
-// //
-// export function centerTwoList(params) {
-// return request({
-// url: '/hx/todayDynamic/list',
-// params,
-// })
-// }
-// //
-// export function centerTwoImportTemplate() {
-// return request({
-// url: '/hx/todayDynamic/importTemplate',
-// })
-// }
+/** --------------- center2 --------------- */
+// 大图列表
+export function centerTwoList(params) {
+ return request({
+ url: '/hx/bigPic/list',
+ params,
+ })
+}
+// 删除大图
+export function delVideo(params) {
+ return request({
+ url: '/hx/bigPic',
+ method: 'delete',
+ params
+ })
+}
+// 新增大图
+export function addVideo(data) {
+ return request({
+ url: '/hx/bigPic',
+ method:'post',
+ data
+ })
+}
+// 修改大图
+export function editVideo(data) {
+ return request({
+ url: '/hx/bigPic',
+ method:'put',
+ data
+ })
+}
/** --------------- right1 --------------- */
// 全厂作业明细列表
export function rightOneList(params) {