Browse Source

公式参数配置修改

duy 4 weeks ago
parent
commit
74debf020b
1 changed files with 1 additions and 8 deletions
  1. 1 8
      src/views/data-fill/collapse-form/formula.vue

+ 1 - 8
src/views/data-fill/collapse-form/formula.vue

@@ -60,14 +60,7 @@ watch(() => [
 
 const formIDVFRef = ref(null)
 const componentDetail = ref({
-    type: 'radio',
-    info: {
-        label: '是否引用公式数据',
-        value: [
-            { label: '是', value: 1 },
-            { label: '否', value: 0 },
-        ],
-    },
+    
 })
 
 const formulaModalinfo = ref({