zengh
2021-06-06 e8dff0eccd331f92c49f4cb460d5d352329d7a60
公安版本前端初版
3 files modified
10 ■■■■ changed files
src/page/crumbsL/crumbsL.vue 4 ●●●● patch | view | raw | blame | history
src/router/views/index.js 2 ●●● patch | view | raw | blame | history
src/views/system/cs.vue 4 ●●●● patch | view | raw | blame | history
src/page/crumbsL/crumbsL.vue
@@ -45,7 +45,7 @@
        监控台: "welcomeData",
        预警管理1: "alarmManagement",
        预警管理: "realTimePolice",
        客户管理: "suser",
        业主管理: "suser",
        设备管理: "clientManagement",
        研判洞察: "home",
        报表管理1: "report",
@@ -239,4 +239,4 @@
  position: absolute;
  right: 0;
}
</style>
</style>
src/router/views/index.js
@@ -251,7 +251,7 @@
    redirect: '/suser',
    children: [{
        path: 'index',
        name: '客户管理',
        name: '业主管理',
        meta: {
            i18n: 'suser'
        },
src/views/system/cs.vue
@@ -277,7 +277,7 @@
          //  searchSize: 'mini',
          column: [
            {
              label: "客户ID",
              label: "业主ID",
              prop: "tenantId",
              width: 100,
              addDisplay: false,
@@ -292,7 +292,7 @@
              ],
            },
            {
              label: "客户名称",
              label: "业主名称",
              prop: "tenantName",
              search: true,
              width: 190,