hotfix/2.9.42311.02

This commit is contained in:
黎永顺 2023-11-13 11:17:38 +08:00
parent 28c50dc563
commit 9f114e9867
1 changed files with 12 additions and 3 deletions

View File

@ -15,7 +15,10 @@ export const loginCondition = [
labelcol: 6,
detailtype: 1,
rules: "required|string",
viewAttr: 3
viewAttr: 3,
otherParams: {
type: "password"
}
}
],
title: "",
@ -36,7 +39,10 @@ export const condition = [
labelcol: 6,
detailtype: 1,
rules: "required|string",
viewAttr: 3
viewAttr: 3,
otherParams: {
type: "password"
}
},
{
colSpan: 1,
@ -47,7 +53,10 @@ export const condition = [
labelcol: 6,
rules: "required|string",
viewAttr: 3,
detailtype: 1
detailtype: 1,
otherParams: {
type: "password"
}
},
{
colSpan: 1,