update 2023.4.23
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user