|
@@ -88,7 +88,7 @@ define([ "require", "backbone", "hbs!tmpl/audit/CreateAuditTableLayoutView_tmpl"
|
|
|
}) : attributesDetails[key] = Utils.formatDate({
|
|
|
date: attributesDetails[key]
|
|
|
}));
|
|
|
- }), that.ui.attributeDetails.removeClass("hide"), that.action.indexOf("Classification") === -1 ? that.ui.panelAttrHeading.html("Technical properties ") : that.ui.panelAttrHeading.html("Properties ");
|
|
|
+ }), that.ui.attributeDetails.removeClass("hide"), that.action.indexOf("Classification") === -1 ? that.ui.panelAttrHeading.html("技术性能") : that.ui.panelAttrHeading.html("Properties ");
|
|
|
var attrTable = that.createTableWithValues(attributesDetails);
|
|
|
that.ui.attributeCard.html(attrTable);
|
|
|
}
|