ZaiZai hai 2 meses
pai
achega
889f06dca0

+ 2 - 2
src/components/table-form/modules/components.vue

@@ -94,9 +94,9 @@ onMounted(() => {
     Object.keys(tableId).forEach(key => {
         if (key === props.keyname) {
             placeholder.value = tableId[key]
-        } 
+        }
     })
-    
+
 })
 
 //匹配组件类型

+ 2 - 2
src/views/project/list/edit-element.vue

@@ -35,9 +35,9 @@
                     <el-button type="warning" @click="formAdjustmentsClick">
                         表单调整
                     </el-button>
-                    <el-button type="primary" @click="formulaConfigClick">
+                    <!-- el-button type="primary" @click="formulaConfigClick">
                         公式配置
-                    </el-button>
+                    </el-button -->
                 </template>
                 <template #extra>
                     <el-button @click="drawerClose">返回上一级</el-button>