xbot
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<div class="card">
|
||||
<span class="card-left">事件类型</span>
|
||||
<span class="card-right">{{ data.groupName }}</span>
|
||||
<span class="card-right">{{ $dict.getLabel('xbotReportEventType', data.type)}}</span>
|
||||
</div>
|
||||
|
||||
<!-- <div class="card">
|
||||
@@ -156,7 +156,7 @@ export default {
|
||||
watch: {},
|
||||
onLoad(o) {
|
||||
this.id = o.id
|
||||
this.$dict.load('realityStatus', 'clapDoStatus').then(() => {
|
||||
this.$dict.load('realityStatus', 'clapDoStatus', 'xbotReportEventType').then(() => {
|
||||
this.getDetail()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user