新增app版本管理

This commit is contained in:
朱耘稷
2020-12-09 11:53:55 +08:00
parent 753a7e3771
commit 9b35c99b06
12 changed files with 547 additions and 3 deletions

View File

@ -103,7 +103,7 @@
</a>
</template>
</el-table-column>
<#elseif column.columnType != 'Timestamp'>
<#elseif column.columnType != 'Date'>
<el-table-column v-if="columns.visible('${column.changeColumnName}')" prop="${column.changeColumnName}" label="<#if column.remark != ''>${column.remark}<#else>${column.changeColumnName}</#if>" />
<#else>
<el-table-column v-if="columns.visible('${column.changeColumnName}')" prop="${column.changeColumnName}" label="<#if column.remark != ''>${column.remark}<#else>${column.changeColumnName}</#if>">