更新首页
This commit is contained in:
@@ -148,13 +148,13 @@
|
||||
<div v-show="activeTab === 'suggestions'" class="content-panel">
|
||||
<div class="panel-header">
|
||||
<h3>我的建言</h3>
|
||||
<a-button type="primary" @click="navigateTo('/suggestions')">提交新建言</a-button>
|
||||
<a-button type="primary" @click="navigateTo('/suggestions/submit')">提交新建言</a-button>
|
||||
</div>
|
||||
|
||||
<div v-if="mySuggestions.length === 0" class="empty-state">
|
||||
<a-empty description="暂无建言记录">
|
||||
<template #extra>
|
||||
<a-button type="primary" @click="navigateTo('/suggestions')">立即建言</a-button>
|
||||
<a-button type="primary" @click="navigateTo('/suggestions/submit')">立即建言</a-button>
|
||||
</template>
|
||||
</a-empty>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user