Commit b83d53d6 authored by 黄奎's avatar 黄奎

页面修改

parent b3d1fcc7
...@@ -179,7 +179,6 @@ ...@@ -179,7 +179,6 @@
<q-item-label>下架</q-item-label> <q-item-label>下架</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item clickable v-close-popup @click="removeStudy(props.row,1)" v-if="props.row.Status==0"> <q-item clickable v-close-popup @click="removeStudy(props.row,1)" v-if="props.row.Status==0">
<q-item-section> <q-item-section>
<q-item-label>删除</q-item-label> <q-item-label>删除</q-item-label>
...@@ -191,7 +190,6 @@ ...@@ -191,7 +190,6 @@
</q-item-section> </q-item-section>
</q-item> </q-item>
</q-list> </q-list>
</q-list>
</q-btn-dropdown> </q-btn-dropdown>
</q-td> </q-td>
</template> </template>
......
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