Commit e00460fd authored by zhengke's avatar zhengke

修改

parent 40d12c39
......@@ -93,7 +93,15 @@
<template v-if="item.OrderType==1">
<div v-if="item.CourseName">课程名称:{{item.CourseName}}</div>
<div v-if="item.IsChaBan==1" style="color:red;">
插班 开始课时:{{item.StartClassHours}}
插班报入
  <q-tooltip :offset="[10, 10]">
              <div>开始课时:{{item.StartClassHours}}</div>
              <div>生效状态:{{item.EffectStatusStr}}</div>
              <div>生效时间:{{item.EffectTime}}</div>
              <template v-if="item.UpOrderId&&item.UpOrderId>0">
<div>前置订单:{{item.UpOrderId}}</div>
</template>
            </q-tooltip>
</div>
</template>
<div style="margin-top:10px;" v-if="item.OfferId>0">
......
......@@ -20,7 +20,16 @@
<q-td :props="props">
<span>{{props.row.CourseName}}
<div style="color:red;" v-if="props.row.IsChaBan==1">
插班 开始课时:{{props.row.StartClassHours}}
插班报入
<q-tooltip :offset="[10, 10]">
              开始课时:{{props.row.StartClassHours}}<br  />
              课程: {{props.row.CourseName}}<br  />
              生效日期: {{props.row.EffectTime}}<br  />
              生效状态: {{props.row.EffectStatusStr}}<br  />
              <template v-if="props.row.UpOrderId&&props.row.UpOrderId>0">
                前置订单: {{props.row.UpOrderId}}<br  />
              </template>
            </q-tooltip>
</div>
</span>
</q-td>
......@@ -345,7 +354,7 @@
}
if (this.msg.ClassId > 0) {
this.visibleColumns = ['GuestName', 'Profession', 'Sex', 'BirthDate', 'Mobile', 'Basics', 'GuestSourceName',
'LearningGoalsName', 'Contact', 'ContactMobile', 'TotalHours','StartClassHours','CourseName','IsChaBan'
'LearningGoalsName', 'Contact', 'ContactMobile', 'TotalHours', 'StartClassHours', 'CourseName', 'IsChaBan'
];
}
if (this.msg.SourceId > 0) {
......
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