Commit 626e3eee authored by zhengke's avatar zhengke

1

parent 4f07580f
...@@ -190,8 +190,9 @@ ...@@ -190,8 +190,9 @@
<q-item clickable v-close-popup> <q-item clickable v-close-popup>
<q-item-section> <q-item-section>
<q-item-label> <q-item-label>
<span>{{props.row.ClassStatusStr}}</span>&nbsp; <span @click.stop="getClassItem(props.row)">
<i class="iconfont icon-edit" @click.stop="getClassItem(props.row)" title="点击修改班级状态"> <!-- {{props.row.ClassStatusStr}} -->
状态变更
<q-popup-proxy> <q-popup-proxy>
<q-banner v-if="isShowEdit"> <q-banner v-if="isShowEdit">
<div class="calenderDialog"> <div class="calenderDialog">
...@@ -209,7 +210,7 @@ ...@@ -209,7 +210,7 @@
</div> </div>
</q-banner> </q-banner>
</q-popup-proxy> </q-popup-proxy>
</i> </span>
</q-item-label> </q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
...@@ -316,6 +317,12 @@ ...@@ -316,6 +317,12 @@
field: 'CompleteProgress', field: 'CompleteProgress',
align: 'left' align: 'left'
}, },
{
name: 'ClassStatusStr',
label: '状态',
align: 'left',
field: 'ClassStatusStr'
},
{ {
name: 'optioned', name: 'optioned',
label: '操作', label: '操作',
......
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