Commit f6da8301 authored by 黄奎's avatar 黄奎

页面修改

parent cc1d8993
...@@ -67,19 +67,18 @@ ...@@ -67,19 +67,18 @@
<table class="po_content singeRowTable" ref="table" style="border:1px solid #E6E6E6;" cellspacing="0" <table class="po_content singeRowTable" ref="table" style="border:1px solid #E6E6E6;" cellspacing="0"
cellpadding="0" v-loading="loading"> cellpadding="0" v-loading="loading">
<tr> <tr>
<th width="120" style="min-width: 110px;z-index: 999;">学生</th> <th width="100" style="z-index: 999;">学生</th>
<th width="110" style="min-width: 110px;">报名日期</th> <th width="100" >报名日期</th>
<th width="120" style="min-width: 110px;">职业</th> <th width="70" >职业</th>
<th width="80" style="min-width: 80px;">目的</th> <th width="80" >目的</th>
<th width="100" style="min-width: 100px;">班主任</th> <th width="100" >班主任</th>
<th width="200" style="min-width: 200px;">课程名称</th> <th width="200" >课程名称</th>
<th width="80" style="min-width: 80px;">初报级别</th> <th width="80" >金额</th>
<th width="80" style="min-width: 80px;">金额</th> <th>基本情况</th>
<th width="200" style="min-width: 80px;">基本情况</th> <th width="200" >续费课程</th>
<th width="200" style="min-width: 200px;">续费课程</th> <th width="80" >续费级别</th>
<th width="80" style="min-width: 80px;">续费级别</th> <th width="80" >续费金额</th>
<th width="80" style="min-width: 80px;">续费金额</th> <th width="90">负责人</th>
<th width="100" style="min-width: 100px;">负责人</th>
</tr> </tr>
<template v-if='dataObj&&dataObj.RList && dataObj.RList.length>0'> <template v-if='dataObj&&dataObj.RList && dataObj.RList.length>0'>
<tr v-for=" ( item , index ) in dataObj.RList " :key="index"> <tr v-for=" ( item , index ) in dataObj.RList " :key="index">
...@@ -103,9 +102,6 @@ ...@@ -103,9 +102,6 @@
<td> <td>
{{ item.CourseName }} {{ item.CourseName }}
</td> </td>
<td>
{{ item.CourseRateName?item.CourseRateName:'-' }}
</td>
<td> <td>
{{ item.PreferPrice }} {{ item.PreferPrice }}
</td> </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