|
@@ -136,14 +136,14 @@
|
|
|
{
|
|
|
title: t('common.state'),
|
|
|
dataIndex: 'status',
|
|
|
- width: 80,
|
|
|
+ width: 90,
|
|
|
customRender: ({ record }) => {
|
|
|
if (!Reflect.has(record, 'pendingStatus')) {
|
|
|
record.pendingStatus = false;
|
|
|
}
|
|
|
return h(Switch, {
|
|
|
checked: record.status == '0',
|
|
|
- style: 'width: 80px',
|
|
|
+ style: 'width: 90px',
|
|
|
checkedChildren: t('routes.retailer.form.enable'),
|
|
|
unCheckedChildren: t('routes.retailer.form.stopUsing'),
|
|
|
loading: false,
|