Browse Source

考核页面屏蔽id

master
gjh 2 weeks ago
parent
commit
c3112c90d2
  1. 10
      src/views/performanceIndicator/templateContent/templateContent.data.ts

10
src/views/performanceIndicator/templateContent/templateContent.data.ts

@ -216,11 +216,11 @@ export const performancescoreColumns: BasicColumn[] = [
];
export const PerformanColumns: BasicColumn[] = [
{
title: 'id',
width: 80,
dataIndex: 'id',
},
// {
// title: 'id',
// width: 80,
// dataIndex: 'id',
// },
{
title: '考核名称',
width: 150,

Loading…
Cancel
Save