瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
219d87868d

+ 1 - 1
src/views/engineerFeeSettlement/dailyMaintenanceBalance/networkSummaryReleaseDaily/index.vue

@@ -240,7 +240,7 @@
               </el-table-column>
               <el-table-column align="left" label="结算单位" prop="belongWebsite" min-width="300" show-overflow-tooltip>
                 <template slot-scope="scope">
-                  {{ scope.row.summaryName + '(' + scope.row.summaryNumber + ')' }}
+                  {{ '(' + scope.row.summaryNumber + ')' + scope.row.summaryName }}
                 </template>
               </el-table-column>
               <el-table-column align="left" label="状态" prop="status" min-width="100" show-overflow-tooltip>

+ 5 - 7
src/views/engineerFeeSettlement/dailyMaintenanceBalance/networkSummaryReleaseMonthly/index.vue

@@ -235,13 +235,11 @@
                   >
                 </template>
               </el-table-column>
-              <el-table-column
-                align="left"
-                label="结算单位"
-                prop="summaryName"
-                min-width="280"
-                show-overflow-tooltip
-              ></el-table-column>
+              <el-table-column align="left" label="结算单位" prop="summaryName" min-width="280" show-overflow-tooltip>
+                <template slot-scope="scope">
+                  {{ '(' + scope.row.summaryNumber + ')' + scope.row.summaryName }}
+                </template>
+              </el-table-column>
               <el-table-column align="left" label="状态" prop="issueStatus" min-width="100" show-overflow-tooltip>
                 <template slot-scope="scope">
                   <el-tag size="mini" v-show="scope.row.issueStatus == 1" type="">待发放 </el-tag>