Commit 866736a2 authored by 黄奎's avatar 黄奎

页面修改

parent 930f45bc
......@@ -169,12 +169,11 @@
</div>
</td>
<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="编辑"
@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>
......@@ -1535,4 +1534,5 @@
overflow-x: hidden;
overflow-y: auto;
}
</style>
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