|
@@ -714,7 +714,7 @@ export const shopInfoColumns = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'countComputer', title: '店铺数量', minWidth: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'countComputer', title: '电脑数量', minWidth: 'auto', align: 'center',
|
|
slots: {
|
|
slots: {
|
|
default({ row }: any) {
|
|
default({ row }: any) {
|
|
return <span class={ 'font-medium' }>{ row.countComputer ? row.countComputer : '--' }</span>;
|
|
return <span class={ 'font-medium' }>{ row.countComputer ? row.countComputer : '--' }</span>;
|