|
@@ -530,6 +530,7 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
|
|
|
col:{ span:3},
|
|
|
},
|
|
|
column: {
|
|
|
+ show: false,
|
|
|
minWidth: 150,
|
|
|
sortable: 'custom',
|
|
|
},
|
|
@@ -549,6 +550,7 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
|
|
|
col:{ span:3},
|
|
|
},
|
|
|
column: {
|
|
|
+ show: false,
|
|
|
showOverflowTooltip: true,
|
|
|
width: 120,
|
|
|
sortable: 'custom',
|
|
@@ -572,6 +574,7 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
|
|
|
title: '职位描述',
|
|
|
search: { show: false },
|
|
|
column: {
|
|
|
+ show: false,
|
|
|
showOverflowTooltip: true,
|
|
|
width: 120,
|
|
|
sortable: 'custom',
|