diff --git a/src/views/mailquery/Query.vue b/src/views/mailquery/Query.vue new file mode 100644 index 0000000..5f3608e --- /dev/null +++ b/src/views/mailquery/Query.vue @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 自建信件 + + + 查询 + 重置 + + + + + + + + + + + {{ + dictData.mail_source.filter( + (item) => item.value === row.source + )[0].name + }} + + + + + + + + + + + + + + {{ getDictLable(dictData.mail_state, row.mailState) }} + + + + + + {{ row.flowBeforeName + }} + 未签收 + + + + + + 剩余 + {{ formatTimeText(row.flowLimitedRemainingTime) }} + + + 超时 + {{ formatTimeText(-row.flowLimitedRemainingTime) }} + + + + + + 立即处理 + + + + + + + + + + + + + + + + \ No newline at end of file