|
|
@@ -106,7 +106,7 @@ |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<!-- 数据列表 列属性 min-width="60" show-overflow-tooltip @selection-change="handleSelectionChange" --> |
|
|
|
<el-table v-loading="loading" :data="${businessName}List" > |
|
|
|
<el-table v-loading="loading" :data="${businessName}List" border> |
|
|
|
<!--<el-table-column type="selection" width="55" align="center" />--> |
|
|
|
#foreach($column in $columns) |
|
|
|
#set($javaField=$column.javaField) |
|
|
|