Commit 518462f4 authored by 黄奎's avatar 黄奎

页面修改

parent ecf7c4f1
...@@ -169,11 +169,16 @@ ...@@ -169,11 +169,16 @@
</div> </div>
</td> </td>
<td style="border:none"> <td style="border:none">
<!--没有总经理修改订单权限-->
<template v-if="isEditOrder">
</template>
<template v-else>
<!--销售自己修改订单--> <!--销售自己修改订单-->
<template v-if="AuthorityObj.isShowEdit"> <template v-if="AuthorityObj.isShowEdit">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="编辑" <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="编辑"
@click="editOrder(item)" /> @click="editOrder(item)" />
</template> </template>
</template>
<q-btn-dropdown flat size="xs" color="dark" label="更多" style="margin-left:10px;"> <q-btn-dropdown flat size="xs" color="dark" label="更多" style="margin-left:10px;">
<q-list> <q-list>
<q-item clickable v-close-popup> <q-item clickable v-close-popup>
......
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