【修改】 文件位置PPTX
This commit is contained in:

committed by
陆光LG

parent
23832bebc8
commit
bf41973270
@@ -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>
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user