-
{{ item.label }}:{{
item.scope === "more"
? pageInfo[item.prop1] + "-" + pageInfo[item.prop2]
: pageInfo[item.prop]
}}
添加 模块/章节
{{ node.label }}
删除
关联试卷
取消
确定
模板
章
节
{{ radio === 1 ? "添加模块" : radio === 2 ? "添加章" : "添加节" }}
{{
scope.row[item.prop] === 1
? "发布"
: scope.row[item.prop] === 0
? "未发布"
: "未知"
}}
{{ radio === 1 ? scope.row[item.prop] : scope.row[item.prop1] }}
{{ scope.row[item.prop] }}
{{ "" }}
{{
scope.row[item.prop1] +
"-" +
scope.row[item.prop2] +
"-" +
scope.row[item.prop3]
}}
{{
scope.row[item.prop] === 1
? "发布"
: scope.row[item.prop] === 0
? "未发布"
: "未知"
}}
{{ scope.row[item.prop] }}