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