BUG修改

This commit is contained in:
a0049873 2022-07-22 15:46:13 +08:00
parent 4e0d54efb1
commit 795d3e0b56
5 changed files with 99 additions and 90 deletions

View File

@ -46,12 +46,11 @@
</el-form>
<el-table
v-loading="dataListLoading"
v-if="dataList[0].infoList"
:data="dataList"
:height="qp ? '650px' : '650px'"
border
@selection-change="dataListSelectionChangeHandle"
style="width: 100%"
:height="qp ? '650px' : '650px'"
>
<el-table-column
type="selection"
@ -75,6 +74,7 @@
header-align="center"
align="center"
></af-table-column>
<template v-if="dataList[0] && dataList[0].infoList">
<af-table-column
:show-overflow-tooltip="true"
width="300"
@ -88,6 +88,7 @@
{{ findValue(scope.row.infoList, item.attrType) }}
</template>
</af-table-column>
</template>
<el-table-column
:label="$t('handle')"
fixed="right"

View File

@ -66,7 +66,7 @@
header-align="center"
align="center"
></el-table-column>
<template v-if="dataList[0] && dataList[0].infoList">
<el-table-column
v-for="(item, index) in dataList[0].infoList"
:key="index"
@ -79,6 +79,7 @@
{{ findValue(scope.row.infoList, item.attrType) }}
</template>
</el-table-column>
</template>
<el-table-column
:label="$t('handle')"
fixed="right"

View File

@ -47,8 +47,8 @@
// window.SITE_CONFIG['apiURL'] = 'http://10.134.135.9:8888/renren-admin';
// 开发
window.SITE_CONFIG['backUrl'] = 'http://localhost:8001';
window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796/';
window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/';
window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.236:9796/';
window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.236:9796/document/#/devModelFile/';
window.SITE_CONFIG['apiURL'] = 'http://15.2.21.236:8888/renren-admin';
window.SITE_CONFIG['websocketURL'] = '15.2.21.236:8888/renren-admin';
window.SITE_CONFIG['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address';

View File

@ -5,7 +5,7 @@
<div class="banner"></div>
<main>
<div class="top">
<h1>开发指南</h1>
<h1>技术文档</h1>
<a-input-search
v-model:value="searchValue"
placeholder="请输入关键词"

View File

@ -462,6 +462,13 @@
})
}
})
} else {
router.push({
path: '/DetailsPageconetent',
query: {
select: '组件服务',
},
})
}
})
}
@ -711,7 +718,7 @@
</script>
<style scoped lang="less">
#apply-container {
#apply-container {
// background-color: #f5f8fc;
height: 100%;
width: 100%;
@ -775,22 +782,22 @@
font-weight: bold;
color: #000;
}
}
.applicationScene {
}
.applicationScene {
:deep(.ant-select-selector) {
overflow-x: scroll;
}
:deep(.ant-select-selection-overflow) {
flex-wrap: nowrap;
}
}
textarea {
}
textarea {
resize: none;
font-size: 14px;
}
.bottom-btn {
}
.bottom-btn {
display: flex;
justify-content: center;
// position: fixed;
}
}
</style>