refactor: 场景导入页面高度优化
This commit is contained in:
parent
6ee56a59bb
commit
7d112bfae9
|
@ -6,11 +6,10 @@
|
|||
|
||||
<ms-table
|
||||
:data="tableData"
|
||||
:height="screenHeight"
|
||||
:screen-height="screenHeight"
|
||||
:screen-height="isRelate ? 'calc(100vh - 400px)' : screenHeight"
|
||||
:condition="condition"
|
||||
:page-size="pageSize"
|
||||
:operators="operators"
|
||||
:operators="isRelate ? [] : operators"
|
||||
:batch-operators="buttons"
|
||||
:total="total"
|
||||
:fields.sync="fields"
|
||||
|
@ -306,6 +305,7 @@ export default {
|
|||
default: false
|
||||
},
|
||||
initApiTableOpretion: String,
|
||||
isRelate: Boolean
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
:trash-enable="false"
|
||||
:is-reference-table="true"
|
||||
@selection="setData"
|
||||
:is-relate="true"
|
||||
:custom-num="customNum"
|
||||
ref="apiScenarioList"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue