Commit 73d33000 by tangjiale

更新交互展示

parent 9d6244d9
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-06-02 14:08:46 * @Date: 2022-06-02 14:08:46
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-06-27 10:53:34 * @LastEditTime: 2022-06-27 11:20:28
--> -->
<template> <template>
<div class="page-bg"> <div class="page-bg">
...@@ -69,20 +69,20 @@ export default { ...@@ -69,20 +69,20 @@ export default {
{title: "课程名称",field: "name"}, {title: "课程名称",field: "name"},
{title: "所属校区",field: "schNames"}, {title: "所属校区",field: "schNames"},
{ {
title: "课程属性",type: 'customField',width:'120px', title: "课程属性",type: 'customField',width:'80px',
fieldFunction: row => courseStep[row.courseStep], fieldFunction: row => courseStep[row.courseStep],
},{ },{
title: "课程层次",type: 'customField',width:'120px', title: "课程层次",type: 'customField',width:'80px',
fieldFunction: row => courseLevel[row.leveId], fieldFunction: row => courseLevel[row.leveId],
},{ },{
title: "课时",width:'120px', title: "课时",width:'80px',
type: 'customField', type: 'customField',
fieldFunction: row => row.classHour + '课时', fieldFunction: row => row.classHour + '课时',
},{ },{
title: "课程价格", type: 'customField',width:'120', title: "课程价格", type: 'customField',width:'90px',
fieldFunction: row => (row.cost / 100), fieldFunction: row => (row.cost / 100),
},{ },{
title: "课程类型", type: 'customField',width:'120', title: "课程类型", type: 'customField',width:'90px',
fieldFunction: row => (row.type == 1 ?'正式课' : '体验课'), fieldFunction: row => (row.type == 1 ?'正式课' : '体验课'),
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment