Commit e47aa089 authored by 何虹's avatar 何虹 💬

隐藏控件高

parent 6d52dca3
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<el-input clearable v-model="scope.row.width" size='mini' placeholder="173"></el-input> <el-input clearable v-model="scope.row.width" size='mini' placeholder="173"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="width" label="控件高" width='120'> <el-table-column v-if='false' prop="width" label="控件高" width='120'>
<template slot-scope="scope"> <template slot-scope="scope">
<el-input clearable v-model="scope.row.height" size='mini'></el-input> <el-input clearable v-model="scope.row.height" size='mini'></el-input>
</template> </template>
......
...@@ -46,11 +46,6 @@ ...@@ -46,11 +46,6 @@
<el-input clearable v-model="scope.row.width" size='mini' placeholder="173"></el-input> <el-input clearable v-model="scope.row.width" size='mini' placeholder="173"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="width" label="控件高" width='120'>
<template slot-scope="scope">
<el-input clearable v-model="scope.row.height" size='mini'></el-input>
</template>
</el-table-column>
<el-table-column prop="rowspan" label="跨行" v-if='controlType!=="queryArea"' width='80'> <el-table-column prop="rowspan" label="跨行" v-if='controlType!=="queryArea"' width='80'>
<template slot-scope="scope"> <template slot-scope="scope">
<el-input clearable v-model="scope.row.rowspan" size='mini'></el-input> <el-input clearable v-model="scope.row.rowspan" size='mini'></el-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment