|
@@ -21,6 +21,15 @@
|
|
|
scope.row.userStudyRecordPhotoList.length
|
|
|
"
|
|
|
>
|
|
|
+ <li class="liImgs">
|
|
|
+ <el-image
|
|
|
+ style="width: 100%; height: 100%"
|
|
|
+ :src="$methodsTools.splitImgHost(getUserImg)"
|
|
|
+ :preview-src-list="[$methodsTools.splitImgHost(getUserImg)]"
|
|
|
+ >
|
|
|
+ </el-image>
|
|
|
+ <div class="abos">一寸头像图</div>
|
|
|
+ </li>
|
|
|
<li
|
|
|
v-for="(its, inds) in scope.row.userStudyRecordPhotoList"
|
|
|
:key="inds"
|
|
@@ -134,8 +143,21 @@
|
|
|
<span v-else-if="item.scope === 'aTime'">
|
|
|
{{ $methodsTools.onlyForma(scope2.row[item.prop]) }}
|
|
|
</span>
|
|
|
+ <span v-else-if="item.scope === 'durationTime' && scope2.row.type !== 5">
|
|
|
+ <!-- {{ $methodsTools.secondToDate(scope2.row[item.prop], false) }} -->
|
|
|
+ {{ (scope2.row[item.prop] / 60 / 45).toFixed(2) }}
|
|
|
+ </span>
|
|
|
<span v-else-if="item.scope === 'durTime' && scope2.row.type !== 5">
|
|
|
{{ $methodsTools.secondToDate(scope2.row[item.prop], false) }}
|
|
|
+ <!-- {{ (scope2.row[item.prop] / 60 / 45).toFixed(2) }} -->
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ v-else-if="
|
|
|
+ item.scope === 'performance' &&
|
|
|
+ (scope2.row.type === 4 || scope2.row.type === 5)
|
|
|
+ "
|
|
|
+ >
|
|
|
+ {{ scope2.row[item.prop] }}
|
|
|
</span>
|
|
|
<div v-else-if="item.scope === 'aTimeSE'">
|
|
|
<span
|
|
@@ -175,7 +197,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
- inject: ["getPeriodStatus", "getUserInfo", "getAllIds"],
|
|
|
+ inject: ["getPeriodStatus", "getUserInfo", "getAllIds", "getUserImgPhoto"],
|
|
|
data() {
|
|
|
return {
|
|
|
tableSet: [
|
|
@@ -214,11 +236,23 @@ export default {
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: "节时长",
|
|
|
+ label: "学时",
|
|
|
+ prop: "durationTime",
|
|
|
+ width: "120px",
|
|
|
+ scope:"durationTime"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "时长",
|
|
|
prop: "durationTime",
|
|
|
width: "120px",
|
|
|
scope: "durTime",
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分数",
|
|
|
+ prop: "performance",
|
|
|
+ width: "120px",
|
|
|
+ scope: "performance",
|
|
|
+ },
|
|
|
{
|
|
|
label: "开始时间",
|
|
|
prop: "studyStartTime",
|
|
@@ -229,40 +263,40 @@ export default {
|
|
|
prop: "studyEndTime",
|
|
|
scope: "aTimeSE",
|
|
|
},
|
|
|
- {
|
|
|
- label: "审核状态",
|
|
|
- prop: "status",
|
|
|
- scope: "select",
|
|
|
- width: "100px",
|
|
|
- options: [
|
|
|
- {
|
|
|
- label: "待审核",
|
|
|
- value: 2,
|
|
|
- },
|
|
|
- {
|
|
|
- label: "通过",
|
|
|
- value: 1,
|
|
|
- },
|
|
|
- {
|
|
|
- label: "作弊",
|
|
|
- value: 0,
|
|
|
- },
|
|
|
- {
|
|
|
- label: "待重修",
|
|
|
- value: 3,
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- label: "审核人",
|
|
|
- prop: "auditUserName",
|
|
|
- width: "100px",
|
|
|
- },
|
|
|
- {
|
|
|
- label: "审核时间",
|
|
|
- prop: "auditTime",
|
|
|
- scope: "aTime",
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: "审核状态",
|
|
|
+ // prop: "status",
|
|
|
+ // scope: "select",
|
|
|
+ // width: "100px",
|
|
|
+ // options: [
|
|
|
+ // {
|
|
|
+ // label: "待审核",
|
|
|
+ // value: 2,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "通过",
|
|
|
+ // value: 1,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "作弊",
|
|
|
+ // value: 0,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "待重修",
|
|
|
+ // value: 3,
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "审核人",
|
|
|
+ // prop: "auditUserName",
|
|
|
+ // width: "100px",
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "审核时间",
|
|
|
+ // prop: "auditTime",
|
|
|
+ // scope: "aTime",
|
|
|
+ // },
|
|
|
],
|
|
|
disabledBtn: false,
|
|
|
vidBoxHours: false,
|
|
@@ -339,6 +373,9 @@ export default {
|
|
|
periodStatus() {
|
|
|
return this.getPeriodStatus();
|
|
|
},
|
|
|
+ getUserImg() {
|
|
|
+ return this.getUserImgPhoto();
|
|
|
+ },
|
|
|
allIds() {
|
|
|
return this.getAllIds();
|
|
|
},
|
|
@@ -349,7 +386,7 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style lang="less" scoped>
|
|
|
+<style lang="less" scoped>
|
|
|
.liImgs {
|
|
|
float: left;
|
|
|
width: 210px;
|
|
@@ -393,4 +430,4 @@ export default {
|
|
|
margin-left: 0px;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|