业务类型字段名修改

上级 e363d05a
...@@ -261,14 +261,14 @@ ...@@ -261,14 +261,14 @@
<el-form-item <el-form-item
label="业务类型" label="业务类型"
v-show="questionEditList.showType == 2" v-show="questionEditList.showType == 2"
prop="businessType" prop="bizType"
> >
<el-radio-group <el-radio-group
v-model="questionEditList.businessType" v-model="questionEditList.bizType"
:disabled="formStatus != 'create'" :disabled="formStatus != 'create'"
> >
<el-radio :label="1">普通问卷</el-radio> <el-radio :label="0">普通问卷</el-radio>
<el-radio :label="2">招募问卷</el-radio> <el-radio :label="1">招募问卷</el-radio>
</el-radio-group> </el-radio-group>
</el-form-item> </el-form-item>
<el-form-item label="基本信息" v-show="questionEditList.showType == 2"> <el-form-item label="基本信息" v-show="questionEditList.showType == 2">
...@@ -419,7 +419,7 @@ export default { ...@@ -419,7 +419,7 @@ export default {
promptCopy: "", promptCopy: "",
headDiagramUrl: "", headDiagramUrl: "",
questionIntro: "", questionIntro: "",
businessType: 1, //业务类型 bizType: 0, //业务类型 0普通 ,1 招募
limitNumFlag: "0", //填写次数flag limitNumFlag: "0", //填写次数flag
limitNum: 1 //填写次数 limitNum: 1 //填写次数
}, },
...@@ -441,9 +441,11 @@ export default { ...@@ -441,9 +441,11 @@ export default {
trigger: "blur" trigger: "blur"
} }
], ],
businessType: [ bizType: [
{ {
required: true required: true,
message: "请选择业务类型",
trigger: "blur"
} }
], ],
limitNum: [ limitNum: [
...@@ -526,7 +528,7 @@ export default { ...@@ -526,7 +528,7 @@ export default {
promptCopy: "您已成功提交问卷,感谢您的参与!", promptCopy: "您已成功提交问卷,感谢您的参与!",
headDiagramUrl: "", headDiagramUrl: "",
questionIntro: "", questionIntro: "",
businessType: 1, bizType: 0,
limitNumFlag: "0", limitNumFlag: "0",
limitNum: 1 limitNum: 1
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册