lrf há 2 anos atrás
pai
commit
80d3f53653
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/public/table-template.js

+ 1 - 1
app/public/table-template.js

@@ -42,7 +42,7 @@ module.exports = (data) => {
     let refStr;
     if (ref) {
       const r = columns.find((f) => f.title === ref);
-      refStr = `${r ? 'refPath' : 'ref'}: '${_.capitalize(ref)}'`;
+      refStr = `${r ? 'refPath' : 'ref'}: '${ref}'`;
       if (getProp) {
         const propList = getProp.split(';');
         let propStr = '[';