+
+
+
+
+
+
+ {{ item.dictLabel }}
+ {{ item.dictValue }}
+
+
+
{{ $t('btn.search') }}
{{ $t('btn.reset') }}
@@ -151,6 +162,8 @@ const queryParams = reactive({
pageSize: 10,
sort: 'Id',
sortType: 'desc',
+ receiverId: undefined,
+ messageType: undefined,
})
const columns = ref([
{ visible: true, align: 'center', type: '', prop: 'id', label: 'id' },