Carson 8 ヶ月 前
コミット
1b31da9199

+ 2 - 0
src/components/pages/classroomObservation/components/chatArea.vue

@@ -794,6 +794,7 @@ export default {
 									<th>发言内容</th>
 									<th>发言内容</th>
 									<th>时长</th>
 									<th>时长</th>
 									<th>说话人身份</th>
 									<th>说话人身份</th>
+									<th>行为编码</th>
 								</tr>
 								</tr>
 					`;
 					`;
           this.recordedForm.textList.forEach((item, index) => {
           this.recordedForm.textList.forEach((item, index) => {
@@ -804,6 +805,7 @@ export default {
 								<td>${item.value}</td>
 								<td>${item.value}</td>
 								<td>${item.time}</td>
 								<td>${item.time}</td>
 								<td></td>
 								<td></td>
+								<td></td>
 							</tr>`;
 							</tr>`;
           });
           });
           _result += `
           _result += `