luoaoxuan 1 год назад
Родитель
Сommit
8568746b08
2 измененных файлов с 22 добавлено и 0 удалено
  1. 10 0
      src/views/component/device/deviceDialog.vue
  2. 12 0
      src/views/platform/risk/riskDetail.vue

+ 10 - 0
src/views/component/device/deviceDialog.vue

@@ -1293,6 +1293,16 @@ export default {
         .el-tabs__header {
             margin: 0 0 30px !important;
         }
+        .ibps-image{
+            display: flex;
+            align-items: center;
+            gap: 20px;
+        }
+        .list-group{
+            display: flex;
+            align-items: center;
+            gap: 20px;
+        }
     }
 
 </style>

+ 12 - 0
src/views/platform/risk/riskDetail.vue

@@ -210,6 +210,8 @@
                                     :disabled="readonly"
                                     :multiple="false"
                                     size="mini"
+                                    :filter="filter"
+                                    filterable
                                 />
                             </template>
                         </el-table-column>
@@ -257,6 +259,16 @@ export default {
     data () {
         const { userId, position, level } = this.$store.getters
         return {
+            filter: [{
+                descVal: '2',
+                includeSub: true,
+                old: 'position',
+                partyId: this.$store.getters.userInfo.employee.positions,
+                partyName: '',
+                scriptContent: '',
+                type: 'user',
+                userType: 'position'
+            }],
             form: {
                 xuan_ze_feng_xian: ''
             },