Sfoglia il codice sorgente

更新驾驶舱表格居中

pull/9/head
朱文强 1 anno fa
parent
commit
955bb96ad1
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +6
    -6
      src/views/OperationalOverview/storageCockpit.vue

+ 6
- 6
src/views/OperationalOverview/storageCockpit.vue Vedi File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zwq
* @LastEditTime: 2022-11-03 10:06:28
* @LastEditTime: 2022-11-03 16:03:03
* @Description:
-->
<template>
@@ -318,11 +318,11 @@ export default {
clDataList,
inAndOutOfEachLine: {
tableProps: [
{ prop: 'test1', label: '作业号' },
{ prop: 'test2', label: '执行叉车' },
{ prop: 'test3', label: '成品编码' },
{ prop: 'test4', label: '成品规格' },
{ prop: 'test5', label: '库位' }
{ prop: 'test1', label: '作业号', align: 'center' },
{ prop: 'test2', label: '执行叉车', align: 'center' },
{ prop: 'test3', label: '成品编码', align: 'center' },
{ prop: 'test4', label: '成品规格', align: 'center' },
{ prop: 'test5', label: '库位', align: 'center' }
],
total: 0,
list: [


Caricamento…
Annulla
Salva