Commit e36aa3b8 by 潘建波

预置位修改

1 parent e4083278
{"commit":"b5f1a8e472f6d9fba2d1cf72417bc01b537bd6f8","commitDate":"2021-6-16 18:7","buildDate":"2021-6-29 10:20","version":"2.1.0","info":"【BUG】flv播放黑屏问题解决 【BUG】新增预置位Chrome不能设置预置位编号"}
\ No newline at end of file
{"commit":"e4083278053829edfc6b4f3a8830526d4a8cb00d","commitDate":"2021-6-29 10:50","buildDate":"2021-6-30 14:6","version":"2.1.0","info":"修改事件无法展示问题"}
\ No newline at end of file
......@@ -69,14 +69,16 @@
effect="dark"
content="删除场景"
placement="top"
v-if="taskInfo.mtasks[0].scenes.length !=1"
>
<span v-if="scope.$index!=taskInfo.mtasks[0].scenes.length - 1" @click="delsounces(scope.row, scope.$index)" class="el-icon-remove"></span>
<span @click="delsounces(scope.row, scope.$index)" class="el-icon-remove"></span>
</el-tooltip>
<el-tooltip
class="item"
effect="dark"
content="增加场景"
placement="top"
>
<span @click="addsounces()" class="el-icon-circle-plus"></span>
</el-tooltip>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!