Przeglądaj źródła

发票管理权限按钮补充

@dongkboy 2 lat temu
rodzic
commit
4bced967aa

+ 4 - 3
src/views/FinancialManagement/ExpenseManagement/ExpenseManagement.vue

@@ -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"

+ 1 - 0
src/views/FinancialManagement/ExpenseManagement/PaymentManagement.vue

@@ -433,6 +433,7 @@
         :showBatchDelete="false"
         :showOperation="true"
         button3Name="撤销"
+        permsButton3="expenseManagement:invoiceManagement:revoke"
         button3Icon="fa fa-trash"
         button3Background="#f56c6c"
         @handleButton3="handleTableRepeal"