diff --git a/components.d.ts b/components.d.ts index c3392c9..59d18bc 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,16 +7,12 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { - ElButton: typeof import('element-plus/es')['ElButton'] - ElCarousel: typeof import('element-plus/es')['ElCarousel'] - ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem'] - ElForm: typeof import('element-plus/es')['ElForm'] - ElFormItem: typeof import('element-plus/es')['ElFormItem'] - ElInput: typeof import('element-plus/es')['ElInput'] + ElOption: typeof import('element-plus/es')['ElOption'] + ElPagination: typeof import('element-plus/es')['ElPagination'] ElPopover: typeof import('element-plus/es')['ElPopover'] + ElSelect: typeof import('element-plus/es')['ElSelect'] ElTable: typeof import('element-plus/es')['ElTable'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] - ElTimeSelect: typeof import('element-plus/es')['ElTimeSelect'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } diff --git a/src/views/pages/OpticalStoragePage/index.vue b/src/views/pages/OpticalStoragePage/index.vue index 5ff2115..a227c1c 100644 --- a/src/views/pages/OpticalStoragePage/index.vue +++ b/src/views/pages/OpticalStoragePage/index.vue @@ -1178,6 +1178,49 @@ const send3d_xuehua = () => { // svg入口事件 打开一个svg图 let handleEnter2 = () => { dialogVisible.value = true + // let res = { + // msg: '操作成功', + // code: 200, + // data: [ + // { + // transformerId: 'eda7801f768af8514b6dc01fde016deda70283627a', + // TotW: '1', + // TotVar: '1', + // A_phsA: '1', + // A_phsB: '1', + // A_phsC: '1', + // dataTime: '1' + // }, + // { + // transformerId: 'ed6eb345698af8514b6dc01fde016ded6e383e5dbb', + // TotW: '2', + // TotVar: '2', + // A_phsA: '2', + // A_phsB: '2', + // A_phsC: '2', + // dataTime: '2' + // }, + // { + // transformerId: 'ed7d892d4f8af8514b6dc01fde016ded7d0dc55e58', + // TotW: '3', + // TotVar: '3', + // A_phsA: '3', + // A_phsB: '3', + // A_phsC: '3', + // dataTime: '3' + // }, + // { + // transformerId: 'f10e98af158af8514b6dc01fde016df10e18b3663c', + // TotW: '4', + // TotVar: '4', + // A_phsA: '4', + // A_phsB: '4', + // A_phsC: '4', + // dataTime: '4' + // } + // ] + // } + getSvgData_api({}) .then(res => { nextTick(() => { @@ -1192,41 +1235,41 @@ let handleEnter2 = () => { name: '55607', id: 'ed6eb345698af8514b6dc01fde016ded6e383e5dbb', x: 153, - y: 127, - endX: 100, - endY: 150, - textX: 30, - textY: 160 + y: 77, + endX: 50, + endY: 77, + textX: -10, + textY: 80 }, { name: '55603', id: 'eda7801f768af8514b6dc01fde016deda70283627a', x: 402, - y: 127, - endX: 350, - endY: 150, - textX: 280, - textY: 160 + y: 77, + endX: 300, + endY: 77, + textX: 240, + textY: 80 }, { name: '55518', id: 'ed7d892d4f8af8514b6dc01fde016ded7d0dc55e58', x: 651, - y: 127, - endX: 600, - endY: 150, - textX: 530, - textY: 160 + y: 77, + endX: 550, + endY: 77, + textX: 490, + textY: 80 }, { name: '55517', id: 'f10e98af158af8514b6dc01fde016df10e18b3663c', x: 900, - y: 127, - endX: 850, - endY: 150, - textX: 780, - textY: 160 + y: 77, + endX: 800, + endY: 77, + textX: 730, + textY: 80 } ] data.forEach(item => { @@ -1271,49 +1314,6 @@ let handleEnter2 = () => { draw.size('100%', '100%') draw.zoom(0.7) }) - - // let res = { - // msg: '操作成功', - // code: 200, - // data: [ - // { - // transformerId: 'eda7801f768af8514b6dc01fde016deda70283627a', - // TotW: '1', - // TotVar: '1', - // A_phsA: '1', - // A_phsB: '1', - // A_phsC: '1', - // dataTime: '1' - // }, - // { - // transformerId: 'ed6eb345698af8514b6dc01fde016ded6e383e5dbb', - // TotW: '2', - // TotVar: '2', - // A_phsA: '2', - // A_phsB: '2', - // A_phsC: '2', - // dataTime: '2' - // }, - // { - // transformerId: 'ed7d892d4f8af8514b6dc01fde016ded7d0dc55e58', - // TotW: '3', - // TotVar: '3', - // A_phsA: '3', - // A_phsB: '3', - // A_phsC: '3', - // dataTime: '3' - // }, - // { - // transformerId: 'f10e98af158af8514b6dc01fde016df10e18b3663c', - // TotW: '4', - // TotVar: '4', - // A_phsA: '4', - // A_phsB: '4', - // A_phsC: '4', - // dataTime: '4' - // } - // ] - // } } let handleShowSvg = async (svgIndex: string) => { loadingFlag.value = true