update 表格的序号列
This commit is contained in:
@@ -5,13 +5,10 @@ import { timeFilter } from '@/utils/filters'
|
||||
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: 'index', label: '序号' },
|
||||
{ prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{ prop: "name", label: "砖型名称" },
|
||||
{ prop: "code", label: "砖型编码" },
|
||||
// { prop: "factory", label: "所属工厂" },
|
||||
// { prop: "status", label: "产线状态", subcomponent: switchBtn }, // subcomponent
|
||||
// TODO: 2023.2.3 产线状态切换功能不生效
|
||||
// { prop: "tvalue", label: "每小时下片数量" },
|
||||
{ prop: "specifications", label: "规格" },
|
||||
{ prop: "remark", label: "备注" },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user