update 添加时间最右

This commit is contained in:
lb
2023-04-03 16:59:56 +08:00
parent 8da7c27a36
commit b0d172fee6
35 changed files with 42 additions and 42 deletions

View File

@@ -5,8 +5,7 @@ import { timeFilter } from "@/utils/filters";
export default function () {
const tableProps = [
{ type: "index", label: "序号" },
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
{ type: "index", label: "序号createTime" },
// { prop: "kilnCode", label: "窑炉" },
{ width: 160, prop: "orderCode", label: "主订单号" },
{ width: 60, prop: "orderCate", label: "子号" },
@@ -23,6 +22,7 @@ export default function () {
{ width: 120, prop: "qty", label: "混料总量 [kg]" },
{ width: 60, prop: "ai", label: "版本" },
{ prop: "blenderCode", label: "混料机" },
{ width: 160, prop: "", label: "添加时间", filter: timeFilter },
// { width: 120, prop: "badqty", label: "不合格数量" },
// { prop: "remark", label: "备注" },
// { prop: 'version', label: '配方号' },