Commit 7ac77e06 authored by 黄奎's avatar 黄奎

页面修改

parent fc5c3673
......@@ -90,7 +90,7 @@
<template v-if="item.OrderType==1">
课程名称:{{item.CourseName}}
<div v-if="item.IsChaBan==1" style="color:red;">
插班报入:开始计算课时 {{item.StartClassHours}}
插班报入 插班开始课时:{{item.StartClassHours}}
</div>
</template>
<div style="margin-top:10px;" v-if="item.OfferId>0">
......
......@@ -20,7 +20,7 @@
<q-td :props="props">
<span>{{props.row.CourseName}}
<div style="color:red;" v-if="props.row.IsChaBan==1">
插班报入:起始课时 {{props.row.StartClassHours}}
插班报入 插班开始课时:{{props.row.StartClassHours}}
</div>
</span>
</q-td>
......
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