Commit 88b78a15 by panziyi

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 2f290e68 7e9cccb1
...@@ -8,10 +8,9 @@ ...@@ -8,10 +8,9 @@
<el-divider></el-divider> <el-divider></el-divider>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-istream-table-docpan <c-istream-table-docpan
:border="true" :border="true"
:list="data1" :list="data1"
style="width:100%;text-align:center"
> >
<el-table-column label="Type" width="auto"> <el-table-column label="Type" width="auto">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -39,16 +38,15 @@ ...@@ -39,16 +38,15 @@
<el-divider></el-divider> <el-divider></el-divider>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-table <c-istream-table-docpan
:border="true" :border="true"
:list="data2" :list="data2"
style="width:100%,text-align:center"
> >
<el-table-column label="Type" width="auto"></el-table-column> <el-table-column label="Type" width="auto"></el-table-column>
<el-table-column label="Document" width="auto"></el-table-column> <el-table-column label="Document" width="auto"></el-table-column>
<el-table-column label="Cre.TRN" width="auto"></el-table-column> <el-table-column label="Cre.TRN" width="auto"></el-table-column>
<el-table-column label="Date" width="auto"></el-table-column> <el-table-column label="Date" width="auto"></el-table-column>
</c-table> </c-istream-table-docpan>
</c-col> </c-col>
<!-- <c-col :span="24"> <!-- <c-col :span="24">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment