Преглед на файлове

1、替换avue.min.js版本

billisme преди 4 години
родител
ревизия
9b93173bf8
променени са 4 файла, в които са добавени 14 реда и са изтрити 2 реда
  1. 1 1
      public/cdn/avue/2.8.12/avue.min.js
  2. 0 0
      public/cdn/avue/2.8.12/index.css
  3. 1 0
      src/views/community/agency.vue
  4. 12 1
      src/views/person/basicinfo.vue

Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
public/cdn/avue/2.8.12/avue.min.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
public/cdn/avue/2.8.12/index.css


+ 1 - 0
src/views/community/agency.vue

@@ -203,6 +203,7 @@ export default {
             prop: "regionCity",
             type: "select",
             width: 150,
+            dicFlag: true,
             cascaderItem: ["regionArea"],
             dicUrl: `/api/blade-system/region/lazy-tree?parentCode={{key}}`,
 

+ 12 - 1
src/views/person/basicinfo.vue

@@ -278,7 +278,8 @@
               search: true,
               searchFilterable: true,
               // cascaderItem: ['buildingId'],
-              dicUrl: "/api/cyzh-community/residential/list",
+              remote: true,
+              dicUrl: "/api/cyzh-community/residential/list?name={{key}}",
               dicFormatter:(res)=>{
                 return res.data.records;//返回字典的层级结构
               },
@@ -617,6 +618,16 @@
                 trigger: "blur"
               }]
             },
+            {
+              label: "审核状态",
+              prop: "remark",
+              hide:true,
+              rules: [{
+                required: false,
+                message: "请输入备注",
+                trigger: "blur"
+              }]
+            },
             {
               label: "备注",
               prop: "remark",

Някои файлове не бяха показани, защото твърде много файлове са промени