字典键值改为string后,字典组件增加int转换

dev
smallchill 6 years ago
parent 4c1228bdd4
commit ef020657eb
  1. 1
      src/views/authority/apiscope.vue
  2. 1
      src/views/authority/datascope.vue
  3. 1
      src/views/desk/notice.vue
  4. 1
      src/views/flow/deploy.vue
  5. 1
      src/views/flow/manager.vue
  6. 1
      src/views/resource/oss.vue
  7. 1
      src/views/system/dept.vue
  8. 2
      src/views/tool/code.vue
  9. 1
      src/views/work/claim.vue
  10. 1
      src/views/work/done.vue
  11. 1
      src/views/work/send.vue
  12. 1
      src/views/work/start.vue
  13. 1
      src/views/work/todo.vue

@ -343,6 +343,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
width: 100,
prop: "scopeType",

@ -346,6 +346,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
width: 140,
prop: "scopeType",

@ -87,6 +87,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

@ -29,6 +29,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
rules: [
{
required: true,

@ -175,6 +175,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

@ -87,6 +87,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

@ -141,6 +141,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
width: 120,
prop: "deptCategory",
slot: true,

@ -160,6 +160,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
hide: true,
rules: [{
required: true,
@ -176,6 +177,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
hide: true,
rules: [{
required: true,

@ -110,6 +110,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

@ -103,6 +103,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

@ -107,6 +107,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

@ -111,6 +111,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

@ -110,6 +110,7 @@
label: "dictValue",
value: "dictKey"
},
dataType: "number",
slot: true,
prop: "category",
search: true,

Loading…
Cancel
Save