This commit is contained in:
qq787203167
2022-02-22 18:04:08 +08:00
parent eb30128fe4
commit 1bb897324a
5 changed files with 40 additions and 5 deletions
@@ -67,7 +67,29 @@
</a-card>
</template>
<script>
import { getAction, postAction } from '@/api/manage'
export default {
name: 'docIndex',
data() {
return {
url: {
getInfo: 'document/bussDocumentLibraryEO/getInfoById'
},
detailList: []
}
},
mounted() {
this.getInfoById()
},
methods: {
getInfoById() {
getAction(this.url.getInfo, { id: '559594408e50406b867dc6fa1b0a515c' }).then((res) => {
})
}
}
}
</script>
<style lang="less" scoped>
.doc-detail {
@@ -144,6 +166,7 @@
height: 50px;
border-top: 1.6px #eff1f3 solid;
border-right: 1.6px #eff1f3 solid;
.TextInformationContentLeft {
width: 310px;
height: 50px;
@@ -159,6 +182,7 @@
white-space: nowrap;
overflow: hidden;
}
.TextInformationContentcontent {
width: calc(100% - 410px);
line-height: 50px;
@@ -183,8 +207,9 @@
position: absolute;
}
}
.TextInformationContent:last-child{
border-bottom: 1.6px #eff1f3 solid;
.TextInformationContent:last-child {
border-bottom: 1.6px #eff1f3 solid;
}
}
}
@@ -13,6 +13,12 @@
<a-button @click="handleCompare()" type="primary" icon="plus">推送</a-button>
</div>
<div>
<!--
showAction是否有操作按钮
OperationList操作列表的list
onSelectChange 选中的id值
editTable再传操作按钮的同时把事件定义名称也传过去
-->
<tableData
:flag="'1'"
:OperationList="OperationList"
@@ -76,6 +82,7 @@
],
selectedRowKeys: [],
loading: false,
//url传参严格按照当前命名
url: {
tableHeader: 'document/bussDocumentLibraryEO/getHeader', //表格头部字段
seachList: 'document/bussDocumentLibraryEO/queryCondition', //搜索字段