提交
This commit is contained in:
parent
06b97dd52b
commit
c256ad5974
|
@ -20,6 +20,7 @@
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-button type="primary" class="primaryBtn" @click="handleQuery">查询</el-button>
|
<el-button type="primary" class="primaryBtn" @click="handleQuery">查询</el-button>
|
||||||
<el-button type="primary" class="primaryBtn" @click="resetQuery">重置</el-button>
|
<el-button type="primary" class="primaryBtn" @click="resetQuery">重置</el-button>
|
||||||
|
<el-button type="primary" class="primaryBtn" @click="handleImport">导入</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
@ -185,7 +186,10 @@ const resetQuery = () => {
|
||||||
}
|
}
|
||||||
handleQuery()
|
handleQuery()
|
||||||
}
|
}
|
||||||
|
// 导入
|
||||||
|
const handleImport = () => {
|
||||||
|
|
||||||
|
}
|
||||||
// 修改问题
|
// 修改问题
|
||||||
const handleUpdate = (row) => {
|
const handleUpdate = (row) => {
|
||||||
form.value = {
|
form.value = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user