Commit 626e3eee authored by zhengke's avatar zhengke

1

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