shaogen1995 2 gadi atpakaļ
vecāks
revīzija
de82dcb4cf

+ 1 - 1
后台/src/components/ZA_Table/index.tsx

@@ -27,7 +27,7 @@ import { A5_APIgetList } from "@/store/action/A5Maestro";
 
 type Props = {
   setEditId: (id: number, flag: boolean) => void; //点击新增/编辑/查看
-  myType: "national" | "history" | "custom" | "project" | "craft" | "master"; //区分各个不同
+  myType: "national" | "history" | "custom" | "project" | "craft" | "master"; //区分各个不同
   tableInfo: { list: A2TableType[]; total: number }; //表格数据
   ref: any;
 };

+ 1 - 1
后台/src/pages/A1Plate/index.tsx

@@ -99,7 +99,7 @@ function A1Plate() {
   return (
     <div className={styles.A1Plate}>
       <div className="pageTitle">
-        {editId ? (isLook ? "查看" : "编辑") : "块"}
+        {editId ? (isLook ? "查看" : "编辑") : "块"}
       </div>
       {/* 顶部搜索 */}
       <div className="top">

+ 1 - 1
后台/src/pages/B1Plate/index.tsx

@@ -119,7 +119,7 @@ function B1Plate() {
 
   return (
     <div className={styles.B1Plate}>
-      <div className="pageTitle">块</div>
+      <div className="pageTitle">块</div>
       {/* 顶部搜索 */}
       <div className="top">
         <span>标题:</span>

+ 2 - 2
后台/src/pages/Layout/index.tsx

@@ -31,7 +31,7 @@ function Layout() {
         son: [
           {
             id: 1.1,
-            name: "块",
+            name: "块",
             path: "/",
             Com: React.lazy(() => import("../A1Plate")),
           },
@@ -79,7 +79,7 @@ function Layout() {
         son: [
           {
             id: 2.1,
-            name: "块",
+            name: "块",
             path: "/plate",
             Com: React.lazy(() => import("../B1Plate")),
           },

+ 3 - 3
后台/src/store/action/A1Plate.ts

@@ -3,7 +3,7 @@ import store, { AppDispatch } from "..";
 import { domShowFu, progressDomFu } from "@/utils/domShow";
 import axios from "axios";
 /**
- * 获取探索-块列表
+ * 获取探索-块列表
  */
 export const A1_APIgetList = (searchKey: string) => {
   return async (dispatch: AppDispatch) => {
@@ -18,7 +18,7 @@ export const A1_APIgetList = (searchKey: string) => {
 };
 
 /**
- * 获取探索-块-详情
+ * 获取探索-块-详情
  */
 export const A1_APIgetInfo = (id: number) => {
   return http.get(`cms/config/detail/${id}`);
@@ -49,7 +49,7 @@ export const A1_APIupFile = (data: any, url: string) => {
 };
 
 /**
- * 获取探索-块-新增、修改
+ * 获取探索-块-新增、修改
  */
 export const A1_APIsave = (data: any) => {
   return http.post("cms/config/save", data);

+ 1 - 1
后台/src/store/action/B1Plate.ts

@@ -2,7 +2,7 @@ import http from "@/utils/http";
 import { AppDispatch } from "..";
 
 /**
- * 获取赏析-块列表
+ * 获取赏析-块列表
  */
 export const B1_APIgetList = (searchKey: string) => {
   return async (dispatch: AppDispatch) => {

+ 1 - 1
后台/src/store/action/B2Goods.ts

@@ -2,7 +2,7 @@ import http from "@/utils/http";
 import { AppDispatch } from "..";
 
 /**
- * 获取赏析-块列表
+ * 获取赏析-块列表
  */
 export const B2_APIgetList = (data: any) => {
   return async (dispatch: AppDispatch) => {