|
|
@ -2,6 +2,7 @@
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-card class="el-card">
|
|
|
|
<el-card class="el-card">
|
|
|
|
<el-form v-if="queryList && queryList.length > 0 " :model="filterQuery" class="query-form"
|
|
|
|
<el-form v-if="queryList && queryList.length > 0 " :model="filterQuery" class="query-form"
|
|
|
|
|
|
|
|
@submit.native.prevent
|
|
|
|
size="mini" label-width="100px">
|
|
|
|
size="mini" label-width="100px">
|
|
|
|
<el-row style=" display:flex; flex-wrap: wrap; ">
|
|
|
|
<el-row style=" display:flex; flex-wrap: wrap; ">
|
|
|
|
<template v-for="(item, index) in queryList">
|
|
|
|
<template v-for="(item, index) in queryList">
|
|
|
|