diff --git a/src/sass/AppAskForm/components/FormSetting.vue b/src/sass/AppAskForm/FormSetting.vue similarity index 96% rename from src/sass/AppAskForm/components/FormSetting.vue rename to src/sass/AppAskForm/FormSetting.vue index 749f8e02..52334f46 100644 --- a/src/sass/AppAskForm/components/FormSetting.vue +++ b/src/sass/AppAskForm/FormSetting.vue @@ -9,7 +9,7 @@
- 永久有效 + 永久有效 自定义时间 @@ -40,7 +40,7 @@
- 不限次数 + 不限次数 限提交一次
@@ -104,9 +104,7 @@ export default { mounted() { if (this.id) { - this.id = this.id this.getInfo(this.id) - this.type = this.type } else if (this.formConfig) { const res = this.formConfig this.periodValidityType = res.periodValidityType || '0' @@ -195,6 +193,10 @@ export default { .form-setting { padding: 0 20px; + u-radio + u-radio { + margin-left: 20px; + } + .add-form__footer { display: flex; align-items: center; diff --git a/src/sass/AppAskForm/components/AddForm.vue b/src/sass/AppAskForm/components/AddForm.vue index 546ef94a..8384bcce 100644 --- a/src/sass/AppAskForm/components/AddForm.vue +++ b/src/sass/AppAskForm/components/AddForm.vue @@ -141,7 +141,7 @@