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

页面修改

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