1051125a by lihua

fix

1 parent 625768b3
...@@ -1487,7 +1487,7 @@ const respParamsTableInfo = ref({ ...@@ -1487,7 +1487,7 @@ const respParamsTableInfo = ref({
1487 </el-table-column> 1487 </el-table-column>
1488 <el-table-column label="操作" v-if="!detailInfo.nodeId || foundMode == 'download' || foundMode == 'read'" width="220px" align="left" fixed="right" show-overflow-tooltip> 1488 <el-table-column label="操作" v-if="!detailInfo.nodeId || foundMode == 'download' || foundMode == 'read'" width="220px" align="left" fixed="right" show-overflow-tooltip>
1489 <template #default="scope"> 1489 <template #default="scope">
1490 <span v-show="!detailInfo.nodeId || foundMode == 'read'" class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> 1490 <span class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span>
1491 <el-divider v-show="foundMode == 'download'" direction="vertical" /> 1491 <el-divider v-show="foundMode == 'download'" direction="vertical" />
1492 <span v-show="foundMode == 'download'" class="text_btn" @click="handleTableViewDataDown(scope)">下载数据</span> 1492 <span v-show="foundMode == 'download'" class="text_btn" @click="handleTableViewDataDown(scope)">下载数据</span>
1493 </template> 1493 </template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!