Explorar o código

财务管理补充权限按钮

@dongkboy %!s(int64=2) %!d(string=hai) anos
pai
achega
abaff4dfdc

+ 1 - 1
config/dev.env.js

@@ -8,7 +8,7 @@ module.exports = merge(prodEnv, {
   // BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
   BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
   // BASE_URL: '"http://192.168.0.115:8080/"' //凯森
-  // BASE_URL: '"http:///192.168.0.253:8082/"',//田智
+  // BASE_URL: '"http:///192.168.0.106:8080/"',//屈晨
   // BASE_URL: '"http:///192.168.0.253:8082/"',//田智
   // BASE_URL: '"http:///192.168.0.36:8080/"',//靖燕龙
 })

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

@@ -94,7 +94,7 @@
       :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"
+        :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>