|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="app-container"> |
|
|
|
<div class="app-container"> |
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" inline="true" v-show="showSearch" label-width="68px"> |
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> |
|
|
|
#foreach($column in $columns) |
|
|
|
#foreach($column in $columns) |
|
|
|
#if($column.query) |
|
|
|
#if($column.query) |
|
|
|
#set($dictType=$column.dictType) |
|
|
|
#set($dictType=$column.dictType) |
|
|
|