This commit is contained in:
wangchengming 2025-08-18 20:02:21 +08:00
parent 06b97dd52b
commit c256ad5974

View File

@ -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 = {