浏览代码

fix: random

Carson 1 年之前
父节点
当前提交
1b31da9199
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/pages/classroomObservation/components/chatArea.vue

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

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