Commit 2025f13a authored by 李鹏 's avatar 李鹏

modify logs

parent 457fbe18
......@@ -29,9 +29,9 @@
<el-form :model="filterForm" inline>
<el-form-item label="级别">
<el-select placeholder="全部" style="width: 160px" v-model="filterForm.level">
<el-option label="info" value="1"> </el-option>
<el-option label="warning" value="2"> </el-option>
<el-option label="error" value="3"> </el-option>
<el-option label="info" value="info"> </el-option>
<el-option label="warning" value="warning"> </el-option>
<el-option label="error" value="error"> </el-option>
</el-select>
</el-form-item>
<el-form-item label="关键字">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment