| UI-Project/src/views/hollow/hollowequipment.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| UI-Project/src/views/hollow/hollowequipmenthree.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| UI-Project/src/views/hollow/hollowequipmenttwo.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
UI-Project/src/views/hollow/hollowequipment.vue
@@ -1094,16 +1094,20 @@ currentPage.value = newPage; }; const handleMessage = (data) => { if (data.queueInfo != null) { if (data.queueInfo[0] != null) { const rawData = data.queueInfo[0] const formattedData = Object.entries(rawData).map(([key, data]) => ({ title: key, tableDataa: Array.isArray(data) ? data : [data] })); tabList.value = formattedData; } }else{ tabList.value = []; } if (tabList.value.length > 0) { activeTab.value = tabList.value[0].title; }else { activeTab.value = ''; } internalInstance.ctx.$forceUpdate(); UI-Project/src/views/hollow/hollowequipmenthree.vue
@@ -8,9 +8,9 @@ <el-button id="searchButton" type="primary" @click="handlezhiban"> {{ $t('hellow.createtask') }} </el-button> <el-button type="primary" @click="selectproject"> <!-- <el-button type="primary" @click="selectproject"> {{ $t('hellow.reviewproject') }} </el-button> </el-button> --> <el-button style="margin-left: 10px;" id="searchButton" type="primary" @click="handlehistorical">{{ $t('searchOrder.historicaltasks') }}</el-button> <el-button style="margin-left: 10px;" id="searchButton" type="success" @click="handleBinda"> {{ $t('hellow.starttask') }} @@ -626,16 +626,20 @@ currentPage.value = newPage; }; const handleMessage = (data) => { if (data.queueInfo != null) { if (data.queueInfo[0] != null) { const rawData = data.queueInfo[0] const formattedData = Object.entries(rawData).map(([key, data]) => ({ title: key, tableDataa: Array.isArray(data) ? data : [data] })); tabList.value = formattedData; } }else{ tabList.value = []; } if (tabList.value.length > 0) { activeTab.value = tabList.value[0].title; activeTab.value = tabList.value[0].title; }else { activeTab.value = ''; } internalInstance.ctx.$forceUpdate(); try { UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -617,16 +617,20 @@ currentPage.value = newPage; }; const handleMessage = (data) => { if (data.queueInfo != null) { if (data.queueInfo[0] != null) { const rawData = data.queueInfo[0] const formattedData = Object.entries(rawData).map(([key, data]) => ({ title: key, tableDataa: Array.isArray(data) ? data : [data] })); tabList.value = formattedData; } }else{ tabList.value = []; } if (tabList.value.length > 0) { activeTab.value = tabList.value[0].title; }else { activeTab.value = ''; } internalInstance.ctx.$forceUpdate(); try {