管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-02-15 449e7237c6a575fdfd8393187f2ffcaffb000801
样式
已修改22个文件
177 ■■■■■ 文件已修改
src/views/AuthorizationManagement/menuRoleAuthorization.vue 50 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/SpatialData.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/catalogueManage.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dataUpdata.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dictionaryManage.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/domainManage.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/metadataManage.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/styleManage.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/versionManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/authorityManagement.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/blackwhiteList.vue 44 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/downlog.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/eventlogManage.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/logLog.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/operationLog.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/tokentool.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/userManagement.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/authorityManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/orgManage.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/resourceManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/roleManage.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/templateManage.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/AuthorizationManagement/menuRoleAuthorization.vue
@@ -1,15 +1,41 @@
<template>
  <div class="menuSettings_box">
    <My-bread
    <!-- <My-bread
      :list="[
        `${$t('operatManage.operatManage')}`,
        `${$t('operatManage.MenuRoleAuthorization')}`,
      ]"
    ></My-bread>
    <el-divider />
    <el-divider /> -->
    <div class="menuSettings_tree subpage_Div">
      <My-bread :list="[
          `${$t('operatManage.operatManage')}`,
          `${$t('operatManage.UserRoleAuthorization')}`,
        ]"></My-bread>
      <el-divider />
      <div class="menuTreeBox">
        <div class="card_tree">
          <el-tree
            :data="depList"
            :props="defaultProps"
            :show-checkbox="false"
            :check-on-click-node="true"
            :check-strictly="true"
            node-key="id"
            @check="treeCheck"
            :default-expanded-keys="[1]"
            ref="treeForm"
          >
          </el-tree>
        </div>
      </div>
    </div>
    <div class="menuTreeBox ">
      <div class="left_tree subpage_Div">
      <!-- <div class="left_tree subpage_Div">
        <el-tree
          :data="depList"
          :props="defaultProps"
@@ -22,7 +48,7 @@
          :default-expanded-keys="[1]"
        >
        </el-tree>
      </div>
      </div> -->
      <div class="right_menu subpage_Div">
        <div
          style="
@@ -90,7 +116,6 @@
        </el-table>
        <div
          style="margin-top: 20px; text-align: center"
          class="pagination_box"
        >
          <el-pagination
@@ -454,9 +479,13 @@
<style lang="less" scoped>
//@import url(); 引入公共css类
.menuSettings_box {
  height: 98%;
  height: 96%;
  width: 98%;
  padding: 1%;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
 
  .menuTreeBox {
    width: 100%;
@@ -469,11 +498,13 @@
      border-radius: 5px;
      float: left;
      overflow-y: auto;
      border-radius: 10px;
    
    }
    .right_menu {
      width: 67%;
      height: 92%;
      border-radius: 10px;
      width: 97%;
      height: 100%;
      padding: 10px;
     
      border-radius: 5px;
@@ -487,5 +518,8 @@
    margin-top: 8px;
  }
}
.subpage_Div{
  border-radius: 10px;
}
</style>
 
src/views/datamanage/SpatialData.vue
@@ -7,7 +7,7 @@
    <el-divider />
    <div class="spatialContent ">
      <div class="spatial_leftTree subpage_Div">
        <el-input v-model="filterText"></el-input>
        <el-input v-model="filterText" style="width: 200px;"></el-input>
        <div style="width:300px">
          <el-tree
@@ -31,15 +31,15 @@
        >
          <el-form-item>
            <!-- type="textarea" -->
            <el-input
              type="textarea"
              v-model="ruleForm.fileName"
              class="nm-skin-pretty"
              show-word-limit
              :rows="2"
              resize='none'
              disabled
              style="width: 545px;"
              style="width: 200px;"
            ></el-input>
          </el-form-item>
          <!-- <el-form-item style="float: right">
src/views/datamanage/catalogueManage.vue
@@ -121,7 +121,7 @@
            :label="$t('dataManage.dataUpObj.directoryName')"
            :label-width="formLabelWidth"
          >
            <el-input v-model="itemdetail.name" />
            <el-input v-model="itemdetail.name" style="max-width: 400px;"/>
          </el-form-item>
          <el-form-item
            :label="$t('dataManage.dataUpObj.catalogDescription')"
@@ -131,7 +131,7 @@
              v-model="itemdetail.descr"
              type="textarea"
              resize="none"
              style="height: 100%; overflow: auto"
              style="height: 100%; overflow: auto;max-width: 400px;"
            />
          </el-form-item>
          <el-form-item
@@ -142,6 +142,7 @@
              v-model="itemdetail.bak"
              type="textarea"
              resize="none"
              style="max-width: 400px;"
            />
          </el-form-item>
          <div class="btnBox">
src/views/datamanage/dataUpdata.vue
@@ -371,6 +371,7 @@
              <el-input
                v-model="formWarehousing.name"
                placeholder="请输入内容"
                style="width: 200px;"
              ></el-input>
            </el-form-item>
            <el-form-item style="float: right;">
src/views/datamanage/dictionaryManage.vue
@@ -15,6 +15,7 @@
          <el-input
            v-model="formInline.tab"
            :placeholder="$t('common.pleaseInput')"
            style="width:200px"
          ></el-input>
        </el-form-item>
        <el-form-item style="float:right">
src/views/datamanage/domainManage.vue
@@ -7,7 +7,7 @@
    <el-divider />
    <div class="mainBox">
      <div class="leftTree subpage_Div">
        <el-input v-model="filterInput"></el-input>
        <el-input v-model="filterInput" style="width:200px"></el-input>
        <div style="width:450px">
          <el-tree
            :data="domainData"
@@ -33,6 +33,7 @@
              <el-input
                v-model="queryForm.code"
                :placeholder="$t('common.pleaseInput')"
                style="width:200px"
              />
            </el-form-item>
            <el-form-item style="float: right;">
src/views/datamanage/metadataManage.vue
@@ -97,6 +97,7 @@
          <el-input
            v-model="queryForm.name"
            :placeholder="$t('common.pleaseInput')"
            style="width:200px"
          />
        </el-form-item>
        <!-- <el-form-item style="float:right">
src/views/datamanage/styleManage.vue
@@ -18,6 +18,7 @@
          <el-input
            v-model="ruleForm.name"
            :placeholder="$t('common.pleaseInput')"
            style="width:200px"
          />
        </el-form-item>
        <el-form-item style="float: right;">
src/views/datamanage/versionManage.vue
@@ -20,7 +20,7 @@
            :popper-append-to-body="false"
            v-model="ruleForm.dirid"
            placeholder="请选择"
            style="width:300px"
            style="width:200px"
          >
            <el-option
              :value="ruleForm.dirid"
src/views/maintenance/authorityManagement.vue
@@ -5,7 +5,7 @@
    <div class="inquire">
      <el-form ref="formData1" :model="form" :inline="true">
        <el-form-item label="" prop="name">
          <el-input v-model="form.name" placeholder="关键字" />
          <el-input  v-model="form.name" placeholder="关键字" />
        </el-form-item>
        <el-form-item>
src/views/maintenance/blackwhiteList.vue
@@ -25,6 +25,7 @@
                prop="blackListIP"
              >
                <el-input
                style="width:200px"
                  v-model="queryInfo.ip"
                  :placeholder="$t('operatManage.BWL.listIPInfo')"
                />
@@ -34,6 +35,7 @@
                prop="visit"
              >
                <el-input
                style="width:200px"
                  v-model="queryInfo.visit"
                  :placeholder="$t('operatManage.BWL.interceptionNumber')"
                />
@@ -170,6 +172,7 @@
              prop="ip"
            >
              <el-input
              style="width:200px"
                v-model="queryInfo.ip"
                :placeholder="$t('operatManage.BWL.listIPInfo')"
              />
@@ -179,11 +182,20 @@
              prop="visit"
            >
              <el-input
              style="width:200px"
                v-model="queryInfo.visit"
                :placeholder="$t('operatManage.BWL.interceptionNumber')"
              />
            </el-form-item>
            <el-form-item>
            <el-form-item style="float: right;">
              <el-button
                @click="resetForm('queryInfo')"
                type="info"   size="small"
              ><i class="el-icon-delete"></i> &nbsp;{{
                  $t('operatManage.BWL.reset')
                }}</el-button>
            </el-form-item>
            <el-form-item style="float: right;">
              <el-button
                size="small"
                type="primary"
@@ -192,25 +204,7 @@
                  $t('operatManage.BWL.search')
                }}</el-button>
            </el-form-item>
            <el-form-item>
              <el-button
                @click="resetForm('queryInfo')"
                type="info"   size="small"
              ><i class="el-icon-delete"></i> &nbsp;{{
                  $t('operatManage.BWL.reset')
                }}</el-button>
            </el-form-item>
            <el-form-item>
              <el-button
                type="success"   size="small"
                icon="el-icon-edit"
                v-if="menuStatus.insert"
                @click="showInsertdialog(2)"
              >{{
                $t('common.append')
              }}</el-button>
            </el-form-item>
            <el-form-item>
            <el-form-item style="float: right;">
              <el-button
                type="danger" size="small"
                icon="el-icon-delete"
@@ -220,6 +214,16 @@
                $t('common.delete')
              }}</el-button>
            </el-form-item>
            <el-form-item style="float: right;">
              <el-button
                type="success"   size="small"
                icon="el-icon-edit"
                v-if="menuStatus.insert"
                @click="showInsertdialog(2)"
              >{{
                $t('common.append')
              }}</el-button>
            </el-form-item>
          </el-form>
        </div>
        <div class="table_box1 subpage_Div">
src/views/maintenance/downlog.vue
@@ -16,6 +16,7 @@
          :label="$t('operatManage.operationLogObj.username')"
        >
          <el-input
          style="width:200px"
            v-model="sizeForm.uname"
            :placeholder="$t('operatManage.operationLogObj.pleaseInput')"
          />
@@ -25,6 +26,7 @@
          :label="$t('operatManage.operationLogObj.operationType')"
        >
          <el-select
          style="width:200px"
            :popper-append-to-body="false"
            v-model="sizeForm.type"
            :placeholder="$t('operatManage.operationLogObj.pleaseSelect')"
@@ -55,7 +57,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.start"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :popper-class="popperclass"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
@@ -69,7 +71,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.end"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          >
src/views/maintenance/eventlogManage.vue
@@ -16,6 +16,7 @@
          :label="$t('operatManage.operationLogObj.username')"
        >
          <el-input
          style="width:200px"
            v-model="sizeForm.uname"
            :placeholder="$t('operatManage.operationLogObj.pleaseInput')"
          />
@@ -25,6 +26,7 @@
          :label="$t('operatManage.operationLogObj.operationType')"
        >
          <el-select
          style="width:200px"
           :popper-append-to-body="false"
            clearable
            v-model="sizeForm.type"
@@ -64,7 +66,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.start"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          ></el-date-picker>
@@ -77,7 +79,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.end"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          >
src/views/maintenance/logLog.vue
@@ -17,6 +17,7 @@
          :label="$t('operatManage.operationLogObj.username')"
        >
          <el-input
          style="width:200px"
            v-model="sizeForm.uname"
            :placeholder="$t('operatManage.operationLogObj.pleaseInput')"
          />
@@ -26,6 +27,7 @@
          :label="$t('operatManage.operationLogObj.operationType')"
        >
          <el-select
          style="width:200px"
           :popper-append-to-body="false"
            v-model="sizeForm.type"
            :placeholder="$t('operatManage.operationLogObj.pleaseSelect')"
@@ -52,7 +54,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.start"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          ></el-date-picker>
@@ -65,7 +67,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.end"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          >
src/views/maintenance/operationLog.vue
@@ -17,6 +17,7 @@
          :label="$t('operatManage.operationLogObj.username')"
        >
          <el-input
          style="width:200px"
            v-model="sizeForm.uname"
            :placeholder="$t('operatManage.operationLogObj.pleaseInput')"
          />
@@ -26,6 +27,7 @@
          :label="$t('operatManage.operationLogObj.operationType')"
        >
          <el-select
          style="width:200px"
           :popper-append-to-body="false"
            clearable
            v-model="sizeForm.type"
@@ -69,7 +71,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.start"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          ></el-date-picker>
@@ -82,7 +84,7 @@
            format="yyyy-MM-dd HH:mm:ss"
            value-format="yyyy-MM-dd HH:mm:ss"
            v-model="sizeForm.end"
            style="width: 100%"
            style="width:200px"
            type="datetime"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          >
src/views/maintenance/tokentool.vue
@@ -24,6 +24,7 @@
        <el-form-item :label="$t('operatManage.tokentoolObj.tokenStatus')">
          <el-select
          style="width:200px"
           :popper-append-to-body="false"
            v-model="ruleForm.value"
            :placeholder="$t('common.choose')"
src/views/maintenance/userManagement.vue
@@ -15,7 +15,7 @@
          prop="uname"
          :label="$t('userManage.userInfoObj.uname')"
        >
          <el-input v-model="queryForm.uname" />
          <el-input v-model="queryForm.uname" style="width:200px"/>
        </el-form-item>
        <el-form-item
          prop="depid"
@@ -25,6 +25,7 @@
            :popper-append-to-body="false"
            v-model="queryForm.depName"
            placeholder="请选择"
            style="width:200px"
          >
            <el-option
              :value="queryForm.depid"
src/views/userManage/authorityManage.vue
@@ -13,7 +13,7 @@
        :inline="true"
      >
        <el-form-item  >
          <el-input v-model="ruleForm.name"></el-input>
          <el-input v-model="ruleForm.name" style="width:200px"></el-input>
        </el-form-item>
        <el-form-item style="float: right;">
          <el-button
src/views/userManage/orgManage.vue
@@ -20,8 +20,12 @@
          </el-tree>
        </div>
      </div>
      <div class="right_menu subpage_Div">
      <div style="width: 80%;border: 1px solid #dcdfe6;
        width: 80%;
        height: 91%;
        border-radius: 5px;
        padding: 1%;
        overflow: auto;">
        <div style="display:flex;justify-content:space-between">
          <el-breadcrumb separator="/">
            <el-breadcrumb-item :to="{ path: '/' }">{{
@@ -72,10 +76,10 @@
            >向下移动</el-button>
          </div>
        </div>
        <el-divider />
        <div class="form_box">
          <el-divider class="eldivider" />
          <el-form
            style="min-height: 600px;overflow-y: auto;height: 500px;margin-top: 25px;"
            :model="itemdetail"
            ref="itemdetail"
            :rules="rules"
@@ -87,6 +91,7 @@
              <el-input
                v-model="itemdetail.name"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -96,6 +101,7 @@
              <el-input
                v-model="itemdetail.sname"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -105,6 +111,7 @@
              <el-input
                v-model="itemdetail.code"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -114,6 +121,7 @@
              <el-input
                v-model="itemdetail.uncode"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -123,6 +131,7 @@
              <el-input
                v-model="itemdetail.addr"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -132,6 +141,7 @@
              <el-input
                v-model="itemdetail.contact"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -141,6 +151,7 @@
              <el-input
                v-model="itemdetail.fax"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -150,6 +161,7 @@
              <el-input
                v-model="itemdetail.email"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -159,6 +171,7 @@
              <el-input
                v-model="itemdetail.post"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -168,6 +181,7 @@
              <el-input
                v-model="itemdetail.website"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <el-form-item
@@ -177,6 +191,7 @@
              <el-input
                v-model="itemdetail.bak"
                autocomplete="off"
                style="max-width: 400px;"
              ></el-input>
            </el-form-item>
            <div
@@ -197,7 +212,6 @@
            </div>
          </el-form>
        </div>
      </div>
    </div>
src/views/userManage/resourceManage.vue
@@ -12,7 +12,7 @@
        :inline="true"
      >
        <el-form-item :label="$t('userManage.resManageObj.name')">
          <el-input v-model="ruleForm.name"></el-input>
          <el-input v-model="ruleForm.name" style="width:200px"></el-input>
        </el-form-item>
        <el-form-item style="float:right">
          <el-button
src/views/userManage/roleManage.vue
@@ -15,7 +15,7 @@
          :label="$t('userManage.RM.roleName')"
          prop="username"
        >
          <el-input v-model="roleForm.username" />
          <el-input v-model="roleForm.username" style="width:200px"/>
        </el-form-item>
        <el-form-item
          :label="$t('userManage.RM.ownedSystem')"
@@ -25,7 +25,7 @@
            :popper-append-to-body="false"
            v-model="roleForm.depValue"
            placeholder="请选择"
            style="width:93%"
            style="width:200px"
          >
            <el-option
              :value="roleForm.depid"
src/views/userManage/templateManage.vue
@@ -13,6 +13,7 @@
      >
        <el-form-item>
          <el-input
          style="width:200px"
            v-model="ruleForm.name"
            :placeholder="$t('common.pleaseInput')"
          />