更新驾驶舱表格居中
This commit is contained in:
bovenliggende
ae573d7e4b
commit
955bb96ad1
@ -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: [
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user