| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-04-26 09:36:18 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-11-22 18:45:06 |
| | | * @LastEditTime: 2024-11-25 14:32:50 |
| | | * @FilePath: /smart-web/src/views/mdc/status-record.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | <div>加工机床</div><div><process-charts></process-charts></div> |
| | | </div> |
| | | <div class="modelBtn"> |
| | | <el-button type="primary" @click="goFirstWorkProcess">过程分析</el-button> |
| | | <el-button type="primary" @click="goFirstWorkProcess(item)">过程分析</el-button> |
| | | </div> |
| | | </div> |
| | | </el-card> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | detailModelList: [{},{}], |
| | | detailModelList: [], |
| | | tableData: [] |
| | | } |
| | | }, |
| | | created() { |
| | | var idList = this.$route.query.idList.split(","); |
| | | idList.forEach(item=> { |
| | | this.detailModelList.push({id: item}); |
| | | }) |
| | | // console.log(this.detailModelList,222); |
| | | for(var i=0;i<10;i++) { |
| | | this.tableData.push({test: 1}) |
| | | } |
| | |
| | | handleSelectionChange() { |
| | | |
| | | }, |
| | | goFirstWorkProcess() { |
| | | this.$router.push({path: `/mdc/first-workpiece-process`,query: {id:1}}) |
| | | goFirstWorkProcess(item) { |
| | | this.$router.push({path: `/mdc/first-workpiece-process`,query: {id:item.id}}) |
| | | } |
| | | } |
| | | } |
| | |
| | | width: 80px; |
| | | } |
| | | .detailModel > div > div:nth-child(2) { |
| | | flex: 1; |
| | | flex:1; |
| | | } |
| | | .detailModel { |
| | | padding-left: 16px; |