|
@@ -7,7 +7,7 @@
|
|
|
<a id="collectionPayment-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
<p style=" display: inline-block;margin: 0 0 0 60px;color: #000;font-size: 16px;font-weight: 600;">客户:{{ $route.params.name || '--' }}</p>
|
|
|
</template>
|
|
|
- <template slot="extra">
|
|
|
+ <template slot="extra" v-if="$hasPermissions('B_cPayment_printAndExport')">
|
|
|
<Print :disabled="chooseLoadData.length==0||totalBalance==0" @handlePrint="handlePrint"></Print>
|
|
|
</template>
|
|
|
</a-page-header>
|