|
@@ -27,10 +27,10 @@ export const platformColumns = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformNumber', title: '平台编号', minWidth: 'auto', align: 'center', slots: { default: 'platformNumber' }
|
|
|
+ field: 'platformNumber', title: '店铺编号', minWidth: 'auto', align: 'center', slots: { default: 'platformNumber' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformName', title: '平台名称', minWidth: 'auto', align: 'center', slots: {
|
|
|
+ field: 'platformName', title: '店铺名称', minWidth: 'auto', align: 'center', slots: {
|
|
|
default({ row }: any) {
|
|
|
return <span class={ 'font-medium' }
|
|
|
style={ { color: '#303133' } }>{ row.platformName ? row.platformName : '--' }</span>;
|
|
@@ -200,7 +200,7 @@ export const shopCurrentColumns = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformNumber', title: '平台编号', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'platformNumber', title: '店铺编号', minWidth: 'auto', align: 'center',
|
|
|
slots: {
|
|
|
default({ row }: any) {
|
|
|
return <span class={ 'font-medium' }>{ row.platformNumber ? row.platformNumber : '--' }</span>;
|
|
@@ -208,7 +208,7 @@ export const shopCurrentColumns = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformName', title: '平台名称', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'platformName', title: '店铺名称', minWidth: 'auto', align: 'center',
|
|
|
slots: {
|
|
|
default({ row }: any) {
|
|
|
return <span class={ 'font-medium' }>{ row.platformName ? row.platformName : '--' }</span>;
|
|
@@ -418,7 +418,7 @@ export const historyColumns: any = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformNumber', title: '平台编号', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'platformNumber', title: '店铺编号', minWidth: 'auto', align: 'center',
|
|
|
slots: {
|
|
|
default({ row }: any) {
|
|
|
return <span class={ 'font-medium' }>{ row.platformNumber ? row.platformNumber : '--' }</span>;
|
|
@@ -426,7 +426,7 @@ export const historyColumns: any = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformName', title: '平台名称', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'platformName', title: '店铺名称', minWidth: 'auto', align: 'center',
|
|
|
slots: {
|
|
|
default({ row }: any) {
|
|
|
return <span class={ 'font-medium' }>{ row.platformName ? row.platformName : '--' }</span>;
|
|
@@ -695,11 +695,11 @@ export const shopInfoColumns = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformNumber', title: '平台编号', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'platformNumber', title: '店铺编号', minWidth: 'auto', align: 'center',
|
|
|
slots: { default: 'platformNumber' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'platformName', title: '平台名称', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'platformName', title: '店铺名称', minWidth: 'auto', align: 'center',
|
|
|
slots: {
|
|
|
default({ row }: any) {
|
|
|
return <span class={ 'font-medium' }>{ row.platformName ? row.platformName : '--' }</span>;
|