|
|
@ -1,9 +1,9 @@ |
|
|
<template> |
|
|
<template> |
|
|
<section class="padding"> |
|
|
<section class="padding"> |
|
|
<el-row> |
|
|
|
|
|
|
|
|
<el-row gutter="5"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-select v-model="filters.category" clearable @change="onCategroySelect"> |
|
|
|
|
|
|
|
|
<el-select v-model="filters.category" clearable @change="onCategroySelect" style="width:100%;"> |
|
|
<el-option v-for="(item,index) in categorys" :label="item" :value="item" :key="index"></el-option> |
|
|
<el-option v-for="(item,index) in categorys" :label="item" :value="item" :key="index"></el-option> |
|
|
</el-select> |
|
|
</el-select> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|