Browse Source

红色代办

master
dai 2 years ago
parent
commit
a09d486ba7
  1. 8
      src/views/modules/lingshan/djyl/hsdb/dbfw.vue
  2. 14
      src/views/modules/lingshan/djyl/hsdb/dby.vue
  3. 4
      src/views/modules/lingshan/shzl/tsrq/cpts/edit.vue

8
src/views/modules/lingshan/djyl/hsdb/dbfw.vue

@ -76,9 +76,9 @@ export default {
} }
}, },
}, },
{ field: "代办员姓名", keyName: "name", type: "input" }, { field: "代办员姓名", keyName: "agentName", type: "input" },
{ field: "手机号", keyName: "phone", type: "input" }, { field: "手机号", keyName: "mobile", type: "input" },
{ field: "身份证号", keyName: "mobile", type: "input" }, { field: "身份证号", keyName: "idCard", type: "input" },
], ],
tableParams: [ tableParams: [
@ -91,7 +91,7 @@ export default {
{ field: "联系电话", keyName: "mobile", type: "text" }, { field: "联系电话", keyName: "mobile", type: "text" },
{ field: "身份证号", keyName: "idCard", type: "text" }, { field: "身份证号", keyName: "idCard", type: "text" },
], ],
tableUrl: "【GET】/epmetuser/lingshan/serviceAgent/work/agentList", tableUrl: "【GET】/epmetuser/lingshan/serviceAgent/workpc/serviceList",
mubanUrl: "", mubanUrl: "",
importUrl: "", importUrl: "",
exportUrl: "/gov/org/icDangerousChemicals/export", exportUrl: "/gov/org/icDangerousChemicals/export",

14
src/views/modules/lingshan/djyl/hsdb/dby.vue

@ -76,22 +76,22 @@ export default {
} }
}, },
}, },
{ field: "代办员姓名", keyName: "name", type: "input" }, { field: "代办员姓名", keyName: "agentName", type: "input" },
{ field: "手机号", keyName: "phone", type: "input" }, { field: "手机号", keyName: "mobile", type: "input" },
{ field: "身份证号", keyName: "mobile", type: "input" }, { field: "身份证号", keyName: "idCard", type: "input" },
], ],
tableParams: [ tableParams: [
{ field: "序号", keyName: "", type: "no" }, { field: "序号", keyName: "", type: "no" },
{ field: "所属组织", keyName: "orgName", type: "text" }, { field: "所属组织", keyName: "orgName", type: "text" },
{ field: "代办员姓名", keyName: "name", type: "text" }, { field: "代办员姓名", keyName: "agentName", type: "text" },
{ field: "性别", keyName: "gender", type: "text" }, { field: "性别", keyName: "genderDisplay", type: "text" },
{ field: "年龄", keyName: "age", type: "text" }, { field: "年龄", keyName: "age", type: "text" },
{ field: "学历", keyName: "edu", type: "text" }, { field: "学历", keyName: "cultureDisplay", type: "text" },
{ field: "联系电话", keyName: "mobile", type: "text" }, { field: "联系电话", keyName: "mobile", type: "text" },
{ field: "身份证号", keyName: "idCard", type: "text" }, { field: "身份证号", keyName: "idCard", type: "text" },
], ],
tableUrl: "【GET】/epmetuser/lingshan/serviceAgent/work/agentList", tableUrl: "【GET】/data/aggregator/lingshan/serviceAgent/workpc/agentList",
mubanUrl: "", mubanUrl: "",
importUrl: "", importUrl: "",
exportUrl: "/gov/org/icDangerousChemicals/export", exportUrl: "/gov/org/icDangerousChemicals/export",

4
src/views/modules/lingshan/shzl/tsrq/cpts/edit.vue

@ -1225,11 +1225,11 @@ export default {
specialTypeOptions: dict.specialType, specialTypeOptions: dict.specialType,
yesOptions: [ yesOptions: [
{ {
value: "0", value: 0,
label: "否", label: "否",
}, },
{ {
value: "1", value: 1,
label: "是", label: "是",
}, },
], ],

Loading…
Cancel
Save