Просмотр исходного кода

Merge branch 'master' of http://192.168.1.218:3000/lianghanqiang/saber-community into master

slowslo 5 лет назад
Родитель
Сommit
ecee984783

+ 2 - 2
src/views/person/disabler.vue

@@ -190,7 +190,7 @@
               label: "行为能力",
               prop: "ability",
               type: 'select',
-              dataType: 'string',
+              dataType: 'number',
               dicUrl: "/api/blade-system/dict-biz/dictionary?code=ability",
               props: {
                 label: "dictValue",
@@ -206,7 +206,7 @@
               label: "社交能力",
               prop: "socialSkills",
               type: 'select',
-              dataType: 'string',
+              dataType: 'number',
               hide: true,
               dicUrl: "/api/blade-system/dict-biz/dictionary?code=social-skills",
               props: {

+ 2 - 2
src/views/person/elderlypeople.vue

@@ -91,7 +91,7 @@
               label: "有无子女",
               prop: "children",
               type: 'select',
-              dataType: 'string',
+              dataType: 'number',
               hide: true,
               dicUrl: "/api/blade-system/dict-biz/dictionary?code=children",
               props: {
@@ -128,7 +128,7 @@
               label: "行为能力",
               prop: "ability",
               type: 'select',
-              dataType: 'string',
+              dataType: 'number',
               dicUrl: "/api/blade-system/dict-biz/dictionary?code=ability",
               props: {
                 label: "dictValue",

+ 2 - 2
src/views/person/keypeople.vue

@@ -99,7 +99,7 @@
               label: "是否需要援助",
               prop: "assistance",
               type: 'select',
-              dataType: 'string',
+              dataType: 'number',
               dicUrl: "/api/blade-system/dict-biz/dictionary?code=assistance",
               props: {
                 label: "dictValue",
@@ -115,7 +115,7 @@
               label: "是否需要走访",
               prop: "visit",
               type: 'select',
-              dataType: 'string',
+              dataType: 'number',
               dicUrl: "/api/blade-system/dict-biz/dictionary?code=visit",
               props: {
                 label: "dictValue",