能源
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
import { energyTablePage } from '@/api/base/energyQuantityManual';
|
||||
import { publicFormatter } from '@/utils/dict';
|
||||
import tableNameConfigUpdate from './components/tableNameConfigUpdate.vue';
|
||||
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
|
||||
const tableProps = [
|
||||
{
|
||||
prop: 'energyType',
|
||||
@@ -63,10 +64,11 @@ export default {
|
||||
pageNo: 1,
|
||||
pageSize: 100,
|
||||
},
|
||||
tableH: this.tableHeight(165),
|
||||
heightNum: 165,
|
||||
centervisible: false,
|
||||
};
|
||||
},
|
||||
mixins: [tableHeightMixin],
|
||||
created() {
|
||||
this.getList();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user