There was an error while loading. Please reload this page.
1 parent 6f11b9a commit 24e4505Copy full SHA for 24e4505
1 file changed
src/components/dashboard/feedback/index.vue
@@ -23,8 +23,8 @@
23
<el-tab-pane v-if="isTeammate" label="已处理" name="resolved" lazy>
24
<pending v-if="active === 'resolved'" :status="10"></pending>
25
</el-tab-pane>
26
- <el-tab-pane v-if="isTeammate" label="已结单" name="closed" lazy>
27
- <pending v-if="active === 'closed'" :status="12"></pending>
+ <el-tab-pane v-if="isTeammate" label="已关闭" name="closed" lazy>
+ <pending v-if="active === 'closed'" :status="11"></pending>
28
29
<el-tab-pane v-if="isTeammate" label="待指派" name="unassigned" lazy>
30
<pending v-if="active === 'unassigned'" :status="0" :show-user-filters="false"></pending>
0 commit comments