{{
Number(scope.row[item.prop]) === 1
? "启用"
: Number(scope.row[item.prop]) === 0
? "关闭"
: Number(scope.row[item.prop]) === -1
? "已删除"
: "未知"
}}
{{
Number(scope.row[item.prop]) === 1
? "有效"
: Number(scope.row[item.prop]) === 0
? "无效"
: "未知"
}}
{{
Number(scope.row[item.prop]) === 1
? "未发布"
: Number(scope.row[item.prop]) === 2
? "已发布"
: Number(scope.row[item.prop]) === 0
? "停用"
: Number(scope.row[item.prop]) === -1
? "已删除"
: "未知"
}}
{{
Number(scope.row[item.prop]) === 1
? "定时发布"
: Number(scope.row[item.prop]) === 0
? "手动发布"
: "未知"
}}
{{
Number(scope.row[item.prop]) === 1
? "发布"
: Number(scope.row[item.prop]) === 0
? "未发布"
: "未知"
}}
{{
Number(scope.row[item.prop]) === 2
? "录播"
: Number(scope.row[item.prop]) === 1
? "直播"
: Number(scope.row[item.prop]) === 3
? "回放"
: "未知"
}}
{{ item.ch }}{{ scope.row[item.prop] }}
{{
!scope.row[item.prop]
? 0
: scope.row[item.prop].split(",").map(Number).length
}}
{{
Number(scope.row[item.prop]) === 1
? "录播"
: Number(scope.row[item.prop]) === 2
? "直播"
: Number(scope.row[item.prop]) === 3
? "回放"
: ""
}}
{{
Number(scope.row[item.prop]) === 1
? "学习中心"
: Number(scope.row[item.prop]) === 2
? "求职中心"
: "未知"
}}
-
{{ itm.educationName + "-" + itm.projectName
}}{{ inds === 0 ? ", " : "" }}
-
{{ inds + 1 }}、
{{ itm.educationName + "-" + itm.projectName }}
更多
{{ scope.row[item.prop1] + "-" + scope.row[item.prop2] + "-"
}}¥{{ scope.row[item.prop3] }}
{{ items.siteAddress }}
{{ $methodsTools.onlyForma(itemsxs.examTime, false) }}
{{ ks.startTime.replace("-", ":") }}-{{
ks.endTime.replace("-", ":")
}}
-
{{ itm[item.prop1] + "-" + itm[item.prop2] + "-" }}
¥{{ itm[item.prop3] }}
-
{{ inds + 1 }}、
{{ itm[item.prop1] + "-" + itm[item.prop2] + "-" }}
¥{{ itm[item.prop3] }}
更多
-
{{ itm.educationName + "-" + itm.projectName }}
-
{{ inds + 1 }}、
{{ itm.educationName + "-" + itm.projectName }}
更多
-
{{
itm.educationName +
"-" +
itm.projectName +
"-" +
itm.businessName
}}
-
{{ inds + 1 }}、
{{
itm.educationName +
"-" +
itm.projectName +
"-" +
itm.businessName
}}
更多
-
{{ inds + 1 }}、
{{ itm }}
更多
-
班级({{ scope.row[item.prop].length }})
-
{{ inds + 1 }}、
{{ itm.gradeName }}
班级({{ scope.row[item.prop].length }})
-
{{ inds + 1 }}、
{{ itm.goodsName }}
更多
-
{{ inds + 1 }}、
{{ itm[item.prop1] }}
更多
-
{{
itm.educationName +
"-" +
itm.projectName +
"-" +
itm.businessName +
"-" +
itm.subjectName
}}
-
{{ inds + 1 }}、
{{
itm.educationName +
"-" +
itm.projectName +
"-" +
itm.businessName +
"-" +
itm.subjectName
}}
更多
{{
Number(scope.row[item.prop]) === 0
? "已删除"
: Number(scope.row[item.prop]) === 1 &&
Number(scope.row["reStatus"]) === 1
? "待发布"
: Number(scope.row[item.prop]) === 1 &&
Number(scope.row["reStatus"]) === 0
? "未发布"
: Number(scope.row[item.prop]) === 2
? "已撤回"
: Number(scope.row[item.prop]) === 3
? "已发布"
: Number(scope.row[item.prop]) === 4
? "已到期"
: "未知"
}}
{{ $methodsTools.onlyForma(items.startTime) }} ~
{{ $methodsTools.onlyForma(items.endTime) }}
查看
{{ scope.row[item.prop][item.prop2] }}
{{ scope.row[item.prop1] === 1 ? "月薪" : "年薪" }}
{{
scope.row[item.prop2] === scope.row[item.prop3]
? scope.row[item.prop2]
: scope.row[item.prop2] + "~" + scope.row[item.prop3]
}}
{{ scope.row[item.prop1] }}
{{ $methodsTools.onlyForma(scope.row[item.prop2], false) }}
{{
scope.row[item.prop3].indexOf("-") !== -1
? scope.row[item.prop3].replace("-", ":")
: scope.row[item.prop3]
}}-{{
scope.row[item.prop4].indexOf("-") !== -1
? scope.row[item.prop4].replace("-", ":")
: scope.row[item.prop4]
}}
{{
Number(scope.row[item.prop]) === 0
? "优惠券"
: Number(scope.row[item.prop]) === 1
? "折扣券"
: Number(scope.row[item.prop]) === 2
? "线上直播"
: Number(scope.row[item.prop]) === 3
? "定价"
: Number(scope.row[item.prop]) === 4
? "优惠"
: Number(scope.row[item.prop]) === 5
? "折扣"
: Number(scope.row[item.prop]) === 6
? "线下活动"
: "未知"
}}
{{
Number(scope.row[item.prop]) === 0
? "金额:¥" + scope.row["price"]
: Number(scope.row[item.prop]) === 1
? "折扣:" + scope.row["price"] + "折"
: Number(scope.row[item.prop]) === 2
? "直播内容:" + scope.row["liveContent"]
: Number(scope.row[item.prop]) === 3
? "商品金额:¥" + scope.row["price"]
: Number(scope.row[item.prop]) === 4
? "优惠金额:¥" + scope.row["price"]
: Number(scope.row[item.prop]) === 5
? "商品折扣:" + scope.row["price"] + "折"
: Number(scope.row[item.prop]) === 6
? "活动地点:" + scope.row["liveAdress"]
: "未知"
}}
{{
scope.row[item.prop] === 0
? "不是"
: scope.row[item.prop] === 1
? "是"
: "未知"
}}
{{
scope.row[item.prop] === 0
? "否"
: scope.row[item.prop] === 1
? "是"
: "未知"
}}
{{
scope.row["goodsRealPrice"] && scope.row["goodsReceived"]
? Number(scope.row["goodsRealPrice"]) -
Number(scope.row["goodsReceived"]) +
"元"
: ""
}}
{{
scope.row[item.prop] === 0 ? "不限制" : scope.row[item.prop]
}}
{{
scope.row[item.prop1] +
scope.row[item.prop2] +
scope.row[item.prop3]
}}{{ scope.row[item.prop4] ? scope.row[item.prop4] : "" }}
{{
Number(scope.row[item.prop]) === 0
? "已删除"
: Number(scope.row[item.prop]) === 1
? "已结束"
: Number(scope.row[item.prop]) === 2
? "已撤回"
: Number(scope.row[item.prop]) === 3
? "已开始"
: Number(scope.row[item.prop]) === 4
? "未开始"
: "未知"
}}
{{
scope.row[item.prop] == 1
? "男"
: scope.row[item.prop] == 2
? "女"
: "未知"
}}
{{
scope.row[item.prop] === 0
? "删除"
: scope.row[item.prop] === 1
? "发布"
: scope.row[item.prop] === 2
? "撤回"
: scope.row[item.prop] === 3
? "未发布"
: "未知"
}}
{{
scope.row[item.prop] === 0
? "报名指引"
: scope.row[item.prop] === 1
? "打印准考证"
: scope.row[item.prop] === 2
? "成绩查询指引"
: "未知"
}}
{{
scope.row[item.prop] === 1
? "普通练习"
: scope.row[item.prop] === 2
? "押题试卷"
: scope.row[item.prop] === 3
? "真题试卷"
: "未知"
}}
{{
scope.row[item.prop] === 0
? "每日签到"
: scope.row[item.prop] === 1
? "完善信息"
: scope.row[item.prop] === 2
? "邀请好友"
: scope.row[item.prop] === 3
? "每日分享"
: scope.row[item.prop] === 4
? "视频学习"
: scope.row[item.prop] === 5
? "模拟考试"
: "未知"
}}
{{
scope.row[item.prop] === 0
? "手动发布"
: scope.row[item.prop] === 1
? "定时发布"
: "未知"
}}
{{
scope.row[item.prop] === 0
? "删除"
: scope.row[item.prop] === 1
? "待发布"
: scope.row[item.prop] === 2
? "撤回"
: scope.row[item.prop] === 3
? "发布成功"
: scope.row[item.prop] === 4
? "未发布"
: scope.row[item.prop] === 5
? "已结束"
: "未知"
}}
{{ items.knowledgeName }}
{{
scope.row[item.prop1] + scope.row[item.prop2]
}}
{{
scope.row[item.prop1] + " ~ " + scope.row[item.prop2]
}}
{{ scope.row[item.prop1] }}
{{
scope.row[item.prop2] === 1
? "通过"
: scope.row[item.prop2] === 0
? "不通过"
: ""
}}
{{
$methodsTools.onlyForma(scope.row[item.prop1], item.Diszing)
}}
至
{{
$methodsTools.onlyForma(scope.row[item.prop2], item.Diszing)
}}
{{
scope.row[item.prop] === null
? "--"
: $methodsTools.onlyForma(scope.row[item.prop])
}}
{{
scope.row[item.prop] === 1
? "单选题"
: scope.row[item.prop] === 2
? "多选题"
: scope.row[item.prop] === 3
? "判断题"
: scope.row[item.prop] === 4
? "案例题"
: scope.row[item.prop] === 5
? "简答题"
: "未知"
}}
{{
scope.row[item.prop] === 1
? "扫码支付"
: scope.row[item.prop] === 2
? "刷卡支付"
: scope.row[item.prop] === 3
? "现金支付"
: scope.row[item.prop] === 4
? "转账"
: "未知"
}}
{{ itm.nickName
}}{{
indm !== scope.row[item.prop].length - 1 ? "," : ""
}}
{{
scope.row[item.prop] === 1
? "正式"
: scope.row[item.prop] === 2
? "测试"
: "未知"
}}
{{
scope.row[item.prop] === 0
? "未通过"
: scope.row[item.prop] === 1
? "已通过"
: scope.row[item.prop] === 2
? "待审核"
: ""
}}
{{
scope.row[item.prop] === 0
? "正常"
: scope.row[item.prop] === 1
? "有变更"
: ""
}}
{{
scope.row[item.prop] === 0
? "未结业"
: scope.row[item.prop] === 1
? "结业"
: ""
}}
{{ scope.row[item.prop1] + "/" + scope.row[item.prop2] }}
{{
scope.row[item.prop1] == 0 && scope.row[item.prop2] == 0
? "0%"
: (scope.row[item.prop1] / scope.row[item.prop2]) * 100 + "%"
}}
{{
scope.row[item.prop] === -2
? "超时关闭"
: scope.row[item.prop] === -1
? "手动关闭"
: scope.row[item.prop] === 0
? "待付款"
: scope.row[item.prop] === 1
? "已付款"
: scope.row[item.prop] === 3
? "成功"
: "未知"
}}
{{
compType(scope.row[item.prop], scope.row["requestMethod"])
}}
{{
compType(scope.row[item.prop], scope.row["requestMethod"])
}}
{{
compType(scope.row[item.prop], scope.row["requestMethod"])
}}
{{
numTime(scope.row[item.prop])
}}
{{ numTime(scope.row[item.prop]) }}
详情
{{ scope.row[item.prop] }}
{{ scope.row[item.prop1] }} - {{ scope.row[item.prop2] }}
{{ scope.row[item.prop1] }} - {{ scope.row[item.prop2] }}
查看
{{ getSimpleText(scope.row[item.prop]) }}
{{
numTimeminute(scope.row[item.prop])
}}
{{ scope.row[item.prop] }}
{{
scope.row[item.objProp].length
? scope.row[item.objProp][0][item.prop]
: ""
}}
{{
scope.row[item.prop] === 1
? "已开班:" + scope.row[item.prop1]
: scope.row[item.prop] === 0
? "未开班"
: ""
}}
{{
scope.row[item.prop] === 1
? "即刻"
: scope.row[item.prop] === 2
? "待定"
: scope.row[item.prop] === 3
? $methodsTools.onlyForma(scope.row[item.prop1])
: "未知"
}}
{{ scope.row[item.objProp][0][item.prop1] }}-{{
scope.row[item.objProp][0][item.prop2]
}}-{{ scope.row[item.objProp][0][item.prop3] }}
{{
scope.row[item.prop]
}}
已重修{{ scope.row[item.prop1] }}节
{{
scope.row[item.prop1] +
"-" +
scope.row[item.prop2] +
"-" +
scope.row[item.prop3]
}}{{ scope.row[item.prop4] ? "-" + scope.row[item.prop4] : "" }}
{{
scope.row[item.prop] === 1
? "发送成功"
: scope.row[item.prop] === 0
? "发送失败"
: "--"
}}
{{ scope.row[item.prop1] }} / {{ scope.row[item.prop2] }}
{{ scope.row[item.prop] }}
{{
scope.row[item.prop] === 1
? scope.row[item.prop1]
: scope.row[item.prop] === 2
? scope.row[item.prop2]
: scope.row[item.prop] === 3
? scope.row[item.prop3]
: ""
}}
{{ itm === 1 ? "非补考学员" : itm === 2 ? "补考学员" : "" }}
{{ scope.row[item.prop] }}
详情
{{
scope.row[item.prop] == 1 ? "微信小程序" : "未知"
}}
{{
scope.row["sectionType"] === 2
? scope.row[item.prop1]
: scope.row[item.prop2]
}}分钟
{{ itemt.label }}
{{ scope.row[item.prop] }}
{{
(scope.row[item.prop] || scope.row[item.prop] === 0) && item.ch
? item.ch
: ""
}}