| | |
| | | <transition name="slideLeft"> |
| | | <div |
| | | class="left-tree-box" |
| | | :style="`height:${height}px;animation-duration: 0.7s`" |
| | | v-show="TreeDataPool.showTreeBox" |
| | | v-loading="menuLoading" |
| | | > |
| | |
| | | class="lowHash" |
| | | v-if=" |
| | | !PollData.stackChannelCount && |
| | | (scope.row.status == '处理中' || scope.row.status == '2') |
| | | (scope.row.status == '1' || scope.row.status == '2') |
| | | " |
| | | > |
| | | 数据栈算力不足 |
| | | </div> |
| | | <div class="normal" v-else>{{ scope.row.status | statusFormat }}</div> |
| | | <div class="normal" v-else> |
| | | {{ scope.row.status | statusFormat }} |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作" show-overflow-tooltip align="center"> |
| | |
| | | <template> |
| | | <div class="column" :style="`height:${screenHeight}px;`"> |
| | | <div class="column"> |
| | | <div class="column-left" ref="left"> |
| | | <div class="resize-bar"></div> |
| | | <div class="resize-line"></div> |
| | |
| | | },
|
| | | "/data/api-v/app/findAllApp": {
|
| | | // target: '/',
|
| | | target: "http://localhost:8080/",
|
| | | target: "http://localhost:8081/",
|
| | | changeOrigin: true,
|
| | | pathRewrite: {
|
| | | "^/data/api-v/app/findAllApp": "apps.json",
|