修改冀北现场问题

This commit is contained in:
GGJ
2025-12-17 09:22:19 +08:00
parent 264f33302f
commit 92aa66436e
25 changed files with 493 additions and 366 deletions

View File

@@ -12,7 +12,7 @@
></el-option>
</el-select>
</el-form-item>
<el-form-item label="信息查询">
<el-form-item label="数据筛选">
<el-input
style="width: 240px"
placeholder="电站名称,终端编号,监测点名称"
@@ -178,7 +178,7 @@ provide('tableStore', tableStore)
onMounted(() => {
tableStore.index()
})
const setSearchValue = (val:string) => {
const setSearchValue = (val: string) => {
tableStore.table.params.searchValue = val
tableStore.index()
}