Commit d42a7031 authored by YIyiyi's avatar YIyiyi

pref:取消新增业务英文必填

parent b12a0c49
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
</template> </template>
<script> <script>
import { checkEn, checkBusinessName } from "@/utils/validate"; import { checkBusinessName } from "@/utils/validate";
import local from "@/utils/local"; import local from "@/utils/local";
import YSwitch from "@/components/yswitch/YSwitch.vue"; import YSwitch from "@/components/yswitch/YSwitch.vue";
import { import {
...@@ -115,7 +115,7 @@ export default { ...@@ -115,7 +115,7 @@ export default {
name: [ name: [
{ required: true, validator: checkBusinessName, trigger: "blur" }, { required: true, validator: checkBusinessName, trigger: "blur" },
], ],
englishname: [{ required: true, validator: checkEn, trigger: "blur" }], // englishname: [{ required: true, validator: checkEn, trigger: "blur" }],
// flownum: [{ required: true, validator: checkFlowNum, trigger: "blur" }], // flownum: [{ required: true, validator: checkFlowNum, trigger: "blur" }],
}, },
}; };
...@@ -238,4 +238,4 @@ export default { ...@@ -238,4 +238,4 @@ export default {
/deep/.ant-form-explain { /deep/.ant-form-explain {
position: absolute; position: absolute;
} }
</style> </style>
\ No newline at end of file
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
</a-col> </a-col>
</a-row> </a-row>
<a-row> <a-row>
<a-col :span="8"> <a-col :span="16">
<span>工作日:</span> <span>工作日:</span>
<span class="work-day" v-if="item.workday1 === 1" <span class="work-day" v-if="item.workday1 === 1"
>星期一</span >星期一</span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment