|
|
@@ -40,7 +40,7 @@
|
|
|
</el-input>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <tableLayout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 430px)">
|
|
|
+ <tableMainLayout :layout="tablecols" :data="list" :opwidth="200" :width="true" :custom="true" :fixedName="'operation'" height="calc(100vh - 430px)">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname == 'type'">
|
|
|
{{ scope.column.data.type ? '收入' : '支出' }}
|
|
|
@@ -68,7 +68,7 @@
|
|
|
nameKey="sa_itempriceadjust_itemsids"
|
|
|
/>
|
|
|
</template>
|
|
|
- </tableLayout>
|
|
|
+ </tableMainLayout>
|
|
|
<!-- <div style="margin-top:16px;text-align:right">
|
|
|
<el-pagination
|
|
|
background
|