|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div class="storingLocationList-wrap">
|
|
|
- <a-page-header :ghost="false" @back="handleBack" class="storingLocationList-back">
|
|
|
+ <a-page-header :ghost="false" :backIcon="false" class="storingLocationList-back">
|
|
|
<!-- 自定义的二级文字标题 -->
|
|
|
<template slot="subTitle">
|
|
|
- <a id="storingLocationList-back-btn" href="javascript:;" @click="handleBack">返回列表</a>
|
|
|
+ <a id="storingLocationList-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
</template>
|
|
|
</a-page-header>
|
|
|
<a-card size="small" :bordered="false" class="storingLocationList-cont">
|