mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
微调log页面
This commit is contained in:
parent
e8fffa38a9
commit
69ffd158b2
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="app-container calendar-list-container">
|
||||
<div class="filter-container">
|
||||
<el-select v-model="listQuery.type" filterable placeholder="请选择">
|
||||
<el-select style="width: 200px;" v-model="listQuery.type" filterable placeholder="请选择">
|
||||
<el-option v-for="item in dicts" :key="item.value" :label="item.label" :value="item.value">
|
||||
</el-option>
|
||||
</el-select>
|
||||
|
Loading…
Reference in New Issue
Block a user