更新驾驶舱表格居中

This commit is contained in:
朱文强 2022-11-03 16:04:44 +08:00
parent ae573d7e4b
commit 955bb96ad1

View File

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