|
@@ -119,7 +119,7 @@
|
|
|
width: 180,
|
|
|
},
|
|
|
{
|
|
|
- title: '封面',
|
|
|
+ title: '小程序封面',
|
|
|
dataIndex: 'appListPicUrl',
|
|
|
ellipsis: true,
|
|
|
slots: { customRender: 'cover' },
|
|
@@ -141,7 +141,7 @@
|
|
|
width: 180,
|
|
|
},
|
|
|
{
|
|
|
- title: t('routes.scenes.isShow'),
|
|
|
+ title: '小程序' + t('routes.scenes.isShow'),
|
|
|
dataIndex: 'isShow',
|
|
|
width: 180,
|
|
|
customRender: ({ record }) => {
|