Browse Source

优化

test
wangxy 3 years ago
parent
commit
b9a0faa75e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/homePage/beta/order/index.vue
  2. +1
    -1
      src/views/homePage/beta/predict/index.vue

+ 1
- 1
src/views/homePage/beta/order/index.vue View File

@ -14,7 +14,7 @@
<el-button icon="el-icon-refresh" size="mini" class="reset-button-style" @click="resetQuery">重置</el-button>
</el-form-item>
</el-form>
<el-table :data="tableData" v-loading="loading" size="mini" border class="formal-table" max-height="234px">
<el-table :data="tableData" v-loading="loading" size="mini" border class="formal-table" max-height="218px">
<!-- <el-table-column v-for="(item, index) in headers" :key="index" :label="getColumnName(item)" :show-overflow-tooltip="true" width="180px">
<template #default="scope">
<span v-if="item === 'Customer-PlantNr'">{{ getWorkshopName(scope.row['Customer-PlantNr']) }}</span>


+ 1
- 1
src/views/homePage/beta/predict/index.vue View File

@ -17,7 +17,7 @@
<el-button icon="el-icon-plus" class="add-button-style" @click="handleNew">新增</el-button>
</el-form-item>
</el-form>
<el-table :data="tableData" v-loading="loading" size="mini" border class="predict-table" max-height="234px">
<el-table :data="tableData" v-loading="loading" size="mini" border class="predict-table" max-height="218px">
<!-- <el-table-column v-for="(item, index) in headers" :key="index" :label="getColumnName(item)" :show-overflow-tooltip="true" width="180px">
<template #default="scope">
<span v-if="item === 'Customer-PlantNr'">{{ getWorkshopName(scope.row['Customer-PlantNr']) }}</span>


Loading…
Cancel
Save