Commit 37681312 authored by zhengke's avatar zhengke

修改

parent f248dc8a
...@@ -169,21 +169,6 @@ ...@@ -169,21 +169,6 @@
</span> </span>
</div> </div>
</div> </div>
<div class="row backInfo_One">
<div class="col-6">
<span class="backInfo_Title">变更类型:</span>
<span class="backOtherInfo">
{{setingObj.DataObj.ChangeTypeStr}}
</span>
</div>
<div class="col-6">
<span class="backInfo_Title">变更范围:</span>
<span class="backOtherInfo">
{{setingObj.DataObj.MoveTypeStr}}
</span>
</div>
</div>
</div> </div>
<q-table no-data-label="暂无相关数据" flat style="width:100%;" v-if="dataList&&dataList.length>0" <q-table no-data-label="暂无相关数据" flat style="width:100%;" v-if="dataList&&dataList.length>0"
:pagination="pages" class="sticky-column-table no-bottom-table" separator="none" :data="dataList" :pagination="pages" class="sticky-column-table no-bottom-table" separator="none" :data="dataList"
......
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
}, },
{ {
name: 'ApplyReason', name: 'ApplyReason',
label: '退课原因', label: '申请原因',
field: 'ApplyReason', field: 'ApplyReason',
align: 'left' align: 'left'
}, },
......
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