Commit 962b815c authored by jack_liu's avatar jack_liu

修改

parent 6d935433
......@@ -5,7 +5,8 @@
ref="queryForm"
:model="queryParams"
:inline="true"
label-width="60px">
label-width="60px"
>
<el-form-item style="flex-basis: 50%" prop="ptype">
<el-input
v-model.trim="queryParams.ptype"
......@@ -14,8 +15,10 @@
:maxlength="100"
size="small"
style="width: 350px"
@keyup.enter.native="handleQuery">
<template slot="prepend">ptype</template></el-input>
@keyup.enter.native="handleQuery"
>
<template slot="prepend">ptype</template></el-input
>
</el-form-item>
<el-form-item>
<el-button
......@@ -23,7 +26,8 @@
size="small"
icon="el-icon-search"
@click="handleQuery"
>查询</el-button>
>查询</el-button
>
</el-form-item>
</el-form>
<el-table
......@@ -33,7 +37,8 @@
v-loading="loading"
row-key="index"
:data="dictList"
@selection-change="handleDictSelectionChange">
@selection-change="handleDictSelectionChange"
>
<el-table-column
:reserve-selection="true"
type="selection"
......
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