doum
10 小时以前 cb6aca0642ac8dd5de877ade168066d85acb589c
admin/src/views/business/inoutRecord.vue
@@ -68,8 +68,7 @@
                     @click="exportExcel">导出</el-button>
        </li>
      </ul>
      <el-table
          :height="tableHeightNew"
      <el-table :height="tableHeightNew+10"
        v-loading="isWorking.search"
        :data="tableData.list"
        stripe
@@ -141,7 +140,7 @@
export default {
  name: 'InoutRecord',
  extends: BaseTable,
  components: {  TableLayout, Pagination, OperaInoutRecordWindow },
  components: { TableLayout, Pagination, OperaInoutRecordWindow },
  data () {
    return {
      // 搜索
@@ -163,8 +162,8 @@
        { key: 1, name: '外协运输车辆' },
        { key: 2, name: '市公司卸货车辆' },
        { key: 3, name: '加工烟卸货车辆' },
        { key: 4, name: '安泰物流公务用车' },
        { key: 5, name: '安泰物流货运车辆' },
        { key: 4, name: '自有公务车' },
        { key: 5, name: '自有货运车辆' },
        { key: 6, name: '未知车辆' }
      ]
    }