部分问题修复
parent
34f162d859
commit
b3decf3439
|
@ -245,9 +245,7 @@ export default {
|
|||
type: "number",
|
||||
min: 1,
|
||||
max: 200,
|
||||
message: this.$t(
|
||||
"trials:trials-list:formRule:minMaxAuthorized"
|
||||
),
|
||||
message: this.$t("trials:trials-list:formRule:minMaxAuthorized"),
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
|
@ -280,7 +278,7 @@ export default {
|
|||
trigger: "blur",
|
||||
},
|
||||
{
|
||||
pattern: "^[\u4e00-\u9fa5a-zA-Z/\\]+$",
|
||||
pattern: /^[\u4e00-\u9fa5a-zA-Z\/\\]+$/,
|
||||
message: this.$t("trisals:trials-list:formRule:onlyEN"),
|
||||
trigger: "blur",
|
||||
},
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
style="width: 150px"
|
||||
>
|
||||
<el-option
|
||||
v-for="item of $d.ReadModuleEnum"
|
||||
v-for="item of $d.ReadingTaskState"
|
||||
:key="item.id"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
|
|
Loading…
Reference in New Issue