fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1486,7 +1486,7 @@ const respParamsTableInfo = ref({ | ... | @@ -1486,7 +1486,7 @@ const respParamsTableInfo = ref({ |
| 1486 | </el-table-column> | 1486 | </el-table-column> |
| 1487 | <el-table-column label="操作" v-if="!detailInfo?.nodeId || foundMode == 'download' || foundMode == 'read'" minWidth="120px" align="left" fixed="right" show-overflow-tooltip> | 1487 | <el-table-column label="操作" v-if="!detailInfo?.nodeId || foundMode == 'download' || foundMode == 'read'" minWidth="120px" align="left" fixed="right" show-overflow-tooltip> |
| 1488 | <template #default="scope"> | 1488 | <template #default="scope"> |
| 1489 | <span v-show="!detailInfo.nodeId || foundMode == 'read'" class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> | 1489 | <span class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> |
| 1490 | <el-divider v-show="foundMode == 'download'" direction="vertical" /> | 1490 | <el-divider v-show="foundMode == 'download'" direction="vertical" /> |
| 1491 | <span v-show="foundMode == 'download'" class="text_btn" @click="handleTableViewDataDown(scope)">下载数据</span> | 1491 | <span v-show="foundMode == 'download'" class="text_btn" @click="handleTableViewDataDown(scope)">下载数据</span> |
| 1492 | </template> | 1492 | </template> | ... | ... |
-
Please register or sign in to post a comment