|
@@ -672,11 +672,9 @@ export default {
|
|
|
_this.$parent.bmData.jsonData.editorBarData.type = '0'
|
|
|
// _this.$parent.bmData.jsonData.transcriptionData = _res.data
|
|
|
if (flag) {
|
|
|
- console.log(_res.data)
|
|
|
const arr = Papa.parse(_res.data, {
|
|
|
header: false
|
|
|
}).data
|
|
|
- console.log(arr)
|
|
|
const _editorBarDataContent = `<table border="0" width="100%" cellpadding="0" cellspacing="0" style="text-align: center"><tbody><tr><th>序号</th><th>开始时间</th><th>结束时间</th><th>发言内容</th><th>时长</th><th>说话人身份</th><th>行为编码</th></tr>${arr
|
|
|
.map(
|
|
|
row =>
|