Skip to content

Commit

Permalink
管理端分组和策略优化
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy committed Aug 25, 2020
1 parent 398845a commit 794b624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</grid-col>
</grid-row>
<grid-row class="mb10">
<grid-col :span="5" class="label">清除未消费数据:</grid-col>
<grid-col :span="5" class="label">保留未消费数据:</grid-col>
<grid-col :span="1"/>
<grid-col :span="14" class="val">
<d-radio-group v-model="addData.storeCleanKeepUnconsumed">
Expand Down Expand Up @@ -79,7 +79,7 @@
</grid-col>
</grid-row>
<grid-row class="mb10">
<grid-col :span="5" class="label">清除未消费数据:</grid-col>
<grid-col :span="5" class="label">保留未消费数据:</grid-col>
<grid-col :span="1"/>
<grid-col :span="14" class="val">
<d-radio-group v-model="editData.storeCleanKeepUnconsumed">
Expand Down
2 changes: 1 addition & 1 deletion joyqueue-console/joyqueue-portal/src/views/topic/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default {
value: item.policy.storeMaxTime
})
this.policies.push({
key: '清除未消费数据',
key: '保留未消费数据',
value: item.policy.storeCleanKeepUnconsumed
})
for (let policy in this.policy) {
Expand Down

0 comments on commit 794b624

Please sign in to comment.