Quellcode durchsuchen

Merge branch 'master' of http://120.26.64.82:3000/BFFE/SZYGM1.0

zhaoke vor 2 Jahren
Ursprung
Commit
18701afd09

BIN
src/assets/home/pic_border_685.png


+ 9 - 9
src/router/routes/routes-file-four.ts

@@ -8,13 +8,13 @@ const HomeRoutes = {
   //using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
   meta: { title: '系统配置', elSvgIcon: 'Fold', breadcrumb: false },
   children: [
-    // {
-    //   path: "/systemSettings/securityPolicy",
-    //   name: "SecurityPolicy",
-    //   meta: { title: "安全策略", elSvgIcon: "Fold", icon: "table" },
-    //   component: () =>
-    //     import("@/views/systemSettings/securityPolicy/index.vue"),
-    // },
+    {
+      path: "/systemSettings/securityPolicy",
+      name: "SecurityPolicy",
+      meta: { title: "登录策略", elSvgIcon: "Fold", icon: "table" },
+      component: () =>
+        import("@/views/systemSettings/securityPolicy/index.vue"),
+    },
     {
       path: '/systemSettings/securityPolicyedit',
       name: 'SecurityPolicyedit',
@@ -153,14 +153,14 @@ const HomeRoutes = {
       path: '/systemSettings/sourceserviceEdit',
       name: 'SourceserviceEdit',
       hidden: true,
-      meta: { title: '编辑数据管理', elSvgIcon: 'Fold', icon: 'table' },
+      meta: { title: '编辑数据管理', elSvgIcon: 'Fold', icon: 'table' },
       component: () =>
         import('@/views/systemSettings/sourceserviceEdit/index.vue'),
     },
     {
       path: '/systemSettings/sourceTube',
       name: 'SourceTube',
-      meta: { title: '数据管理', elSvgIcon: 'Fold', icon: 'table' },
+      meta: { title: '数据管理', elSvgIcon: 'Fold', icon: 'table' },
       component: () => import('@/views/systemSettings/sourceTube/index.vue'),
     },
     {

+ 5 - 0
src/views/dashboard/index.vue

@@ -493,6 +493,11 @@ const showDatePicker = () =>{
         box-sizing: border-box;
         display: flex;
         flex-direction: column;
+        background-image: url("../../assets/home/pic_border.png");
+        background-repeat: no-repeat;
+        background-size: 100% 100%;
+        background-position: center center;
+        box-sizing: border-box;
         &-top{
           width: 100%;
           height: 45px;

+ 2 - 1
src/views/systemSettings/queryTemplate/index.vue

@@ -10,7 +10,7 @@
       >
       <div class="app-containers">
         <DataTable
-          BtnGroupWidth=" 300px"
+          :btnGroupWidth="width"
           :tableHeader="tableCols"
           :tableData="tableData"
           :tableBtnGroup="tableBtnGroup"
@@ -37,6 +37,7 @@ import Minheader from "@/components/minheader/index.vue";
 import Dialog from "@/components/dialog/index.vue";
 import { Query, GeneralDataReception } from "@/api/webApi";
 import { ElMessage } from "element-plus";
+const width = ref('200px')
 const router = useRouter();
 const dataId = ref<String>("4"); //请求id
 const page = ref<number>(0); //分页参数