소스 검색

💥 feat: add tip demo

chenshuai2144 5 년 전
부모
커밋
b265871ac0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/ListTableList/index.tsx

+ 1 - 0
src/pages/ListTableList/index.tsx

@@ -81,6 +81,7 @@ const TableList: React.FC<{}> = () => {
     {
     {
       title: '规则名称',
       title: '规则名称',
       dataIndex: 'name',
       dataIndex: 'name',
+      tip: '规则名称是唯一的 key',
       rules: [
       rules: [
         {
         {
           required: true,
           required: true,