This commit is contained in:
sjl
2025-12-19 10:56:30 +08:00
parent 909f43e257
commit d64d18f330
10 changed files with 85 additions and 81 deletions

View File

@@ -68,6 +68,7 @@ const open = (row: any) => {
dialogVisible.value = true
list.value = JSON.parse(JSON.stringify(row.row))
getFileNameAndFilePath({ filePath: row.row.reportPath }).then(res => {
list.value.keyName = res.data.name
list.value.reportPath = res.data.url
list.value.reportName = res.data.fileName
})

View File

@@ -130,6 +130,7 @@ const submit = () => {
const open = (row: any) => {
dialogVisible.value = true
resetForm()
List.value = row.row
title.value = row.text

View File

@@ -47,7 +47,7 @@
></el-input>
</el-form-item> -->
<el-form-item for="-" label="监测点:" prop="monitorNumber">
<el-select v-model="form.monitorNumber" clearable style="width: 100%" placeholder="请选择监测点">
<el-select v-model="form.monitorNumber" clearable filterable style="width: 100%" placeholder="请选择监测点">
<el-option v-for="item in minitorList" :key="item.id" :label="item.name"
:value="item.id"></el-option>
</el-select>

View File

@@ -300,6 +300,7 @@ const tableStore = new TableStore({
list.value.lineType = tableStore.table.params.lineType
list.value.alarmThreshold = tableStore.table.params.alarmThreshold
flag.value = level.value
console.log('flag',flag.value)
flagTime.value = tableStore.table.params.dataType == 0 ? true : false
},
loadCallback: () => {