Commit 40f95244 authored by 姬鋆屾's avatar 姬鋆屾
parents 6c1032b5 19df62ff
...@@ -260,11 +260,11 @@ export default { ...@@ -260,11 +260,11 @@ export default {
i.remark = i.field i.remark = i.field
i.questionType = formType(i.type) i.questionType = formType(i.type)
i.require = formatNum(i.$required) i.require = formatNum(i.$required)
i.content = i.info || '' i.content = i.title
if (formType(i.type) == 1 || formType(i.type) == 2) { if (formType(i.type) == 1 || formType(i.type) == 2) {
i.options.forEach(j => { i.options.forEach(j => {
j.content = j.value j.content = j.label
j.remark = j.label j.remark = j.value
}) })
} }
if (formType(i.type) == 1 || formType(i.type) == 2) { if (formType(i.type) == 1 || formType(i.type) == 2) {
......
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