Commit 4e7ec3ac authored by 袁家斌's avatar 袁家斌

change

parent 3a8b6932
......@@ -509,6 +509,7 @@ export default {
return rowspan;
},
getColumns() {
this.columns = []
let arr = [];
this.allData.forEach((item) => {
let index = arr.findIndex((row) => row.key == item.entrust_type);
......@@ -524,6 +525,7 @@ export default {
});
this.columns = [...this.columns];
},
showQuestion() {
this.currentRowData = {
......
......@@ -142,7 +142,7 @@
</div>
</div> -->
<STable2
:style="{ marginTop: '.1rem', height: 'calc(100% - .6rem)' }"
:style="{ marginTop: '.1rem', height: 'calc(100% - .1rem)' }"
:headers="header4_1"
:table-data="data4"
@row-click="(e)=>{rowClickArea(0, e)}"
......
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