|
@@ -505,6 +505,9 @@ public class ExcelTabController extends BladeController {
|
|
if (is_true) {
|
|
if (is_true) {
|
|
element.children().get(0).attr("placeholder", lastName).attr("@focus", "getInformation(" + oncklickText + ")")
|
|
element.children().get(0).attr("placeholder", lastName).attr("@focus", "getInformation(" + oncklickText + ")")
|
|
.attr("weighing", maxScore + "").attr("id", attrInfo).attr("keyName", attrInfo).attr("v-model", "formData." + attrInfo);
|
|
.attr("weighing", maxScore + "").attr("id", attrInfo).attr("keyName", attrInfo).attr("v-model", "formData." + attrInfo);
|
|
|
|
+
|
|
|
|
+ //todo 正则表达式返回字段类型校验
|
|
|
|
+
|
|
} else {
|
|
} else {
|
|
element.children().get(0).attr("placeholder", lastName).attr("@focus", "getInformation(" + oncklickText + ")")
|
|
element.children().get(0).attr("placeholder", lastName).attr("@focus", "getInformation(" + oncklickText + ")")
|
|
.attr("weighing", maxScore + "").attr("id", attrInfo).attr("keyName", attrInfo);
|
|
.attr("weighing", maxScore + "").attr("id", attrInfo).attr("keyName", attrInfo);
|