添加机构logo功能
This commit is contained in:
parent
3b4e0f47e2
commit
ae30219b8b
|
|
@ -25,6 +25,12 @@ export const columns: BasicColumn[] = [
|
|||
align: "center",
|
||||
dataIndex: 'descr'
|
||||
},
|
||||
{
|
||||
title: '类型',
|
||||
align: "center",
|
||||
dataIndex: 'configType_dictText',
|
||||
width:100
|
||||
},
|
||||
{
|
||||
title: '是否启用',
|
||||
align: "center",
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ export function useBasicFormSchema() {
|
|||
},
|
||||
{
|
||||
field: 'picUrl',
|
||||
label: '机构图片',
|
||||
label: '机构LOGO',
|
||||
component: 'JImageUpload',
|
||||
ifShow: (v_) => {
|
||||
return !v_.values.parentId;
|
||||
|
|
|
|||
Loading…
Reference in New Issue