Browse Source

回显表格

master
maochaoying 2 years ago
parent
commit
43ed2f259b
  1. 2
      src/components/Task.vue
  2. 2
      src/pages/index.vue

2
src/components/Task.vue

@ -522,6 +522,8 @@ export default {
taskStore.updateTaskStatus(row.status)
taskStore.updateCurrentCoord(row.currentCoord)
imageStore.updateNuclearCoreName(coreName)
imageStore.updateOperatorName(row.operatorName)
imageStore.updateNuclearStationName(row.nuclearCoreName)
imageStore.updateShowImage(false)
accountStore.changePage(0)
taskStore.getExcelList(row.id)

2
src/pages/index.vue

@ -864,7 +864,7 @@ initWebSocket()
flex-direction: column;
align-items: center;
border-radius: 6px;
background: #ebebeb;
background: #369df3;
cursor: pointer;
.first {
font-size: 20px;

Loading…
Cancel
Save