Commit 14bcddf8 authored by jingnan's avatar jingnan 👀

工人发起问题的时候是否暂停改成必填

parent 3b36a7c3
......@@ -12,7 +12,7 @@
ref="form"
class="AlodinDeploysCard-form"
:model="form"
label-width="100px"
label-width="110px"
:rules="rules"
>
<el-row style="margin-bottom: 10px">
......@@ -181,6 +181,9 @@ export default {
sptype: [
{ required: true, message: '请选择问题类型', trigger: 'change' }
],
tfpause: [
{ required: true, message: '请选择是否加工暂停', trigger: 'change' }
],
receiver: [
{ required: true, message: '请选择站位长/站位计划员/站位工程师', trigger: 'change' }
]
......
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