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

@@ -6,7 +6,6 @@ import { timeFilter, dictFilter } from '@/utils/filters'
export default function () {
const tableProps = [
{ type: 'index', label: '序号' },
{ prop: "createTime", label: "添加时间", filter: timeFilter },
// { prop: "updateTime", label: "上料时间", filter: timeFilter },
{ prop: "materialName", label: "原料" },
// { prop: "material", label: "原料编码" },
@@ -19,6 +18,7 @@ export default function () {
{ prop: "statusDictValue", label: "破碎作业", filter: val => ['正常停止', '废除'][val] ?? '-' },
// { prop: "description", label: "描述" },
{ prop: "remark", label: "备注" },
{ prop: "createTime", label: "添加时间", filter: timeFilter },
{
prop: "operations",
name: "操作",