From 8eeafc1f4ad3905c4b3bbf80a588a5b6c503e76b Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期四, 30 十一月 2023 15:53:44 +0800 Subject: [PATCH] feat: 部门物品 物品分发查询加机构限制 --- admin-web/src/views/foundation/material/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin-web/src/views/foundation/material/index.vue b/admin-web/src/views/foundation/material/index.vue index 12b56a6..314fbb1 100644 --- a/admin-web/src/views/foundation/material/index.vue +++ b/admin-web/src/views/foundation/material/index.vue @@ -164,7 +164,7 @@ {title: '鍒嗙被', field: 'categoryName', align: 'center'}, {title: '绫诲埆', field: 'classification', align: 'center'}, // {title: '閲囪喘绫诲瀷', field: 'categoryId', align: 'center'}, - {title: '鎵�灞炴満鏋�', field: '', align: 'center'}, + {title: '鎵�灞炴満鏋�', field: 'agencyName', align: 'center'}, { title: '鍒涘缓鏃堕棿', field: 'createDate', -- Gitblit v1.9.1