| | |
| | | prop="zone" |
| | | label="区域" |
| | | align="center" |
| | | width="50" |
| | | width="60" |
| | | /> |
| | | <el-table-column |
| | | prop="pollutionDegree" |
| | | label="污染背景" |
| | | align="center" |
| | | width="70" |
| | | width="66" |
| | | /> |
| | | </el-table> |
| | | |
| | |
| | | const props = defineProps({ |
| | | groupId: { |
| | | type: Number, |
| | | default: 3 |
| | | default: import.meta.env.VITE_DATA_MODE == 'jingan' ? 2 : 3 |
| | | } |
| | | }); |
| | | const show = ref(true); |
| | |
| | | return !lastSelectedfusionData.value.find((t) => t.id == v.id); |
| | | }); |
| | | |
| | | if (val.length > 4) { |
| | | // 去除选择上限警告 |
| | | if (false && val.length > 4) { |
| | | useMessageBox({ |
| | | confirmMsg: '最多允许同时展示4次走航记录', |
| | | confirmTitle: '走航记录选择过多警告' |