Commit d42a7031 authored by YIyiyi's avatar YIyiyi

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

parent b12a0c49
......@@ -78,7 +78,7 @@
</template>
<script>
import { checkEn, checkBusinessName } from "@/utils/validate";
import { checkBusinessName } from "@/utils/validate";
import local from "@/utils/local";
import YSwitch from "@/components/yswitch/YSwitch.vue";
import {
......@@ -115,7 +115,7 @@ export default {
name: [
{ 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" }],
},
};
......
......@@ -151,7 +151,7 @@
</a-col>
</a-row>
<a-row>
<a-col :span="8">
<a-col :span="16">
<span>工作日:</span>
<span class="work-day" v-if="item.workday1 === 1"
>星期一</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