update 附件上传功能

This commit is contained in:
lb
2023-02-17 10:44:29 +08:00
parent beca018db6
commit c2657b190e
12 changed files with 240 additions and 1172 deletions

View File

@@ -15,7 +15,7 @@ export default function () {
{ prop: "weight", label: "重量", filter: (val) => (val ? val + " kg" : "-") },
{ prop: "processTime", label: "产线完成单位产品用时", width: 200, filter: (val) => val + " s" },
{ prop: "remark", label: "备注" },
{ prop: "description", label: "附件信息", subcomponent: TableTextComponent, buttonContent: "查看附件" },
{ prop: "description", label: "附件信息", subcomponent: TableTextComponent, buttonContent: "查看附件", actionName: 'view-attachment' },
{
prop: "operations",
name: "操作",