Procházet zdrojové kódy

该资源为只读

visuddhinanda před 2 roky
rodič
revize
b84793361b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      dashboard/src/components/article/ArticleEdit.tsx

+ 2 - 2
dashboard/src/components/article/ArticleEdit.tsx

@@ -7,7 +7,7 @@ import {
   ProFormTextArea,
   ProFormTextArea,
 } from "@ant-design/pro-components";
 } from "@ant-design/pro-components";
 
 
-import { Alert, Button, Form, message, Result, Space, Tabs } from "antd";
+import { Alert, Button, Form, message, Result, Space } from "antd";
 
 
 import { get, put } from "../../request";
 import { get, put } from "../../request";
 import {
 import {
@@ -60,7 +60,7 @@ const ArticleEditWidget = ({
     <>
     <>
       {readonly ? (
       {readonly ? (
         <Alert
         <Alert
-          message="文章为只读,如果需要修改,请联络拥有者分配权限。"
+          message="该资源为只读,如果需要修改,请联络拥有者分配权限。"
           type="warning"
           type="warning"
           closable
           closable
           action={
           action={