|
@@ -184,6 +184,7 @@
|
|
|
<div>
|
|
|
<span @click="copyCourse(item.courseId)">复制</span>
|
|
|
<span @click="get(item.courseId)">预览</span>
|
|
|
+ <span @click="getNT(item.courseId)" v-if="org == '0fec3a8a-ad04-11ed-b13d-005056b86db5'">无终端</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -415,6 +416,9 @@ export default {
|
|
|
get(cid) {
|
|
|
window.parent.postMessage({ cid: cid, screenType: "3" }, "*");
|
|
|
},
|
|
|
+ getNT(cid) {
|
|
|
+ window.parent.postMessage({ cid: cid, screenType: "3NT" }, "*");
|
|
|
+ },
|
|
|
handle_remove(file, fileList) {
|
|
|
var _tmp = this.fileList;
|
|
|
for (var i = 0, len = _tmp.length; i < len; i++) {
|
|
@@ -1383,7 +1387,7 @@ export default {
|
|
|
background: #f5f4f4;
|
|
|
padding: 10px 20px;
|
|
|
z-index: 99;
|
|
|
- width: 40px;
|
|
|
+ width: 50px;
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 0 0 3px 3px #80808020;
|
|
|
display: none;
|