提交 e0979936 authored 作者: 钟是志's avatar 钟是志

29213 资助事务管理/国家三金/国家奖学金审核(高职),界面排版(100661,bdk@2022*$)

上级 1ba7dffb
...@@ -108,15 +108,16 @@ class Index extends React.Component { ...@@ -108,15 +108,16 @@ class Index extends React.Component {
// console.log('columns', response); // console.log('columns', response);
for (let item of response) { for (let item of response) {
if (item.dataIndex === 'taskName' && !item.width) { if (item.dataIndex === 'taskName' && !item.width) {
item.width = 200; item.width = 150; // 29213 资助事务管理/国家三金/国家奖学金审核(高职),界面排版(100661,bdk@2022*$)
} }
if (item.dataIndex === 'createTime' && !item.width) { if (item.dataIndex === 'createTime' && !item.width) {
item.width = 200; item.width = 150; // 29213 资助事务管理/国家三金/国家奖学金审核(高职),界面排版(100661,bdk@2022*$)
} }
} }
response = response.filter((x) => { response = response.filter((x) => {
return x.title !== '流程进度'; return x.title !== '流程进度';
}); });
console.log(response);
if (response && response.length) { if (response && response.length) {
this.setState( this.setState(
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论