update 2023.4.23

This commit is contained in:
lb
2023-04-23 14:15:20 +08:00
parent aaa571d77b
commit dfbc7e08f9
10 changed files with 68 additions and 66 deletions

View File

@@ -6,7 +6,7 @@ import StateSelect from '@/components/StateSelect.vue';
export default function () {
const tableProps = [
{ type: "index", label: "序号" },
// { type: "index", label: "序号" },
// { prop: "createTime", label: "添加时间", filter: timeFilter },
{ prop: "code", label: "窑车号" },
{ prop: "stateDictValue", label: "状态", subcomponent: StateSelect },
@@ -29,6 +29,8 @@ export default function () {
],
},
];
// 设置页面默认的 page size 为 100 条数据
tableProps.defaultPageSize = 100;
const headFormFields = [
{