|
@@ -392,7 +392,7 @@
|
|
<div v-if="tool.tool == 15">
|
|
<div v-if="tool.tool == 15">
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
src="../../assets/icon/thirdToolList/answer.png" alt />
|
|
src="../../assets/icon/thirdToolList/answer.png" alt />
|
|
- <div style="margin: 5px 0">问答工具</div>
|
|
|
|
|
|
+ <div style="margin: 5px 0">问答</div>
|
|
</div>
|
|
</div>
|
|
<div v-if="tool.tool == 26">
|
|
<div v-if="tool.tool == 26">
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
@@ -412,7 +412,7 @@
|
|
<div v-if="tool.tool == 21">
|
|
<div v-if="tool.tool == 21">
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
src="../../assets/icon/fourthToolList/program.png" alt />
|
|
src="../../assets/icon/fourthToolList/program.png" alt />
|
|
- <div style="margin: 5px 0">编程平台</div>
|
|
|
|
|
|
+ <div style="margin: 5px 0">AIoT Blockly</div>
|
|
</div>
|
|
</div>
|
|
<div v-if="tool.tool == 22">
|
|
<div v-if="tool.tool == 22">
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
@@ -422,12 +422,12 @@
|
|
<div v-if="tool.tool == 23">
|
|
<div v-if="tool.tool == 23">
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
src="../../assets/icon/fourthToolList/program.png" alt />
|
|
src="../../assets/icon/fourthToolList/program.png" alt />
|
|
- <div style="margin: 5px 0">Python</div>
|
|
|
|
|
|
+ <div style="margin: 5px 0">AI Python</div>
|
|
</div>
|
|
</div>
|
|
<div v-if="tool.tool == 24">
|
|
<div v-if="tool.tool == 24">
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
src="../../assets/icon/fourthToolList/AIprogram.png" alt />
|
|
src="../../assets/icon/fourthToolList/AIprogram.png" alt />
|
|
- <div style="margin: 5px 0">AI平台</div>
|
|
|
|
|
|
+ <div style="margin: 5px 0">AI Blockly</div>
|
|
</div>
|
|
</div>
|
|
<div v-if="tool.tool == 25">
|
|
<div v-if="tool.tool == 25">
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
<img @click="addTools(tool.tool, toolIndex, taskCount)"
|
|
@@ -1786,7 +1786,7 @@ export default {
|
|
} else if (_tool.tool == 6) {
|
|
} else if (_tool.tool == 6) {
|
|
_work.workContent = `${_work.username}使用协同文档提交了:`;
|
|
_work.workContent = `${_work.username}使用协同文档提交了:`;
|
|
} else if (_tool.tool == 15) {
|
|
} else if (_tool.tool == 15) {
|
|
- _work.workContent = `${_work.username}使用问答工具提交了:`;
|
|
|
|
|
|
+ _work.workContent = `${_work.username}使用问答提交了:`;
|
|
} else if (_tool.tool == 53) {
|
|
} else if (_tool.tool == 53) {
|
|
_work.workContent = `${_work.username}使用文件上传提交了:`;
|
|
_work.workContent = `${_work.username}使用文件上传提交了:`;
|
|
} else if (_tool.tool == 54) {
|
|
} else if (_tool.tool == 54) {
|
|
@@ -1920,7 +1920,7 @@ export default {
|
|
} else if (_tool.tool == 6) {
|
|
} else if (_tool.tool == 6) {
|
|
_work.workContent = `${_work.username}使用协同文档提交了:`;
|
|
_work.workContent = `${_work.username}使用协同文档提交了:`;
|
|
} else if (_tool.tool == 15) {
|
|
} else if (_tool.tool == 15) {
|
|
- _work.workContent = `${_work.username}使用问答工具提交了:`;
|
|
|
|
|
|
+ _work.workContent = `${_work.username}使用问答提交了:`;
|
|
} else if (_tool.tool == 53) {
|
|
} else if (_tool.tool == 53) {
|
|
_work.workContent = `${_work.username}使用文件上传提交了:`;
|
|
_work.workContent = `${_work.username}使用文件上传提交了:`;
|
|
} else if (_tool.tool == 54) {
|
|
} else if (_tool.tool == 54) {
|