Browse Source

业务类型查询条件

master
陈薪名 12 months ago
parent
commit
44774312fb
  1. 1
      src/views/wms/basicDataManage/documentSetting/businesstype/businesstype.data.ts

1
src/views/wms/basicDataManage/documentSetting/businesstype/businesstype.data.ts

@ -29,6 +29,7 @@ export const Businesstype = useCrudSchemas(reactive<CrudSchema[]>([
label: '名称',
field: 'name',
sort: 'custom',
isSearch: true,
table: {
width: 150
},

Loading…
Cancel
Save