【修改】 文件位置PPTX

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-26 16:06:49 +08:00
committed by 陆光LG
parent 23832bebc8
commit bf41973270
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
<template #image> <template #image>
<div class="avator"> <div class="avator">
<img <img
src="../img/edge-new-fill.png" src="../../img/edge-new-fill.png"
style="width: 52px; height: 52px; border-radius: 50%" style="width: 52px; height: 52px; border-radius: 50%"
/> />
<div class="edit-mask"></div> <div class="edit-mask"></div>

View File

@@ -447,6 +447,7 @@ const handleCheckChange = (data: Tree, checked: boolean, indeterminate: boolean)
pptxPoints.value.isText = data.isText pptxPoints.value.isText = data.isText
pptxPoints.value.isTrue = data.isTrue pptxPoints.value.isTrue = data.isTrue
pptxPoints.value.isParameter = data.isParameter pptxPoints.value.isParameter = data.isParameter
pptxPoints.value.path = filePath.value
pptxPointsInfosList.push(cloneDeep(pptxPoints.value)) pptxPointsInfosList.push(cloneDeep(pptxPoints.value))
} }
console.log(data, checked, indeterminate) console.log(data, checked, indeterminate)