|
@@ -1727,14 +1727,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="tool">
|
|
|
- <div
|
|
|
- class="whiteBIcon"
|
|
|
- @click="addTools(1, itemTaskIndex, toolIndex)"
|
|
|
- >
|
|
|
- <img
|
|
|
- src="../../assets/icon/secondToolList/whiteBoard.png"
|
|
|
- alt
|
|
|
- />
|
|
|
+ <div class="whiteBIcon" @click="openTools(itemTaskIndex, 3, toolIndex)">
|
|
|
+ <img src="../../assets/icon/secondToolList/whiteBoard.png" alt />
|
|
|
<div style="margin: 5px 0">电子白板</div>
|
|
|
</div>
|
|
|
<div
|
|
@@ -1782,15 +1776,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
- <div class="tool">
|
|
|
- <div
|
|
|
- class="whiteBIcon"
|
|
|
- @click="addTools(6, itemTaskIndex, toolIndex)"
|
|
|
- >
|
|
|
- <img
|
|
|
- src="../../assets/icon/secondToolList/doc.png"
|
|
|
- alt
|
|
|
- />
|
|
|
+ <!-- <div class="tool">
|
|
|
+ <div class="whiteBIcon" @click="addTools(6, itemTaskIndex, toolIndex)">
|
|
|
+ <img src="../../assets/icon/secondToolList/doc.png" alt />
|
|
|
<div style="margin: 5px 0">协同文档</div>
|
|
|
</div>
|
|
|
<div
|
|
@@ -1809,7 +1797,7 @@
|
|
|
/><span>已选择</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="tool">
|
|
|
<div
|
|
|
class="whiteBIcon"
|
|
@@ -6759,6 +6747,17 @@ export default {
|
|
|
},
|
|
|
"*"
|
|
|
);
|
|
|
+ } else if (i == 1) {
|
|
|
+ window.parent.postMessage(
|
|
|
+ {
|
|
|
+ tools: "1y",
|
|
|
+ cid: this.cid,
|
|
|
+ stage: this.unitIndex,
|
|
|
+ task: itemTaskIndex,
|
|
|
+ tool: toolIndex,
|
|
|
+ },
|
|
|
+ "*"
|
|
|
+ );
|
|
|
}
|
|
|
},
|
|
|
chapAddTools(i) {
|