From f22d38fa4359b3da32d9dc074811fb8dc27f6714 Mon Sep 17 00:00:00 2001
From: wuxu <1159559925@qq.com>
Date: Tue, 11 Mar 2025 15:52:26 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E4=B8=BA=E6=A0=87=E5=87=86u=E5=89=8D?=
=?UTF-8?q?=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/api/standard/standard.js | 53 ++
.../src/views/standard/bad/index.vue | 578 ++++++++++++++++++
.../src/views/standard/good/index.vue | 578 ++++++++++++++++++
3 files changed, 1209 insertions(+)
create mode 100644 jwtech-admin-page/src/api/standard/standard.js
create mode 100644 jwtech-admin-page/src/views/standard/bad/index.vue
create mode 100644 jwtech-admin-page/src/views/standard/good/index.vue
diff --git a/jwtech-admin-page/src/api/standard/standard.js b/jwtech-admin-page/src/api/standard/standard.js
new file mode 100644
index 00000000..44190e2d
--- /dev/null
+++ b/jwtech-admin-page/src/api/standard/standard.js
@@ -0,0 +1,53 @@
+import request from '@/utils/request'
+
+// 查询行为标准库列表
+export function listStandard(query) {
+ return request({
+ url: '/standard/standard/list',
+ method: 'post',
+ data: query
+ })
+}
+
+// 查询行为标准库详细
+export function getStandard(id) {
+ return request({
+ url: '/standard/standard/' + id,
+ method: 'get'
+ })
+}
+
+// 新增行为标准库
+export function addStandard(data) {
+ return request({
+ url: '/standard/standard',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改行为标准库
+export function updateStandard(data) {
+ return request({
+ url: '/standard/standard',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除行为标准库
+export function delStandard(id) {
+ return request({
+ url: '/standard/standard/' + id,
+ method: 'delete'
+ })
+}
+
+// 导出行为标准库
+export function exportStandard(query) {
+ return request({
+ url: '/standard/standard/export',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/jwtech-admin-page/src/views/standard/bad/index.vue b/jwtech-admin-page/src/views/standard/bad/index.vue
new file mode 100644
index 00000000..98e0b5f8
--- /dev/null
+++ b/jwtech-admin-page/src/views/standard/bad/index.vue
@@ -0,0 +1,578 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jwtech-admin-page/src/views/standard/good/index.vue b/jwtech-admin-page/src/views/standard/good/index.vue
new file mode 100644
index 00000000..98e0b5f8
--- /dev/null
+++ b/jwtech-admin-page/src/views/standard/good/index.vue
@@ -0,0 +1,578 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+