Commit b1b49883 authored by 黄奎's avatar 黄奎

页面修改

parent 48631583
...@@ -93,9 +93,9 @@ ...@@ -93,9 +93,9 @@
</template> </template>
<template v-slot:body-cell-Id="props"> <template v-slot:body-cell-Id="props">
<q-td :props="props"> <q-td :props="props">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="审核" <q-btn v-if="props.row.SaleState==2&&msg.AuditType>0" flat size="xs" icon="edit" color="accent" style="font-weight:400" label="审核"
@click="EditStudy(props.row)" /> @click="EditStudy(props.row)" />
<q-btn v-if="props.row.SaleState==2&&msg.AuditType>0" flat size="xs" icon="edit" color="accent" <q-btn flat size="xs" icon="edit" color="accent"
style="font-weight:400" label="详情" @click="getviewInfo(props.row)" /> style="font-weight:400" label="详情" @click="getviewInfo(props.row)" />
</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