diff --git a/jeecgboot-vue3/src/views/depfile/Depfile.data.ts b/jeecgboot-vue3/src/views/depfile/Depfile.data.ts index 0840478..b95bf77 100644 --- a/jeecgboot-vue3/src/views/depfile/Depfile.data.ts +++ b/jeecgboot-vue3/src/views/depfile/Depfile.data.ts @@ -80,6 +80,44 @@ export const columns2: BasicColumn[] = [ },*/ ]; +export const columns3: BasicColumn[] = [ + /*{ + title: '部门名称', + align: "center", + dataIndex: 'depid_dictText' + },*/ + { + title: '名称', + align: "center", + dataIndex: 'filename' + }, + { + title: '认定部门及批号', + align: "center", + dataIndex: 'depnumber' + }, + { + title: '认定时间', + align: "center", + dataIndex: 'rdtime' + }, + /*{ + title: '文件', + align: "center", + dataIndex: 'upfile', + },*/ + /*{ + title: '文件后缀', + align: "center", + dataIndex: 'filehz' + }, + { + title: '文件类型', + align: "center", + dataIndex: 'filelx_dictText' + },*/ +]; + // 高级查询数据 export const superQuerySchema = { depid: {title: '部门名称',order: 0,view: 'sel_search', type: 'string',dictTable: "sys_depart", dictCode: 'id', dictText: 'depart_name',}, diff --git a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue index 2ee3a2d..401a26a 100644 --- a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue +++ b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue @@ -4,18 +4,22 @@ + 上传附件 + + @@ -23,7 +27,17 @@
- + + +
返回 @@ -31,18 +45,25 @@ diff --git a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue index 66b3d77..50e14fd 100644 --- a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue +++ b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue @@ -9,8 +9,20 @@ :schema="schema" /> - - +
+ + + +
+