diff --git a/src/views/modules/custom/reportissue-add-or-update.vue b/src/views/modules/custom/reportissue-add-or-update.vue new file mode 100644 index 0000000..22cbeda --- /dev/null +++ b/src/views/modules/custom/reportissue-add-or-update.vue @@ -0,0 +1,91 @@ + + + + + {{ dataForm.content }} + + + {{ dataForm.anonymousFlag }} + + + {{ dataForm.reportUser }} + + + {{ dataForm.reportUserMobile }} + + + {{ dataForm.createdTime }} + + + 已屏蔽 + + + {{ dataForm.shieldReason }} + + + + {{ $t('close') }} + + + + + diff --git a/src/views/modules/custom/reportissue.vue b/src/views/modules/custom/reportissue.vue new file mode 100644 index 0000000..ce194fb --- /dev/null +++ b/src/views/modules/custom/reportissue.vue @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + {{ $t('query') }} + + + {{ $t('add') }} + + + {{ $t('deleteBatch') }} + + + + + + + + + + + {{ $t('look') }} + 屏蔽 + 已屏蔽 + + + + + + + + + + + +