修改详情样式
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1612,7 +1612,7 @@ const respParamsTableInfo = ref({ | ... | @@ -1612,7 +1612,7 @@ const respParamsTableInfo = ref({ |
| 1612 | </template> | 1612 | </template> |
| 1613 | </el-table-column> | 1613 | </el-table-column> |
| 1614 | <el-table-column label="操作" v-if="!detailInfo.nodeId || foundMode == 'download' || foundMode == 'read' || foundMode == 'readAndDown'" | 1614 | <el-table-column label="操作" v-if="!detailInfo.nodeId || foundMode == 'download' || foundMode == 'read' || foundMode == 'readAndDown'" |
| 1615 | :width="foundMode == 'readAndDown' ? '220px' : '140px'" align="left" fixed="right" show-overflow-tooltip> | 1615 | :width="(foundMode == 'readAndDown' || foundMode == '1') ? '220px' : '140px'" align="left" fixed="right" show-overflow-tooltip> |
| 1616 | <template #default="scope"> | 1616 | <template #default="scope"> |
| 1617 | <!-- 如果是下载,就只显示下载,如果是查看和下载就都显示,就两个按钮都显示。仅查看,就仅查看 --> | 1617 | <!-- 如果是下载,就只显示下载,如果是查看和下载就都显示,就两个按钮都显示。仅查看,就仅查看 --> |
| 1618 | <span v-show="foundMode != 'download'" class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> | 1618 | <span v-show="foundMode != 'download'" class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> | ... | ... |
-
Please register or sign in to post a comment