|
|
@@ -298,19 +298,23 @@ export default {
|
|
|
{
|
|
|
prop: 'moCount',
|
|
|
label: '模数',
|
|
|
- align: 'center'
|
|
|
+ align: 'center',
|
|
|
+ show:this.clientEnvironmentId=='4'
|
|
|
+
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: 'blockCount',
|
|
|
label: '块数',
|
|
|
- align: 'center'
|
|
|
+ align: 'center',
|
|
|
+ show:this.clientEnvironmentId=='4'
|
|
|
},
|
|
|
{
|
|
|
prop: 'noWordCount',
|
|
|
label: '未排程块数',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
+ show:this.clientEnvironmentId=='4',
|
|
|
minWidth: 110
|
|
|
},
|
|
|
{
|