Commit ac274eb1 authored by 黄奎's avatar 黄奎

页面修改

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