wucl преди 2 месеца
родител
ревизия
274ffa2d85
променени са 1 файла, в които са добавени 13 реда и са изтрити 12 реда
  1. 13 12
      src/views/finance/fine.vue

+ 13 - 12
src/views/finance/fine.vue

@@ -292,6 +292,16 @@
                 <span>{{ row.orderName}}</span>
               </template>
             </el-table-column>
+            <el-table-column label="客户名称" align="center">
+              <template slot-scope="{row}">
+                <span>{{ row.customerName }}</span>
+              </template>
+            </el-table-column>
+            <el-table-column label="业务来源" align="center">
+              <template slot-scope="{row}">
+                <span>{{ row.customerSubName }}</span>
+              </template>
+            </el-table-column>
             <el-table-column label="产品类型" align="center">
               <template slot-scope="{row}">
                 <span>{{ row.productionType }}</span>
@@ -347,16 +357,7 @@
                 <span>{{ row.overdueDay}}</span>
               </template>
             </el-table-column>
-            <el-table-column label="客户名称" align="center">
-              <template slot-scope="{row}">
-                <span>{{ row.customerName }}</span>
-              </template>
-            </el-table-column>
-            <el-table-column label="业务来源" align="center">
-              <template slot-scope="{row}">
-                <span>{{ row.customerSubName }}</span>
-              </template>
-            </el-table-column>
+          
             <el-table-column label="操作" align="center" width="160" fixed="right">
               <template slot-scope="{row}">
                 <PermissionButton menu-code="_views_finance_fine_explain" class-name="filter-item" name type="text" @click="openExplain(row)" />
@@ -431,7 +432,7 @@ export default {
   },
   data() {
     return {
-      activeName: 'ASSET_BUSINESS',
+      activeName: 'PERSONAL_BUSINESS',
       listLoading: false,
       explainVisible: false,
       editFineAmountVisible: false,
@@ -441,7 +442,7 @@ export default {
       queryDTO: {
         page: 1,
         size: 10,
-        businessType: 'ASSET_BUSINESS',
+        businessType: 'PERSONAL_BUSINESS',
         keyWord: null,
         invoiceNo: null,
         clientManagerName: null,