提交 880a5539 authored 作者: matian's avatar matian

updates

上级 8795b368
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<el-input v-model="queryItem" style="margin-bottom: 10px; width: 200px" clearable></el-input> <el-input v-model="queryItem" style="margin-bottom: 10px; width: 200px" clearable></el-input>
<el-button type="primary" size="small" style="margin-left: 10px" @click="handleSearch">搜索</el-button> <el-button type="primary" size="small" style="margin-left: 10px" @click="handleSearch">搜索</el-button>
<el-button type="plain" size="small" @click="restValue">重置</el-button> <el-button type="plain" size="small" @click="restValue">重置</el-button>
<el-transfer :data="ExamParerList" :titles="['备选栏', '已选栏']" style="margin-top: 10px"> </el-transfer> <el-transfer :data="ExamParerList" :titles="['备选栏', '已选栏']" style="margin-top: 10px" v-model="q">
</el-transfer>
<el-pagination <el-pagination
:hide-on-single-page="true" :hide-on-single-page="true"
:current-page.sync="page" :current-page.sync="page"
...@@ -52,6 +53,7 @@ export default { ...@@ -52,6 +53,7 @@ export default {
default: '' default: ''
} }
}, },
computed: {},
methods: { methods: {
handleSearch() { handleSearch() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论