|
@@ -135,7 +135,7 @@ import { steelInterface } from "@/api/modules/thirdBaseApi";
|
|
|
})
|
|
|
|
|
|
}else{
|
|
|
- this.$message.error("验证不通过,请检查")
|
|
|
+ this.$message.error("指标信息请填写完整!")
|
|
|
let errorElDom = this.$refs.edbFormDataListRef.fields.filter((item) => {
|
|
|
return item.validateState === 'error';
|
|
|
});
|
|
@@ -225,7 +225,7 @@ import { steelInterface } from "@/api/modules/thirdBaseApi";
|
|
|
scroll-behavior: smooth;
|
|
|
}
|
|
|
.add-box{
|
|
|
- display: flex;
|
|
|
+ display: inline-flex;
|
|
|
align-items: center;
|
|
|
cursor: pointer;
|
|
|
margin-top: 10px;
|