Commit 7c02838c authored by xuhaoze's avatar xuhaoze

气象干预删掉操作时间排序,在新增和修改页面把自动模式的选项设为不可选

parent fee5e7d1
......@@ -205,6 +205,8 @@ function resetSearch(){
function revise1(row) {
console.log("scope.row", row);
}
var h = window.innerHeight - 230
const tableHeight = ref(h);
</script>
<template>
......@@ -235,8 +237,6 @@ function revise1(row) {
stripe
border
style="width: 100%"
height="720px"
:default-sort="{ prop: 'operateTime', order: 'descending' }"
:header-cell-class-name="tableHeaderClass"
:row-class-name="tableBodyClass">
<el-table-column prop="allowPagingId" label="编号" align="center" width="60"/>
......
......@@ -236,7 +236,7 @@ const rules = reactive({
<el-row>
<el-col :span="5" class="content-col-label">切换自动模式:</el-col>
<el-col :span="7" class="content-col-value">
<el-checkbox :style="{ marginLeft: '10px' }" v-model="addData.isAuto" label="自动模式" />
<el-checkbox disabled :style="{ marginLeft: '10px' }" v-model="addData.isAuto" label="自动模式" />
</el-col>
<el-col :span="5" class="content-col-label">自动偏差百分比(%d):</el-col>
<el-col :span="7" class="content-col-value">
......
......@@ -243,7 +243,7 @@ function onClose() {
<el-row>
<el-col :span="5" class="content-col-label">切换自动模式:</el-col>
<el-col :span="7" class="content-col-value">
<el-checkbox :style="{ marginLeft: '10px' }" v-model="switchingisAuto" label="自动模式"/>
<el-checkbox disabled :style="{ marginLeft: '10px' }" v-model="switchingisAuto" label="自动模式"/>
</el-col>
<el-col :span="5" class="content-col-label">自动偏差百分比(%d):</el-col>
<el-col :span="7" class="content-col-value">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment