From 9634d480e5fae90c4d92b0f7d59798839c857cde Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 17 Sep 2020 11:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B8=82=E5=8C=97=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E8=87=B3=E5=AE=89=E5=AE=81=E3=80=91=E3=80=90?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=AE=89=E5=85=A8=E3=80=91-=E7=8E=8B?= =?UTF-8?q?=E5=85=AC=E5=B3=B0-2020-09-17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../checkrecords-add-or-update.vue | 208 ++++++++++++++++++ .../contentSecurity/checkrecords-handle.vue | 87 ++++++++ .../modules/contentSecurity/checkrecords.vue | 198 +++++++++++++++++ .../contentSecurity/checkrecordsDetail.vue | 206 +++++++++++++++++ .../contentSecurity/checkrecordsroute.vue | 31 +++ .../violationsrecords-add-or-update.vue | 208 ++++++++++++++++++ .../contentSecurity/violationsrecords.vue | 175 +++++++++++++++ .../violationsrecordsDetail.vue | 183 +++++++++++++++ .../violationsrecordsroute.vue | 29 +++ 9 files changed, 1325 insertions(+) create mode 100644 src/views/modules/contentSecurity/checkrecords-add-or-update.vue create mode 100644 src/views/modules/contentSecurity/checkrecords-handle.vue create mode 100644 src/views/modules/contentSecurity/checkrecords.vue create mode 100644 src/views/modules/contentSecurity/checkrecordsDetail.vue create mode 100644 src/views/modules/contentSecurity/checkrecordsroute.vue create mode 100644 src/views/modules/contentSecurity/violationsrecords-add-or-update.vue create mode 100644 src/views/modules/contentSecurity/violationsrecords.vue create mode 100644 src/views/modules/contentSecurity/violationsrecordsDetail.vue create mode 100644 src/views/modules/contentSecurity/violationsrecordsroute.vue diff --git a/src/views/modules/contentSecurity/checkrecords-add-or-update.vue b/src/views/modules/contentSecurity/checkrecords-add-or-update.vue new file mode 100644 index 0000000..e7a77a3 --- /dev/null +++ b/src/views/modules/contentSecurity/checkrecords-add-or-update.vue @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('cancel') }} + {{ $t('confirm') }} + + + + + diff --git a/src/views/modules/contentSecurity/checkrecords-handle.vue b/src/views/modules/contentSecurity/checkrecords-handle.vue new file mode 100644 index 0000000..4d06dd4 --- /dev/null +++ b/src/views/modules/contentSecurity/checkrecords-handle.vue @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + {{ $t('cancel') }} + {{ $t('confirm') }} + + + + + diff --git a/src/views/modules/contentSecurity/checkrecords.vue b/src/views/modules/contentSecurity/checkrecords.vue new file mode 100644 index 0000000..dd75e6b --- /dev/null +++ b/src/views/modules/contentSecurity/checkrecords.vue @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('query') }} + + + {{ $t('add') }} + + + {{ $t('deleteBatch') }} + + + + + + {{scope.$index+1}} + + + + + + + + + + + + + + + + + {{ '审核' }} + {{ '查看详情' }} + + + + + + + + + + + + + diff --git a/src/views/modules/contentSecurity/checkrecordsDetail.vue b/src/views/modules/contentSecurity/checkrecordsDetail.vue new file mode 100644 index 0000000..cb4c1d5 --- /dev/null +++ b/src/views/modules/contentSecurity/checkrecordsDetail.vue @@ -0,0 +1,206 @@ + + + + + + + {{dataForm.name}} + + + + {{dataForm.category}} + + + + {{dataForm.checkState}} + + + + {{dataForm.module}} + + + + + + + + + {{dataForm.content}} + + + + + + + + + + + + {{dataForm.label}} + + + + {{dataForm.rate}} + + + + + + + + + {{dataForm.suggestion}} + + + + + + + + + {{dataForm.createdTime}} + + + + + + + + + {{dataForm.auditTime}} + + + + + {{"返回"}} + {{"审核"}} + + + + + {{ $t('cancel') }} + {{ $t('confirm') }} + + + + + + + + + diff --git a/src/views/modules/contentSecurity/checkrecordsroute.vue b/src/views/modules/contentSecurity/checkrecordsroute.vue new file mode 100644 index 0000000..5a32a59 --- /dev/null +++ b/src/views/modules/contentSecurity/checkrecordsroute.vue @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/src/views/modules/contentSecurity/violationsrecords-add-or-update.vue b/src/views/modules/contentSecurity/violationsrecords-add-or-update.vue new file mode 100644 index 0000000..2e22eb1 --- /dev/null +++ b/src/views/modules/contentSecurity/violationsrecords-add-or-update.vue @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('cancel') }} + {{ $t('confirm') }} + + + + + diff --git a/src/views/modules/contentSecurity/violationsrecords.vue b/src/views/modules/contentSecurity/violationsrecords.vue new file mode 100644 index 0000000..97cfc5a --- /dev/null +++ b/src/views/modules/contentSecurity/violationsrecords.vue @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('query') }} + + + {{ $t('add') }} + + + {{ $t('deleteBatch') }} + + + + + + + {{scope.$index+1}} + + + + + + + + + + + + + + + {{ '查看详情' }} + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/contentSecurity/violationsrecordsDetail.vue b/src/views/modules/contentSecurity/violationsrecordsDetail.vue new file mode 100644 index 0000000..689c587 --- /dev/null +++ b/src/views/modules/contentSecurity/violationsrecordsDetail.vue @@ -0,0 +1,183 @@ + + + + + + + {{dataForm.name}} + + + + {{dataForm.category}} + + + + {{dataForm.decision}} + + + + {{dataForm.module}} + + + + + + + + + {{dataForm.content}} + + + + + + + + + + + + {{dataForm.label}} + + + + {{dataForm.rate}} + + + + + + + + + {{dataForm.createdTime}} + + + + + + + + + {{dataForm.auditTime}} + + + + + + {{"返回"}} + + + + + {{ $t('cancel') }} + {{ $t('confirm') }} + + + + + + + diff --git a/src/views/modules/contentSecurity/violationsrecordsroute.vue b/src/views/modules/contentSecurity/violationsrecordsroute.vue new file mode 100644 index 0000000..b9ad63e --- /dev/null +++ b/src/views/modules/contentSecurity/violationsrecordsroute.vue @@ -0,0 +1,29 @@ + + + + + + + +