|
@@ -74,11 +74,11 @@
|
|
|
<a-button
|
|
|
size="small"
|
|
|
type="link"
|
|
|
- v-if="detailPermissions(record)"
|
|
|
+ v-if="$hasPermissions('B_outboundOrderDetail')"
|
|
|
class="button-success"
|
|
|
@click="handleDetail(record)"
|
|
|
id="outboundOrderList-detail-btn">详情</a-button>
|
|
|
- <span v-if="!(record.state=='WAIT'&&$hasPermissions('B_outboundOut')) && !(detailPermissions(record))">--</span>
|
|
|
+ <span v-if="!(record.state=='WAIT'&&$hasPermissions('B_outboundOut')) && !($hasPermissions('B_outboundOrderDetail'))">--</span>
|
|
|
</template>
|
|
|
</s-table>
|
|
|
</a-spin>
|