|
@@ -118,15 +118,6 @@
|
|
|
<div>{{ scope.row[item.prop1] }}</div>
|
|
|
<div>{{ scope.row[item.prop2] }} {{ scope.row[item.prop3] }}</div>
|
|
|
</div>
|
|
|
- <div v-else-if="item.scope === 'StudentType'">
|
|
|
- {{
|
|
|
- scope.row[item.prop] == 1
|
|
|
- ? "非补考学员"
|
|
|
- : scope.row[item.prop] == 2
|
|
|
- ? "补考学员"
|
|
|
- : ""
|
|
|
- }}
|
|
|
- </div>
|
|
|
<span v-else>{{ scope.row[item.prop] }}</span>
|
|
|
</template>
|
|
|
</af-table-column>
|
|
@@ -168,15 +159,6 @@
|
|
|
<span v-if="item.scope === 'time'">
|
|
|
{{ changeDatas(scope.row[item.prop]) }}
|
|
|
</span>
|
|
|
- <div v-else-if="item.scope === 'StudentType'">
|
|
|
- {{
|
|
|
- scope.row[item.prop] == 1
|
|
|
- ? "非补考学员"
|
|
|
- : scope.row[item.prop] == 2
|
|
|
- ? "补考学员"
|
|
|
- : ""
|
|
|
- }}
|
|
|
- </div>
|
|
|
<span v-else>{{ scope.row[item.prop] }}</span>
|
|
|
</template>
|
|
|
</af-table-column>
|
|
@@ -264,7 +246,6 @@ export default {
|
|
|
{
|
|
|
label: "学员报名类型",
|
|
|
prop: "studentTypeName",
|
|
|
- scope: "StudentType",
|
|
|
},
|
|
|
{
|
|
|
label: "考试标题",
|