|
@@ -163,7 +163,7 @@ export default {
|
|
|
>
|
|
|
<span slot="tab">
|
|
|
{this.renderTabPane(page.meta.customTitle || page.meta.title, page.name)}
|
|
|
- {this.activeKey == page.name ? (<a-icon
|
|
|
+ {this.activeKey == 'page.name' ? (<a-icon
|
|
|
{...{ on: { click: refashThat } }}
|
|
|
style={{ marginLeft: '8px', fontSize: '12px' }}
|
|
|
type="reload" />) : ''}
|