|
@@ -308,6 +308,12 @@ export default {
|
|
|
config.extendFields = JSON.parse(config.extendFields);
|
|
|
config.relationList = JSON.parse(config.relationList || "[]");
|
|
|
config.cardTitle = this.getCardTitle(config.titleRule);
|
|
|
+ config.firstLevelSubheading = this.getCardTitle(
|
|
|
+ config.firstLevelSubheading
|
|
|
+ );
|
|
|
+ config.secondLevelSubheading = this.getCardTitle(
|
|
|
+ config.secondLevelSubheading
|
|
|
+ );
|
|
|
return config;
|
|
|
},
|
|
|
getCardTitle(titleRule) {
|