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

页面修改

parent 930f45bc
...@@ -169,12 +169,11 @@ ...@@ -169,12 +169,11 @@
</div> </div>
</td> </td>
<td style="border:none"> <td style="border:none">
<!--销售自己修改订单-->
<template v-if="AuthorityObj.isShowEdit"> <template v-if="AuthorityObj.isShowEdit">
<template v-if="!isEditOrder">
<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>
...@@ -1535,4 +1534,5 @@ ...@@ -1535,4 +1534,5 @@
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
} }
</style> </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