custom/西部信托0401
This commit is contained in:
parent
7827c32fde
commit
c773ffe6ed
|
|
@ -97,9 +97,9 @@ class Index extends Component {
|
|||
>
|
||||
<WeaSearchGroup needTigger={false} title="" showGroup>
|
||||
<WeaFormItem
|
||||
label={getLabel(111, "验证码")}
|
||||
labelCol={{ span: 8 }}
|
||||
wrapperCol={{ span: 16 }}
|
||||
label={getLabel(111, "请输入短信验证码")}
|
||||
labelCol={{ span: 10 }}
|
||||
wrapperCol={{ span: 14 }}
|
||||
>
|
||||
<WeaError tipPosition="bottom" ref="weaError" error={getLabel(111, "验证码未填写")}>
|
||||
<div className="captchaInputBox">
|
||||
|
|
@ -120,4 +120,4 @@ class Index extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default Index;
|
||||
export default Index;
|
||||
|
|
@ -8,9 +8,9 @@ export const captchaCondition = [
|
|||
colSpan: 1,
|
||||
conditionType: "INPUT",
|
||||
domkey: ["mobileCode"],
|
||||
fieldcol: 18,
|
||||
label: getLabel(111, "验证码"),
|
||||
labelcol: 6,
|
||||
fieldcol: 14,
|
||||
label: getLabel(111, "请输入短信验证码"),
|
||||
labelcol: 10,
|
||||
detailtype: 1,
|
||||
rules: "required|string",
|
||||
viewAttr: 3
|
||||
|
|
@ -92,4 +92,4 @@ export const condition = [
|
|||
title: "",
|
||||
defaultshow: true
|
||||
}
|
||||
];
|
||||
];
|
||||
Loading…
Reference in New Issue