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 @@ + + + + + + + +