Kaynağa Gözat

页面更新

sr 4 yıl önce
ebeveyn
işleme
389b36c062

+ 1 - 0
ruoyi-ui/src/assets/icons/svg/addy.svg

@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1618990218847" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2899" xmlns:xlink="http://www.w3.org/1999/xlink" width="200.1953125" height="200"><defs><style type="text/css"></style></defs><path d="M852.812 166.713c-92.715-89.28-212.9-140.789-339.954-140.789s-250.672 51.509-339.953 140.79c-188.863 188.862-188.863 491.043 0 679.906 89.28 89.28 212.9 140.789 339.953 140.789S763.531 935.9 852.812 846.62c188.863-188.863 188.863-491.044 0-679.907m-48.074 631.833c-78.98 78.979-181.996 120.185-291.88 120.185s-212.9-41.206-291.879-120.185c-161.392-161.392-161.392-422.367 0-583.759 78.98-78.979 181.996-120.185 291.88-120.185s212.9 41.206 291.879 120.185c161.392 161.392 161.392 422.367 0 583.759" fill="#515151" p-id="2900"></path><path d="M547.197 472.328V297.2c0-20.603-13.735-34.338-34.339-34.338S478.52 276.597 478.52 297.2v175.128H303.392c-20.603 0-34.339 13.735-34.339 34.339 0 10.301 3.434 17.169 10.302 24.037s13.736 10.301 24.037 10.301H478.52v175.128c0 10.302 3.434 17.17 10.301 24.037 6.868 6.868 13.736 10.302 24.037 10.302 20.604 0 34.34-13.736 34.34-34.34V541.006h175.127c20.603 0 34.338-13.735 34.338-34.338s-13.735-34.34-34.338-34.34H547.197z" fill="#515151" p-id="2901"></path></svg>

+ 13 - 13
ruoyi-ui/src/components/Directives/index.js

@@ -1,14 +1,14 @@
-import Vue from 'vue'
-Vue.directive('loadmore', {
- bind (el, binding) {
-  // 获取element-ui定义好的scroll盒子
-  const SELECTWRAP_DOM = el.querySelector('.el-select-dropdown .el-select-dropdown__wrap')
-  SELECTWRAP_DOM.addEventListener('scroll', function () {
+// import Vue from 'vue'
+// Vue.directive('loadmore', {
+//  bind (el, binding) {
+//   // 获取element-ui定义好的scroll盒子
+//   const SELECTWRAP_DOM = el.querySelector('.el-select-dropdown .el-select-dropdown__wrap')
+//   SELECTWRAP_DOM.addEventListener('scroll', function () {
     
     
-   const CONDITION = this.scrollHeight - this.scrollTop <= this.clientHeight
-   if (CONDITION) {
-    binding.value()
-   }
-  })
- }
-})
+//    const CONDITION = this.scrollHeight - this.scrollTop <= this.clientHeight
+//    if (CONDITION) {
+//     binding.value()
+//    }
+//   })
+//  }
+// })

Dosya farkı çok büyük olduğundan ihmal edildi
+ 440 - 404
ruoyi-ui/src/views/system/role/index.vue


+ 1 - 1
ruoyi-ui/src/views/tool/gen/editTable.vue

@@ -135,7 +135,7 @@
               </el-col>
               </el-col>
               <el-col :span="8">
               <el-col :span="8">
                 <el-form-item label="外键(FK):" prop="foreignKey">
                 <el-form-item label="外键(FK):" prop="foreignKey">
-                  <el-select style="width: 100%;" v-model="formZd.foreignKey" placeholder="请选择外键(FK)" clearable size="small">
+                  <el-select style="width: 100%;" filterable v-model="formZd.foreignKey" placeholder="请选择外键(FK)" clearable size="small">
                     <el-option v-for="dict in columList" :key="dict.columnId" :label="dict.columnName" :value="dict.columnId" />
                     <el-option v-for="dict in columList" :key="dict.columnId" :label="dict.columnName" :value="dict.columnId" />
                   </el-select>
                   </el-select>
                 </el-form-item>
                 </el-form-item>

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor