diff --git a/src/styles/iconfont.css b/src/styles/iconfont.css index 620ac5d..a41400d 100644 --- a/src/styles/iconfont.css +++ b/src/styles/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 4122597 */ - src: url('iconfont.woff2?t=1686734240029') format('woff2'), - url('iconfont.woff?t=1686734240029') format('woff'), - url('iconfont.ttf?t=1686734240029') format('truetype'); + src: url('iconfont.woff2?t=1686993328053') format('woff2'), + url('iconfont.woff?t=1686993328053') format('woff'), + url('iconfont.ttf?t=1686993328053') format('truetype'); } .iconfont { @@ -13,6 +13,26 @@ -moz-osx-font-smoothing: grayscale; } +.icon-jiaoyu1:before { + content: "\e62a"; +} + +.icon-caiwu:before { + content: "\e68d"; +} + +.icon-shenhe:before { + content: "\e715"; +} + +.icon-kangfuzhongxin-copy:before { + content: "\e630"; +} + +.icon-minfanggaizao:before { + content: "\e629"; +} + .icon-yongyaojihua:before { content: "\e803"; } diff --git a/src/styles/iconfont.ttf b/src/styles/iconfont.ttf index 01c98f6..e41b9f0 100644 Binary files a/src/styles/iconfont.ttf and b/src/styles/iconfont.ttf differ diff --git a/src/styles/iconfont.woff b/src/styles/iconfont.woff index 44868fe..9441eaf 100644 Binary files a/src/styles/iconfont.woff and b/src/styles/iconfont.woff differ diff --git a/src/styles/iconfont.woff2 b/src/styles/iconfont.woff2 index 48d6c45..6f694dc 100644 Binary files a/src/styles/iconfont.woff2 and b/src/styles/iconfont.woff2 differ diff --git a/src/views/street/index.vue b/src/views/apply/education.vue similarity index 77% rename from src/views/street/index.vue rename to src/views/apply/education.vue index d733e3b..2b354fd 100644 --- a/src/views/street/index.vue +++ b/src/views/apply/education.vue @@ -1,5 +1,5 @@ + + diff --git a/src/views/apply/health.vue b/src/views/apply/health.vue new file mode 100644 index 0000000..2b354fd --- /dev/null +++ b/src/views/apply/health.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/src/views/apply/office.vue b/src/views/apply/office.vue new file mode 100644 index 0000000..2b354fd --- /dev/null +++ b/src/views/apply/office.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/src/views/apply/reform.vue b/src/views/apply/reform.vue new file mode 100644 index 0000000..2b354fd --- /dev/null +++ b/src/views/apply/reform.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/src/views/checks/components/check.vue b/src/views/checks/components/check.vue new file mode 100644 index 0000000..dbc8ae3 --- /dev/null +++ b/src/views/checks/components/check.vue @@ -0,0 +1,100 @@ + + + + + \ No newline at end of file diff --git a/src/views/checks/index.vue b/src/views/checks/index.vue new file mode 100644 index 0000000..369ed43 --- /dev/null +++ b/src/views/checks/index.vue @@ -0,0 +1,257 @@ + + + + + diff --git a/src/views/component/dialog.vue b/src/views/component/dialog.vue index e0ff0cf..1ae2cd0 100644 --- a/src/views/component/dialog.vue +++ b/src/views/component/dialog.vue @@ -18,7 +18,7 @@ export default { props: { title: "新增", visible: this.dialogVisible, - width: "600px", + width: "60%", }, on: { "update:visible": (val) => { diff --git a/src/views/component/imports.vue b/src/views/component/imports.vue index fd62748..00cca11 100644 --- a/src/views/component/imports.vue +++ b/src/views/component/imports.vue @@ -54,7 +54,7 @@ export default { }, data() { return { - action: `${process.env.VUE_APP_BASE_API}/api/admin/base-form/excel-show`, + action: `${process.env.VUE_APP_BASE_API}api/admin/base-form/excel-show`, dialogVisible: false, headers: [], diff --git a/src/views/component/table.vue b/src/views/component/table.vue index 32fc385..ac83c45 100644 --- a/src/views/component/table.vue +++ b/src/views/component/table.vue @@ -444,7 +444,6 @@ export default { } }); this.form = fields.sort(this.handle('sort')); - console.log(111, this.form); // if(res.fields && res.fields instanceof Array) { // res.fields.forEach(i => { // if (i.field) { @@ -472,19 +471,18 @@ export default { // }) // } // this.form = res.fields - this.table = this.form.sort(this.handle('sort')) + this.table = this.form ?.filter((i) => i.list_show) .map((i) => { let linkOb = {}; - - if (i.select_item && typeof i.select_item === 'object') { + if (i.select_item && typeof i.select_item === 'object' && (toString.call(i.select_item) !== "[object Array]")) { let keys = Object.keys(i.select_item) linkOb.customFn = row => { let paramMap = new Map() + keys.forEach(key => { paramMap.set(i.select_item[key],key) }) - return ( { paramMap.get(row[i.field].toString()) } @@ -539,6 +537,7 @@ export default { linkOb ); }); + console.log(this.table) this.table.unshift({ type: "index", width: 60, diff --git a/src/views/record/components/addRecord.vue b/src/views/record/components/addRecord.vue index aca8d3e..5f5ff85 100644 --- a/src/views/record/components/addRecord.vue +++ b/src/views/record/components/addRecord.vue @@ -8,6 +8,20 @@ 个人信息 + + @@ -339,7 +353,8 @@ }, mapform: [], form: { - infotext: '', + infotext: '', + street:'', name: '', nation: '', sex: "", @@ -377,7 +392,8 @@ disabilitytypeList: [], disabilitylevelList: [], educationList: [], - relationList: [] + relationList: [], + streetList:[] } } @@ -399,7 +415,6 @@ }, mapform(newVal){ if(newVal){ - console.log(newVal) this.form.longitude = newVal[0] this.form.latitude = newVal[1] this.form.reside = newVal[2] @@ -409,11 +424,10 @@ methods: { async getLabel() { let numbers = { - number:['sexList','marryList','disabilitylevelList','disabilitytypeList','educationList','relationList'] + number:['streetList','sexList','marryList','disabilitylevelList','disabilitytypeList','educationList','relationList'] } const res = await getparameter(numbers); for(var k of res){ - console.log(k) for(var m in this.lists){ if(m==k.number){ this.lists[m] = k.detail @@ -427,7 +441,8 @@ table_name: this.tableName }) this.form = { - infotext: '', + infotext: '', + street:res?.street, name: res?.name, nation: res?.nation, sex: res?.sex, @@ -464,7 +479,6 @@ submit(val) { - console.log(this.form) // return if (this.type === 'add') { save({ diff --git a/src/views/record/index.vue b/src/views/record/index.vue index 838415a..cbf1aae 100644 --- a/src/views/record/index.vue +++ b/src/views/record/index.vue @@ -9,9 +9,10 @@ - - + + @@ -24,7 +25,9 @@