Šī revīzija ir iekļauta:
lb 2023-04-23 10:32:54 +08:00
vecāks 5f33d3743f
revīzija 9a27c7f55e
2 mainīti faili ar 2 papildinājumiem un 1 dzēšanām

Parādīt failu

@ -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",

Parādīt failu

@ -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: "原料堆积密度" },