|
|
@@ -13,7 +13,7 @@
|
|
|
:columns="columns"
|
|
|
:datasource="datasource"
|
|
|
height="calc(100vh - 605px)"
|
|
|
- full-height="calc(100vh -100px)"
|
|
|
+ full-height="calc(100vh -120px)"
|
|
|
tool-class="ele-toolbar-form"
|
|
|
row-key="qualityLevelId"
|
|
|
v-if="equipmentdialog"
|
|
|
@@ -43,6 +43,7 @@
|
|
|
type: '',
|
|
|
equipmentdialog: false,
|
|
|
selection: [],
|
|
|
+ tableHeight: 'calc(100vh - 605px)',
|
|
|
columns: [
|
|
|
{
|
|
|
width: 45,
|
|
|
@@ -133,7 +134,8 @@
|
|
|
|
|
|
search(where) {
|
|
|
this.$refs.table.reload({ page: 1, where });
|
|
|
- }
|
|
|
+ },
|
|
|
+
|
|
|
}
|
|
|
};
|
|
|
</script>
|