bugfix 0706 zentao
This commit is contained in:
@@ -6,11 +6,11 @@ import { timeFilter } from "@/utils/filters";
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: "index", label: "序号" },
|
||||
{ prop: "kilnCode", label: "窑炉" },
|
||||
// { prop: "kilnCode", label: "窑炉" },
|
||||
{ width: 120, prop: "orderCode", label: "主订单号" },
|
||||
{ width: 60, prop: "orderCate", label: "子号" },
|
||||
{ width: 210, prop: "code", label: "检测包装订单号" },
|
||||
{ width: 60, prop: "percent", label: "进度", filter: (val) => (val !== null && val !== undefined ? val + " %" : "-") },
|
||||
{ width: 60, prop: "percent1", label: "进度", filter: (val) => (val !== null && val !== undefined ? val + " %" : "-") },
|
||||
// {
|
||||
// prop: "statusDictValue",
|
||||
// label: "订单状态",
|
||||
@@ -18,7 +18,7 @@ export default function () {
|
||||
// },
|
||||
// { width: 120, prop: "startTime", label: "开始时间" },
|
||||
{ width: 120, prop: "shapeCode", label: "砖型" },
|
||||
{ width: 90, prop: "ai", label: "版本号" },
|
||||
{ width: 90, prop: "packTech", label: "版本号" },
|
||||
{ width: 90, prop: "qty1", label: "检测量" },
|
||||
{ width: 120, prop: "qty1Complete", label: "完成量" },
|
||||
{ width: 120, prop: "goodqty1", label: "检测合格量" },
|
||||
|
||||
Reference in New Issue
Block a user