| | |
| | | 详情 |
| | | </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"> |
| | |
| | | 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' |