Commit bb378d5b by lichengming

修改了开土制备

parent bc833b54
......@@ -24,7 +24,7 @@
</Col>
<!-- 表格 -->
<Col span="24">
<PTVXETable ref="pageTable" :tableHeight="tableHeight"
<PTVXETableHeight ref="pageTable" :tableHeight="tableHeight"
@on-result-change="_tableResultChange" :getPage="getPage" :isRadio="true" hide-checkbox>
<vxe-table-column
:field="item.key"
......@@ -40,7 +40,7 @@
<div v-else>{{scope.row[item.key]}}</div>
</template>
</vxe-table-column>
</PTVXETable>
</PTVXETableHeight>
</Col>
</Row>
</template>
......@@ -92,7 +92,7 @@ export default {
},
computed: {
tableHeight: function() {
return this.$tableHeight('', 380)
return this.$tableHeight('', 300)
}
},
created() {
......@@ -115,7 +115,7 @@ export default {
},
// 左侧数据请求
_classTree() {
const height = this.$tableHeight('', 85)
const height = this.$tableHeight('', 300)
this.$refs.classTree._Ztree(height, 0)
},
// 左边树的点击
......
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