| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-04-26 09:36:18 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-11-04 12:11:01 |
| | | * @LastEditTime: 2024-12-18 15:21:44 |
| | | * @FilePath: /smart-web/src/views/mdc/status-record.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | <el-container style="height: 100%;"> |
| | | <el-aside width="300px" style="height: 100%;"> |
| | | <el-container> |
| | | <div class="left-title">查询条件</div> |
| | | <!-- <div class="left-title">查询条件</div> --> |
| | | <el-main style="padding: 20px;"> |
| | | <el-row> |
| | | <el-col style="margin-bottom: 12px;">日期</el-col> |
| | |
| | | ids |
| | | }).then(res => { |
| | | if (res.success) { |
| | | window.open(res.data.link) |
| | | this.$TOOL.downFile(res.data.link,res.data.originalName); |
| | | } else { |
| | | this.$message.error(res.msg) |
| | | } |
| | |
| | | // } |
| | | // this.$HTTP.post(`/api/mdc/time-used-analysis/excel/export`,obj).then(res=> { |
| | | // if(res.code == 200) { |
| | | // window.open(res.data.link); |
| | | // |
| | | // } |
| | | // }) |
| | | }, |