Commit b271d14a by lichengming

修改了试样检测

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