| | |
| | | |
| | | <div style="width: 100%"> |
| | | <template v-for="(itme, index) in dataCollection" :key="index"> |
| | | <div style="width: 90%;height: 120px;margin: auto;;background-color: aliceblue;"> |
| | | <el-card style="width: 95%;height: 120px;margin: auto"> |
| | | |
| | | <div style="width: 200px;font-size: 18px;text-align: left;">{{itme.process_name}}</div> |
| | | <div style="display: flex;margin-top: 10px"> |
| | | <template v-for="(itme1, index) in itme.detail" :key="index"> |
| | |
| | | </div> |
| | | </template> |
| | | </div> |
| | | </div> |
| | | </el-card> |
| | | <br> |
| | | </template> |
| | | |
| | |
| | | { code: 'updateOrderId', name: t('searchOrder.updateOrderId'), prefixIcon: 'vxe-icon-eye-fill', visible: true, disabled: false }, |
| | | { code: 'reportingTransfer', name: t('searchOrder.reportingTransfer'), prefixIcon: 'vxe-icon-send', visible: true, disabled: true }, |
| | | { code: 'uploadPicture', name: t('order.graphic'),prefixIcon: 'vxe-icon-picture-fill', visible: true, }, |
| | | { code: 'fileUpload', name: t('上传dwg文件'),prefixIcon: 'vxe-icon-picture-fill', visible: true, } |
| | | { code: 'fileUpload', name: t('上传DWG文件'),prefixIcon: 'vxe-icon-picture-fill', visible: true, } |
| | | ] |
| | | ] |
| | | } |