update
这个提交包含在:
父节点
5f33d3743f
当前提交
9a27c7f55e
@ -3,13 +3,13 @@ import { timeFilter } from "@/utils/filters";
|
||||
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: "index", label: "序号" },
|
||||
{ prop: "name", label: "名称" },
|
||||
{ prop: "code", label: "编码" },
|
||||
// { prop: "enName", label: "英文名称" },
|
||||
// { prop: "enAb", label: "缩写" },
|
||||
{ prop: "description", label: "描述" },
|
||||
{ prop: "remark", label: "备注" },
|
||||
{ type: "index", label: "序号" },
|
||||
{ prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{
|
||||
prop: "operations",
|
||||
|
@ -12,6 +12,7 @@ export default function () {
|
||||
{ prop: "typeDictValue", label: "料仓类型", filter: dictFilter('liaocang') },
|
||||
// { prop: "enabled", label: "状态", subcomponent: switchBtn }, // subcomponent
|
||||
{ prop: "material", label: "原料" },
|
||||
{ prop: "qty", label: "料位" },
|
||||
{ prop: "unitDictValue", label: "单位", filter: dictFilter('unit') },
|
||||
{ prop: "materialTypeDictValue", label: "原料类型", filter: dictFilter('material_category') },
|
||||
{ prop: "density", label: "原料堆积密度" },
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户