|
@@ -588,10 +588,11 @@
|
|
|
height: 20px;
|
|
|
padding-left: 16px;
|
|
|
line-height: 22px;
|
|
|
+ font-size: 18px;
|
|
|
">
|
|
|
协同人员
|
|
|
</div>
|
|
|
- <div style="margin-left:20px">
|
|
|
+ <div style="margin-left:10px">
|
|
|
<span class="tcMember"
|
|
|
v-for="(tc, tcIndex) in unitJson[unitIndex].chapterInfo[0].taskJson[itemTaskIndex].tcMember"
|
|
|
:key="tcIndex">{{ getMan(tc) }}</span>
|
|
@@ -1836,7 +1837,7 @@
|
|
|
<el-dialog title="查看表格" :visible.sync="dialogVisibleTable2" :append-to-body="true" width="95%"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<el-form>
|
|
|
- <div class="cont" v-html="tableJson.text"></div>
|
|
|
+ <div class="cont" v-html="tableJson.text" style="line-height: 24px;"></div>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisibleTable2 = false">关 闭</el-button>
|
|
@@ -2216,7 +2217,7 @@
|
|
|
<el-dialog title="查看文档" :visible.sync="dialogVisibleText2" :append-to-body="true" width="800px"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<el-form>
|
|
|
- <div class="cont" v-html="tableJson.text"></div>
|
|
|
+ <div class="cont" v-html="tableJson.text" style="line-height: 24px;"></div>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisibleText2 = false">关 闭</el-button>
|
|
@@ -4274,10 +4275,9 @@ export default {
|
|
|
onPlayerPlay() { },
|
|
|
getTeacher() {
|
|
|
let params = {
|
|
|
- // oid:
|
|
|
- // this.org && this.org != "undefined" && this.org != "null"
|
|
|
- // ? this.org
|
|
|
- // : this.oid,
|
|
|
+ org:
|
|
|
+ (this.org && this.org != "undefined" && this.org != "null")
|
|
|
+ ? this.org : '',
|
|
|
oid: this.oid,
|
|
|
cu: "",
|
|
|
cn: this.searchTN,
|