|
@@ -148,14 +148,9 @@
|
|
|
width: 180,
|
|
|
},
|
|
|
{
|
|
|
- title: '小程序' + t('routes.scenes.isShow'),
|
|
|
- dataIndex: 'isShow',
|
|
|
+ title: '项目编号',
|
|
|
+ dataIndex: 'workNumber',
|
|
|
width: 180,
|
|
|
- customRender: ({ record }) => {
|
|
|
- const enable = record.isShow == 1;
|
|
|
- const text = enable ? t('common.yes') : t('common.no');
|
|
|
- return text;
|
|
|
- },
|
|
|
},
|
|
|
{
|
|
|
title: t('routes.scenes.status'),
|