瀏覽代碼

前端校验

ZhangYanJie 4 月之前
父節點
當前提交
0ee1ba2e2f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/internalEvaluation/configuration/indexconfig.tsx

+ 1 - 1
src/pages/internalEvaluation/configuration/indexconfig.tsx

@@ -276,7 +276,7 @@ const indexconfig : React.FC<widowRush> = (prop:widowRush) => {
     
                 }
               }]}  label="指标编号"/>
-            <SDFormText name="indexName" rules={[{validator:validateFun.chineseRex,message:'请输入中文'}]} label="指标名称"/>
+            <SDFormText name="indexName"  label="指标名称"/>
             <SDFormText type="textarea" name="indexLogic"  label="指标逻辑"/>
 
             <SDAreaTtile title='数据来源'/>