| | |
| | | '', |
| | | this.tableCurrentRowData.exception, |
| | | areaObj, |
| | | '', |
| | | this.tableCurrentRowData.exceptionType |
| | | ) |
| | | }, |
| | |
| | | align="center" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column prop="flag" label="flag" align="center" show-overflow-tooltip /> |
| | | <el-table-column prop="flag" label="数据标识" align="center" show-overflow-tooltip /> |
| | | </el-table> |
| | | </div> |
| | | <template #footer> |
| | | <el-tag type="success" class="mx-1" effect="dark" round |
| | | ><span class="table-line-lable" v-show="tableCurrentRowData.exceptionType == '0'" |
| | | >缺失数据: |
| | | </span> |
| | | <span |
| | | v-show=" |
| | | tableCurrentRowData.exceptionType == '1' || |
| | | tableCurrentRowData.exceptionType == '2' || |
| | | tableCurrentRowData.exceptionType == '3' || |
| | | tableCurrentRowData.exceptionType == '4' |
| | | " |
| | | >异常数据:</span |
| | | > |
| | | <span class="table-line-num">{{ dialog.exceptionTotal }}条</span> |
| | | <span v-show="tableCurrentRowData.exceptionType === '0'"> (逻辑计算)</span> |
| | | </el-tag> |
| | | <div class="dialog-footer"> |
| | | <el-tag type="success" class="mx-1" effect="dark" round |
| | | ><span class="table-line-lable" v-show="tableCurrentRowData.exceptionType == '0'" |
| | | >缺失数据: |
| | | </span> |
| | | <span |
| | | v-show=" |
| | | tableCurrentRowData.exceptionType == '1' || |
| | | tableCurrentRowData.exceptionType == '2' || |
| | | tableCurrentRowData.exceptionType == '3' || |
| | | tableCurrentRowData.exceptionType == '4' || |
| | | tableCurrentRowData.exceptionType == '5' || |
| | | tableCurrentRowData.exceptionType == '6' || |
| | | tableCurrentRowData.exceptionType == '7' || |
| | | tableCurrentRowData.exceptionType == '8' |
| | | " |
| | | >异常数据:</span |
| | | > |
| | | <span class="table-line-num">{{ dialog.exceptionTotal }}条</span> |
| | | <span v-show="tableCurrentRowData.exceptionType == '0'"> (逻辑计算)</span> |
| | | </el-tag> |
| | | <el-text v-show="tableCurrentRowData.exceptionType == '8'" type="warning" class="dialog-footer-text">数据标识A为数据长期缺失,系统自动补全</el-text> |
| | | <!-- <el-text class="mx-1" type="warning">Warning</el-text> --> |
| | | </div> |
| | | </template> |
| | | </el-dialog> |
| | | </template> |
| | |
| | | left: 10px; |
| | | bottom: 10px; |
| | | } |
| | | .dialog-footer{ |
| | | display: flex; |
| | | } |
| | | .dialog-footer-text { |
| | | justify-content: flex-end; |
| | | margin-left: auto; |
| | | font-size: 14px; |
| | | /* color: #333333; */ |
| | | } |
| | | |
| | | /* 查看详情对话框模块结束 */ |
| | | </style> |