如果某个变量为null,我想隐藏一个表内容。
表格设计代码:
{
color: '#000000',
margin: [25, 10, 0, 0],
table: {
body: [
[
{
text: 'STRUCTURAL/FOUNDATION',
alignment: 'center',
style: 'subheader',
},
],
],
},
layout: {
hLineColor: function (i, node) {
return 'black';
},
vLineColor: function (i, node) {
return 'black';
},
paddingLeft: function (i, node) {
return 100;
},
paddingRight: function (i, node) {
return 100;
},
paddingTop: function (i, node) {
return 2;
},
paddingBottom: function (i, node) {
return 2;
},
},
},
如果 this.StoredData.structureDescription
如果为null,则应隐藏上述代码(即,pdf上不显示任何内容)。
暂无答案!
目前还没有任何答案,快来回答吧!