@@ -57,7 +57,7 @@
<th>编译器名字</th>
<td th:text="${app.compilerConfig.name}"></td>
<th>编译命令</th>
- <td th:text="${app.compilerConfig.compileScript}"></td>
+ <td th:text="${app.compilerConfig.compileCmd}"></td>
</tr>
<tr>
<th>打包类型</th>