|
|
@@ -33,7 +33,7 @@
|
|
|
<#elseif field.formType == 'select' && field.apiFlag == '1'>
|
|
|
:formatter="${field.modelName}Formatter"
|
|
|
</#if>>
|
|
|
- <#if field.sortable>
|
|
|
+ <#if field.sortable!false>
|
|
|
<template slot="header" slot-scope="{column}">
|
|
|
<sortable-header :column="column" :current-sort="sort" @changeSort="changeSort">
|
|
|
</sortable-header>
|