Commit 49121490 by lichengming

修改了统计查询试验项目进度页面

parent 82c7b96d
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<Button @click="_search" type="primary" class="width-80">搜索</Button> <Button @click="_search" type="primary" class="width-80">搜索</Button>
</Form-item> </Form-item>
</Form> </Form>
<Col style="height: 400px;" span="24"> <Col :style="{height: tableHeight+'px'}" class="lodaDiv" span="24">
<VScrollFull ref="myscrollfull" :page-size="rows" @load="_loadData"> <VScrollFull ref="myscrollfull" :page-size="rows" @load="_loadData">
<div slot="empty" style="text-align:center" class="gray-color">暂无数据</div> <div slot="empty" style="text-align:center" class="gray-color">暂无数据</div>
<SampleSteps ref="stepsModal" :info="sampleInfo"></SampleSteps> <SampleSteps ref="stepsModal" :info="sampleInfo"></SampleSteps>
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
}, },
computed: { computed: {
tableHeight: function() { tableHeight: function() {
return this.$tableHeight('noBtn') - 200 return this.$tableHeight('', 170)
} }
}, },
mounted() { mounted() {
......
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