update 添加时间最右
This commit is contained in:
@@ -8,7 +8,6 @@ import { getDictDataList } from "@/utils";
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: "index", label: "序号" },
|
||||
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{ prop: "carCode", label: "窑车号" },
|
||||
{ prop: "orderCode", label: "订单号" },
|
||||
{ prop: "orderCate", label: "子号" },
|
||||
@@ -17,6 +16,7 @@ export default function () {
|
||||
{ prop: "badqty", label: "不合格数量" },
|
||||
{ prop: 'description', label: '查看详情', subcomponent: TableTextComponent },
|
||||
{ width: 160, prop: "checkTime", label: "检测时间", filter: timeFilter },
|
||||
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{
|
||||
prop: "operations",
|
||||
name: "操作",
|
||||
|
||||
Reference in New Issue
Block a user