瀏覽代碼

更新驾驶舱表格居中

pull/9/head
朱文强 1 年之前
父節點
當前提交
955bb96ad1
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      src/views/OperationalOverview/storageCockpit.vue

+ 6
- 6
src/views/OperationalOverview/storageCockpit.vue 查看文件

@@ -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: [


Loading…
取消
儲存