linwei
2024-02-19 92fab5c1b7693ec22d0e64f907c3161985edbcf1
src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -24,7 +24,7 @@
                    详情
                </el-button>
                <el-button icon="el-icon-detail" :size="size" :type="type" @click.stop="goAudit(row)"
                    :disabled="row.status == 1">审核</el-button>
                    :disabled="row.status != 1">审核</el-button>
            </template>
        </avue-crud>
        <el-drawer title="整改情况详情" :visible.sync="isDetail" :append-to-body="true" size="46%" direction="rtl">
@@ -704,7 +704,7 @@
                this.query.status = ''
            }
            if ('startTime' in this.query) {
                this.query.startTime += ' 00:00:01'
                this.query.startTime += ' 00:00:00'
            }
            if ('endTime' in this.query) {
                this.query.endTime += ' 23:59:59'