Explorar el Código

💥 feat: add tip demo

chenshuai2144 hace 5 años
padre
commit
b265871ac0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/ListTableList/index.tsx

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

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