From a3b3c3e35f9038cb16ca31f524e6e71d9424738c Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Wed, 1 Jul 2026 13:44:23 +0800 Subject: [PATCH] feat --- jjb.config.js | 2 +- .../Container/QualificationReview/QualReview/index.js | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/jjb.config.js b/jjb.config.js index bb19474..a10557f 100644 --- a/jjb.config.js +++ b/jjb.config.js @@ -20,7 +20,7 @@ module.exports = { }, }, // 应用唯一标识符 - appIdentifier: "safety", + appIdentifier: "safety-eval", // 应用上下文注入全局变量 contextInject: { // 应用Key diff --git a/src/pages/Container/QualificationReview/QualReview/index.js b/src/pages/Container/QualificationReview/QualReview/index.js index 9861eda..32c750e 100644 --- a/src/pages/Container/QualificationReview/QualReview/index.js +++ b/src/pages/Container/QualificationReview/QualReview/index.js @@ -1,5 +1,6 @@ import React, { useState, useEffect } from "react"; -import { Button, Form, Select, Space, Table, Tag } from "antd"; +import { Button, Form, Select, Table, Tag } from "antd"; +import TableAction from "@cqsjjb/jjb-react-admin-component/TableAction"; import PageLayout from "@cqsjjb/jjb-react-admin-component/PageLayout"; import SearchForm from "@cqsjjb/jjb-react-admin-component/SearchForm"; import ControlWrapper from "@cqsjjb/jjb-react-admin-component/ControlWrapper"; @@ -98,7 +99,7 @@ const QualReview = (props) => { width: 140, fixed: "right", render: (_, record) => ( - + @@ -107,7 +108,7 @@ const QualReview = (props) => { 审核 )} - + ), }, ];