mooho-base-admin-plus 0.4.9 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mooho-base-admin-plus.min.esm.js +21 -21
- package/dist/mooho-base-admin-plus.min.js +37 -37
- package/package.json +1 -1
- package/src/components/view/condition-edit.vue +1 -1
- package/src/components/view/view-form.vue +6 -6
- package/src/layouts/basic-layout/header-user/index.vue +3 -3
- package/src/pages/common/task-form.vue +1 -1
- package/src/pages/system/rolePropertyEdit.vue +9 -9
- package/src/pages/template/processPage.vue +1 -1
|
@@ -21309,7 +21309,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21309
21309
|
prop: "message",
|
|
21310
21310
|
rules: {
|
|
21311
21311
|
required: true,
|
|
21312
|
-
message: this
|
|
21312
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
21313
21313
|
trigger: "blur,change"
|
|
21314
21314
|
}
|
|
21315
21315
|
}, {
|
|
@@ -25124,43 +25124,43 @@ const _sfc_main$X = {
|
|
|
25124
25124
|
propertyName: {
|
|
25125
25125
|
type: "string",
|
|
25126
25126
|
required: true,
|
|
25127
|
-
message: this
|
|
25127
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25128
25128
|
trigger: "blur"
|
|
25129
25129
|
},
|
|
25130
25130
|
propertyCode: {
|
|
25131
25131
|
type: "string",
|
|
25132
25132
|
required: true,
|
|
25133
|
-
message: this
|
|
25133
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25134
25134
|
trigger: "blur"
|
|
25135
25135
|
},
|
|
25136
25136
|
dataType: {
|
|
25137
25137
|
type: "string",
|
|
25138
25138
|
required: true,
|
|
25139
|
-
message: this
|
|
25139
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25140
25140
|
trigger: "blur"
|
|
25141
25141
|
},
|
|
25142
25142
|
controlType: {
|
|
25143
25143
|
type: "string",
|
|
25144
25144
|
required: true,
|
|
25145
|
-
message: this
|
|
25145
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25146
25146
|
trigger: "blur"
|
|
25147
25147
|
},
|
|
25148
25148
|
source: {
|
|
25149
25149
|
type: "string",
|
|
25150
25150
|
required: true,
|
|
25151
|
-
message: this
|
|
25151
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25152
25152
|
trigger: "blur"
|
|
25153
25153
|
},
|
|
25154
25154
|
sourceDataCode: {
|
|
25155
25155
|
type: "string",
|
|
25156
25156
|
required: true,
|
|
25157
|
-
message: this
|
|
25157
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25158
25158
|
trigger: "blur"
|
|
25159
25159
|
},
|
|
25160
25160
|
sourceDisplayCode: {
|
|
25161
25161
|
type: "string",
|
|
25162
25162
|
required: true,
|
|
25163
|
-
message: this
|
|
25163
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25164
25164
|
trigger: "blur"
|
|
25165
25165
|
}
|
|
25166
25166
|
};
|
|
@@ -25177,13 +25177,13 @@ const _sfc_main$X = {
|
|
|
25177
25177
|
code: {
|
|
25178
25178
|
type: "string",
|
|
25179
25179
|
required: true,
|
|
25180
|
-
message: this
|
|
25180
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25181
25181
|
trigger: "blur,change"
|
|
25182
25182
|
},
|
|
25183
25183
|
val: {
|
|
25184
25184
|
type: "string",
|
|
25185
25185
|
required: true,
|
|
25186
|
-
message: this
|
|
25186
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
25187
25187
|
trigger: "blur,change"
|
|
25188
25188
|
}
|
|
25189
25189
|
};
|
|
@@ -28511,7 +28511,7 @@ const _sfc_main$O = {
|
|
|
28511
28511
|
expression: {
|
|
28512
28512
|
type: "string",
|
|
28513
28513
|
required: true,
|
|
28514
|
-
message: this
|
|
28514
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
28515
28515
|
trigger: "blur,change"
|
|
28516
28516
|
}
|
|
28517
28517
|
}
|
|
@@ -30085,7 +30085,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30085
30085
|
prop: "message",
|
|
30086
30086
|
rules: {
|
|
30087
30087
|
required: true,
|
|
30088
|
-
message: this
|
|
30088
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
30089
30089
|
trigger: "blur,change"
|
|
30090
30090
|
}
|
|
30091
30091
|
}, {
|
|
@@ -32645,14 +32645,14 @@ const _sfc_main$w = {
|
|
|
32645
32645
|
rules.push({
|
|
32646
32646
|
pattern: /.+/,
|
|
32647
32647
|
required: true,
|
|
32648
|
-
message: this
|
|
32648
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
32649
32649
|
trigger: this.getTrigger(column)
|
|
32650
32650
|
});
|
|
32651
32651
|
} else {
|
|
32652
32652
|
rules.push({
|
|
32653
32653
|
type: this.getDataType(column),
|
|
32654
32654
|
required: true,
|
|
32655
|
-
message: this
|
|
32655
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
32656
32656
|
trigger: this.getTrigger(column)
|
|
32657
32657
|
});
|
|
32658
32658
|
}
|
|
@@ -32661,7 +32661,7 @@ const _sfc_main$w = {
|
|
|
32661
32661
|
rules.push({
|
|
32662
32662
|
type: this.getDataType(column),
|
|
32663
32663
|
pattern: column.pattern,
|
|
32664
|
-
message: this.$t("Front_Msg_Validation_Pattern
|
|
32664
|
+
message: this.$t("Front_Msg_Validation_Pattern"),
|
|
32665
32665
|
trigger: this.getTrigger(column)
|
|
32666
32666
|
});
|
|
32667
32667
|
}
|
|
@@ -32669,7 +32669,7 @@ const _sfc_main$w = {
|
|
|
32669
32669
|
rules.push({
|
|
32670
32670
|
type: this.getDataType(column),
|
|
32671
32671
|
max: column.maxValue,
|
|
32672
|
-
message: this.$t("Front_Msg_Validation_Max_Value|" +
|
|
32672
|
+
message: this.$t("Front_Msg_Validation_Max_Value|" + column.maxValue),
|
|
32673
32673
|
trigger: this.getTrigger(column)
|
|
32674
32674
|
});
|
|
32675
32675
|
}
|
|
@@ -32677,7 +32677,7 @@ const _sfc_main$w = {
|
|
|
32677
32677
|
rules.push({
|
|
32678
32678
|
type: this.getDataType(column),
|
|
32679
32679
|
min: column.minValue,
|
|
32680
|
-
message: this.$t("Front_Msg_Validation_Min_Value|" +
|
|
32680
|
+
message: this.$t("Front_Msg_Validation_Min_Value|" + column.minValue),
|
|
32681
32681
|
trigger: this.getTrigger(column)
|
|
32682
32682
|
});
|
|
32683
32683
|
}
|
|
@@ -32685,7 +32685,7 @@ const _sfc_main$w = {
|
|
|
32685
32685
|
rules.push({
|
|
32686
32686
|
type: this.getDataType(column),
|
|
32687
32687
|
length: column.maxLength,
|
|
32688
|
-
message: this.$t("Front_Msg_Validation_Max_Length|" +
|
|
32688
|
+
message: this.$t("Front_Msg_Validation_Max_Length|" + column.maxLength),
|
|
32689
32689
|
trigger: this.getTrigger(column)
|
|
32690
32690
|
});
|
|
32691
32691
|
}
|
|
@@ -49336,19 +49336,19 @@ const _sfc_main$5 = {
|
|
|
49336
49336
|
oldPwd: {
|
|
49337
49337
|
type: "string",
|
|
49338
49338
|
required: true,
|
|
49339
|
-
message: this
|
|
49339
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
49340
49340
|
trigger: "blur,change"
|
|
49341
49341
|
},
|
|
49342
49342
|
newPwd: {
|
|
49343
49343
|
type: "string",
|
|
49344
49344
|
required: true,
|
|
49345
|
-
message: this
|
|
49345
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
49346
49346
|
trigger: "blur,change"
|
|
49347
49347
|
},
|
|
49348
49348
|
checkPwd: {
|
|
49349
49349
|
type: "string",
|
|
49350
49350
|
required: true,
|
|
49351
|
-
message: this
|
|
49351
|
+
message: this.$t("Front_Msg_Please_Input"),
|
|
49352
49352
|
trigger: "blur,change"
|
|
49353
49353
|
}
|
|
49354
49354
|
}
|