|
|
@@ -94,9 +94,10 @@
|
|
|
:visible.sync="expendDialogVisible" width="60%">
|
|
|
<!-- 支出表格 -->
|
|
|
<kt-common-table :operationWidth="130" class="ktTable expendTable" ref="expendTable" :data="expendPageResult"
|
|
|
- :columns="expendColumns" :showBatchDelete="false" :showOperation="true" :button1Name="expendButton1Name" permsButton1="expenseManagement:accountInformation:changeStatus"
|
|
|
- button2Background="#92D050" button3Background="#f56c6c" button1Icon="el-icon-s-finance"
|
|
|
- @handleButton1="handleTableConfirm" @findPage="getExpendData" :isshowpagination="true"></kt-common-table>
|
|
|
+ :columns="expendColumns" :showBatchDelete="false" :showOperation="true" :button1Name="expendButton1Name"
|
|
|
+ permsButton1="expenseManagement:accountInformation:changeStatus" button2Background="#92D050"
|
|
|
+ button3Background="#f56c6c" button1Icon="el-icon-s-finance" @handleButton1="handleTableConfirm"
|
|
|
+ @findPage="getExpendData" :isshowpagination="true"></kt-common-table>
|
|
|
</el-dialog>
|
|
|
<!-- 收入弹框 -->
|
|
|
<el-dialog class="dialog expendDialog" title="收入信息" :close-on-click-modal="false" :before-close="incomeResetForm"
|