zhangjie 1 år sedan
förälder
incheckning
a61188fff4
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/modules/base/components/ModifyPrintTemplate.vue

+ 4 - 4
src/modules/base/components/ModifyPrintTemplate.vue

@@ -114,9 +114,9 @@
           style="margin-bottom: 0"
         >
           <el-radio-group v-model="modalForm.fontSize">
-            <el-radio label="small">小</el-radio>
-            <el-radio label="medium">中</el-radio>
-            <el-radio label="large">大</el-radio>
+            <el-radio label="SMALL">小</el-radio>
+            <el-radio label="MEDIUM">中</el-radio>
+            <el-radio label="LARGE">大</el-radio>
           </el-radio-group>
         </el-form-item>
         <el-form-item label="信息宽度设置:" prop="fieldWidth">
@@ -199,7 +199,7 @@ const initModalForm = {
   lineHeightTimes: 1,
   textDesc: "",
   attachmentId: "",
-  fontSize: "small",
+  fontSize: "SMALL",
 };
 
 export default {