java110
2020-03-12 0918437099f43349f49de66cda2fdefc7a27d978
java110-code-generator/src/main/java/com/java110/code/web/GeneratorManagerComponent.java
@@ -130,7 +130,7 @@
        fileContext = fileContext.replace("@@vcCreate@@", vcCreate.toString());
        if (tmpConditions.size() > 3) {
            fileContext = fileContext.replace("@@moreCondition@@", "<button type=\"button\"  class=\"btn btn-link btn-sm\" style=\"margin-right:10px;\"  v-on:click=\"_moreCondition()\">更多</button>");
            fileContext = fileContext.replace("@@moreCondition@@", "<button type=\"button\"  class=\"btn btn-link btn-sm\" style=\"margin-right:10px;\"  v-on:click=\"_moreCondition()\">{{"+ data.getString("templateCode") +"ManageInfo.moreCondition == true?'隐藏':'更多'}}</button>");
        } else {
            fileContext = fileContext.replace("@@moreCondition@@", "");