田源
2024-12-30 a4d039cee6e2943eb025717a8fe69b4c992797a5
整合代码 添加系统菜单默认图标
已修改3个文件
17 ■■■■■ 文件已修改
Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/system/log/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/systemModel/operateType/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue
@@ -15,7 +15,10 @@
                  :index="item[pathKey]">
        <template slot="title">
        <div style="display: flex">
          <icon-show :name="item[iconKey]" class="iconShowSpan" :style="{ height: iconSize, width: iconSize }"></icon-show>
          <icon-show v-if="item[iconKey]" :name="item[iconKey]" class="iconShowSpan" :style="{ height: iconSize, width: iconSize }"></icon-show>
         <div  v-else>
           <i class="el-icon-setting" :font-size="iconSize"></i>
         </div>
          <span slot="title"
                :class="{'el-menu--display':collapse && first}">{{ generateTitle(item) }}</span>
        </div>
Source/plt-web/plt-web-ui/src/views/system/log/index.vue
@@ -49,17 +49,17 @@
        column: [
          {
            label: '用户名',
            prop: 'truename',
            prop: 'username',
            search: true,
            searchSpan: 4,
            searchLabel: '操作用户',
            type: 'select',
            dicUrl: '/api/loginBasicController/getOperatingUsers',
            sortable: true,
            width: 150
            width: 200
          }, {
            label: '姓名',
            prop: 'username',
            prop: 'truename',
            sortable: true,
            width: 150
          }, {
Source/plt-web/plt-web-ui/src/views/systemModel/operateType/index.vue
@@ -181,7 +181,8 @@
        identify: this.form.code,
        alias: this.form.alias,
        desc: this.form.remark,
        seq: this.form.sort
        seq: this.form.sort,
        source: this.form.source,
      }
      addOperationType(params).then(res => {
        if (res.data.code === 200) {
@@ -236,7 +237,8 @@
        identify: this.form.code,
        alias: this.form.alias,
        desc: this.form.remark,
        seq: this.form.sort
        seq: this.form.sort,
        source: this.form.source,
      }
      updateOperationType(params).then(res => {
        if (res.data.code === 200) {