Merge branch 'master' of https://git.shagain.club/shulang/app
This commit is contained in:
commit
5b0684bc76
|
@ -102,7 +102,7 @@ const X = (e) => (w("data-v-a74356d2"), (e = e()), E(), e),
|
||||||
{ t: E } = a(),
|
{ t: E } = a(),
|
||||||
j = l();
|
j = l();
|
||||||
let F = i([
|
let F = i([
|
||||||
{ title: E("印度"), id: 5, errorMsg: E("请添加印度") },
|
{ title: E("孟加拉国"), id: 5, errorMsg: E("请添加孟加拉国") },
|
||||||
{
|
{
|
||||||
title: E("尼日利亚") + 1,
|
title: E("尼日利亚") + 1,
|
||||||
id: 3,
|
id: 3,
|
||||||
|
@ -349,7 +349,7 @@ const X = (e) => (w("data-v-a74356d2"), (e = e()), E(), e),
|
||||||
f(
|
f(
|
||||||
p,
|
p,
|
||||||
{ key: 0 },
|
{ key: 0 },
|
||||||
[x(v(e.$t("请添加印度")), 1)],
|
[x(v(e.$t("请添加孟加拉国")), 1)],
|
||||||
64
|
64
|
||||||
))
|
))
|
||||||
: k("", !0),
|
: k("", !0),
|
||||||
|
|
|
@ -921,50 +921,50 @@ const Ce = L(
|
||||||
"rules",
|
"rules",
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
v(
|
// v(
|
||||||
c,
|
// c,
|
||||||
{
|
// {
|
||||||
class: "!py-12",
|
// class: "!py-12",
|
||||||
modelValue: K(o).remark,
|
// modelValue: K(o).remark,
|
||||||
"onUpdate:modelValue":
|
// "onUpdate:modelValue":
|
||||||
t[4] || (t[4] = (e) => (K(o).remark = e)),
|
// t[4] || (t[4] = (e) => (K(o).remark = e)),
|
||||||
label: "ifsc number",
|
// label: "ifsc number",
|
||||||
rules: [
|
// rules: [
|
||||||
{ required: !0, message: "ifsc number" },
|
// { required: !0, message: "ifsc number" },
|
||||||
],
|
// ],
|
||||||
placeholder: "ifsc number",
|
// placeholder: "ifsc number",
|
||||||
},
|
// },
|
||||||
null,
|
// null,
|
||||||
8,
|
// 8,
|
||||||
["modelValue"]
|
// ["modelValue"]
|
||||||
),
|
// ),
|
||||||
v(
|
// v(
|
||||||
c,
|
// c,
|
||||||
{
|
// {
|
||||||
class: "!py-12",
|
// class: "!py-12",
|
||||||
modelValue: K(o).password,
|
// modelValue: K(o).password,
|
||||||
"onUpdate:modelValue":
|
// "onUpdate:modelValue":
|
||||||
t[5] ||
|
// t[5] ||
|
||||||
(t[5] = (e) => (K(o).password = e)),
|
// (t[5] = (e) => (K(o).password = e)),
|
||||||
type: "password",
|
// type: "password",
|
||||||
label: n.$t("登录密码"),
|
// label: n.$t("登录密码"),
|
||||||
placeholder: n.$t("请输入登录密码"),
|
// placeholder: n.$t("请输入登录密码"),
|
||||||
rules: [
|
// rules: [
|
||||||
{
|
// {
|
||||||
required: !0,
|
// required: !0,
|
||||||
message: n.$t("请输入登录密码"),
|
// message: n.$t("请输入登录密码"),
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
null,
|
// null,
|
||||||
8,
|
// 8,
|
||||||
[
|
// [
|
||||||
"modelValue",
|
// "modelValue",
|
||||||
"label",
|
// "label",
|
||||||
"placeholder",
|
// "placeholder",
|
||||||
"rules",
|
// "rules",
|
||||||
]
|
// ]
|
||||||
),
|
// ),
|
||||||
];
|
];
|
||||||
}),
|
}),
|
||||||
_: 1,
|
_: 1,
|
||||||
|
|
Loading…
Reference in New Issue