添加机构logo功能

This commit is contained in:
yangjun 2026-01-12 08:32:38 +08:00
parent 3b4e0f47e2
commit ae30219b8b
2 changed files with 7 additions and 1 deletions

View File

@ -25,6 +25,12 @@ export const columns: BasicColumn[] = [
align: "center",
dataIndex: 'descr'
},
{
title: '类型',
align: "center",
dataIndex: 'configType_dictText',
width:100
},
{
title: '是否启用',
align: "center",

View File

@ -208,7 +208,7 @@ export function useBasicFormSchema() {
},
{
field: 'picUrl',
label: '机构图片',
label: '机构LOGO',
component: 'JImageUpload',
ifShow: (v_) => {
return !v_.values.parentId;