From 0855c8cef2f2f414cf9a84285421fdcdd5bc6310 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 19 Nov 2021 08:50:29 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
---
src/views/statisticalQueryManagement/businessStatisticsDetail.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/statisticalQueryManagement/businessStatisticsDetail.vue b/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
index 0f48442..d04f3b6 100644
--- a/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
+++ b/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
@@ -24,7 +24,8 @@
import {
selectDis,
selectFw,
- fwList
+ fwList,
+ dispatcherUnit
} from "../../api/statisticalQueryManagement/statisticalQueryManagement";
import { lazyTreeJu, lazyTrees } from "../../api/index/index";
export default {
@@ -93,6 +94,7 @@
searchShow: true,
searchMenuSpan: 6,
index: true,
+ indexLabel:'序号',
viewBtn: true,
dialogClickModal: false,
column: [
@@ -149,7 +151,7 @@
{
label: "保安公司名称",
width: 300,
- prop: "tenantName",
+ prop: "deptName",
display: false
},
{
@@ -163,8 +165,8 @@
display: false
},
{
- label: "保安员姓名",
- prop: "realName",
+ label: "保安员人数",
+ prop: "num",
display: false
},
// {
@@ -284,7 +286,8 @@
param["current"] = page.currentPage;
param["size"] = page.pageSize;
param["name"] = params["name"] || "";
- fwList(param).then(res => {
+
+ dispatcherUnit(param).then(res => {
const data = res.data.data;
this.page.total = data.total;
this.tableData = data.records;
--
Gitblit v1.9.3