add 窑炉订单和检测包装订单

This commit is contained in:
lb
2023-03-13 11:11:20 +08:00
parent 8e5f668a41
commit 24bf76f9cf
6 changed files with 558 additions and 5 deletions

View File

@@ -5,12 +5,12 @@
:data="tableData"
v-bind="tableConfig"
ref="base-list-table"
:cell-style="{ padding: 0 }"
:header-cell-style="/** 重写表格样式 **/ {
padding: '8px 0',
}"
row-key="id"
>
>
<!-- :cell-style="{ padding: 0 }" -->
<!-- @cell-mouse-enter="(row, col, cell, event) => $emit('cell-mouse-enter', row, col, cell, event)"> -->
<!-- @cell-mouse-leave="(row, col, cell, event) => $emit('cell-mouse-leave', row, col, cell, event)"> -->
<!-- 表格头定义 -->