瀏覽代碼

代码提交

cxs 1 天之前
父節點
當前提交
65d05320c8
共有 4 個文件被更改,包括 221 次插入9 次删除
  1. 8 0
      src/styles/common.scss
  2. 10 0
      src/styles/element.scss
  3. 94 8
      src/views/system/disposition/index.vue
  4. 109 1
      src/views/system/role/index.vue

+ 8 - 0
src/styles/common.scss

@@ -243,4 +243,12 @@
     font-size: 17px;
     color: #999999;
   }
+
+  .disposition-title{
+    font-size: 15px;
+    font-weight: 600;
+    color: #007aff;
+    margin-top: 10px;
+    margin-bottom: 20px;
+  }
 }

+ 10 - 0
src/styles/element.scss

@@ -276,6 +276,7 @@
     color: var(--el-color-primary);
     background-color: rgba(242, 248, 255, 1);
     border-radius: 10px;
+    font-weight: 600;
   }
 
  .is-left {
@@ -343,3 +344,12 @@
   }
 }
 
+/* tree border */
+.tree-border {
+  margin-top: 5px;
+  border: 1px solid #e5e6e7;
+  background: #ffffff none;
+  border-radius: 4px;
+  width: 100%;
+}
+

+ 94 - 8
src/views/system/disposition/index.vue

@@ -1,13 +1,99 @@
 <template>
-
+  <div class="main-box">
+    <div class="card table-main">
+      <el-tabs tab-position="left" class="demo-tabs" style="height: 100%">
+        <el-tab-pane label="基本配置">
+          <el-form :inline="true" :model="formInline" class="demo-form-inline" style="display: flex;flex-direction: column" label-position="top">
+            <div class="disposition-title">采集服务器配置</div>
+            <el-row :gutter="20">
+              <el-col :span="4">
+                <el-form-item label="采集服务地址" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+              <el-col :span="4">
+                <el-form-item label="采集服务端口" style="width: 200px">
+                  <el-input v-model="formInline.user" placeholder="审批人"></el-input>
+                </el-form-item>
+              </el-col>
+            </el-row>
+            <div class="disposition-title">数据库参数配置</div>
+            <el-row :gutter="20">
+              <el-col :span="4">
+                <el-form-item label="数据库类型" style="width: 200px">
+                  <el-select v-model="formInline.region">
+                    <el-option label="数据库1" value="1"></el-option>
+                  </el-select>
+                </el-form-item>
+              </el-col>
+            </el-row>
+            <el-row :gutter="20">
+              <el-col :span="4">
+                <el-form-item label="达梦实例名" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+              <el-col :span="4">
+                <el-form-item label="达梦地址" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+              <el-col :span="4">
+                <el-form-item label="达梦端口" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+              <el-col :span="4">
+                <el-form-item label="达梦账号" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+              <el-col :span="4">
+                <el-form-item label="达梦密码" style="width: 250px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+            </el-row>
+            <div class="disposition-title">前端地图配置</div>
+            <el-row :gutter="20">
+              <el-col :span="4">
+                <el-form-item label="前端地图地址" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+            </el-row>
+            <div class="disposition-title">本地网页服务</div>
+            <el-row :gutter="20">
+              <el-col :span="4">
+                <el-form-item label="地址" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+              <el-col :span="4">
+                <el-form-item label="端口" style="width: 200px">
+                  <el-input v-model="formInline.user"></el-input>
+                </el-form-item>
+              </el-col>
+            </el-row>
+          </el-form>
+        </el-tab-pane>
+        <el-tab-pane label="数据自动分发">数据自动分发</el-tab-pane>
+        <el-tab-pane label="北斗服务配置">北斗服务配置</el-tab-pane>
+        <el-tab-pane label="授时服务配置">授时服务配置</el-tab-pane>
+        <el-tab-pane label="全局配置">全局配置</el-tab-pane>
+      </el-tabs>
+    </div>
+  </div>
 </template>
 
-<script>
-export default {
-  name: "index"
-}
-</script>
+<script setup lang="tsx">
+import { onMounted, reactive, ref } from "vue";
+onMounted(() => {
 
-<style scoped>
+});
 
-</style>
+const formInline = ref<any>({
+  user:"",
+  region:""
+})
+</script>

+ 109 - 1
src/views/system/role/index.vue

@@ -72,6 +72,21 @@
         <el-form-item label="角色名称" prop="roleName">
           <el-input v-model="roleForm.roleName" placeholder="请输入角色名称" />
         </el-form-item>
+        <el-form-item label="菜单权限">
+          <el-checkbox v-model="menuExpand" @change="handleCheckedTreeExpand($event, 'menu')">展开/折叠</el-checkbox>
+          <el-checkbox v-model="menuNodeAll" @change="handleCheckedTreeNodeAll($event, 'menu')">全选/全不选</el-checkbox>
+          <el-checkbox v-model="roleForm.menuCheckStrictly" @change="handleCheckedTreeConnect($event, 'menu')">父子联动</el-checkbox>
+          <el-tree
+            class="tree-border"
+            :data="menuOptions"
+            show-checkbox
+            ref="menuRef"
+            node-key="id"
+            :check-strictly="!roleForm.menuCheckStrictly"
+            empty-text="加载中,请稍候"
+            :props="{ label: 'title', children: 'children' }"
+          ></el-tree>
+        </el-form-item>
       </el-form>
       <template #footer>
         <div class="dialog-footer">
@@ -88,6 +103,97 @@ import Pagination from "@/components/ProTable/components/Pagination.vue";
 import { ref, reactive } from "vue";
 import { ColumnProps } from "@/components/ProTable/interface";
 import { ElMessageBox } from 'element-plus'
+const menuExpand = ref(false)
+const menuNodeAll = ref(false)
+const menuOptions = ref<any>([])
+const menuRef = ref<any>();
+/** 树权限(展开/折叠)*/
+const handleCheckedTreeExpand = (value: boolean, type: string) => {
+  if (type == "menu") {
+    let treeList = menuOptions.value;
+    for (let i = 0; i < treeList.length; i++) {
+      if (menuRef.value) {
+        menuRef.value.store.nodesMap[treeList[i].id].expanded = value;
+      }
+    }
+  }
+}
+
+// 获取菜单列表
+const getMenuList= () => {
+     const data = [
+       {
+         title:'实时监测报警',
+         children:[
+           {
+             title:'全网实时数据监测报警',
+             children:[]
+           },
+           {
+             title:'全网危险天气监测报警',
+             children:[]
+           },
+           {
+             title:'全网设备状态监测报警',
+             children:[]
+           },
+           {
+             title:'单站实时数据监测报警',
+             children:[]
+           },
+           {
+             title:'软件状态监测报警',
+             children:[]
+           },
+           {
+             title:'GIS展示',
+             children:[]
+           }
+         ]
+       },
+       {
+         title:'数据分析显示',
+         children:[
+           {
+             title:'数据综合分析',
+             children:[]
+           },
+           {
+             title:'要素曲线分析',
+             children:[]
+           },
+           {
+             title:'风速风向玫瑰图',
+             children:[]
+           },
+           {
+             title:'雨量柱状图分析',
+             children:[]
+           },
+           {
+             title:'雷电区域分析',
+             children:[]
+           }
+         ]
+       }
+     ]
+  menuOptions.value = data
+}
+
+/** 树权限(全选/全不选) */
+const handleCheckedTreeNodeAll = (value: any, type: string) => {
+  if (type == "menu") {
+    menuRef.value?.setCheckedNodes(value ? menuOptions.value as any : []);
+  }
+}
+/** 树权限(父子联动) */
+const handleCheckedTreeConnect = (value: any, type: string) => {
+  if (type == "menu") {
+    roleForm.value.menuCheckStrictly = value;
+  }
+}
+
+
 const pageable = ref<any>({
   pageNum: 1,
   pageSize: 20,
@@ -157,6 +263,7 @@ const rules = ref<any>(
 const initFormData = ref<any>(
   {
     roleName: "",
+    menuCheckStrictly: true
   }
 );
 
@@ -168,6 +275,7 @@ const handleAdd = () => {
   reset();
   dialog.visible = true;
   dialog.title = "新增";
+  getMenuList()
 }
 
 /** 修改按钮操作 */
@@ -199,7 +307,7 @@ const submitForm = () => {
 
 /** 删除按钮操作 */
 const handleDelete = async (row?: any) => {
-  ElMessageBox.confirm('是否确认删除岗位编号为"' + row.b + '"的数据项?', {
+  ElMessageBox.confirm('是否确认删除角色编号为"' + row.a + '"的数据项?', {
     confirmButtonText: '删除',
     cancelButtonText: '取消',
     type: 'warning',