diff --git a/src/api/data/dataThread.ts b/src/api/data/dataThread.ts new file mode 100644 index 0000000..5d4deb6 --- /dev/null +++ b/src/api/data/dataThread.ts @@ -0,0 +1,29 @@ +import request from "@/api/request"; + +export function listDataThread(query) { + return request.get({ + url: '/books/dataThread', + query + }); +} + +/** + * 补充涉及问题 + * */ +export function replenishInvolvedIssueDataFun(query){ + return request.get({ + url:'/books/dataThread/replenishInvolvedIssue', + query + }) +} + +/** + * 删除接口 + * */ + +export function delDataThreadFun(query){ + return request.del({ + url:'/books/dataThread/delDataThread', + query + }) +} diff --git a/src/components/negative/add.vue b/src/components/negative/add.vue index e82f8b0..6dfa3a3 100644 --- a/src/components/negative/add.vue +++ b/src/components/negative/add.vue @@ -102,8 +102,10 @@ form.problemSourcesCode === ProblemSources.XCDC " > - - + diff --git a/src/views/data/Gabxf.vue b/src/views/data/Gabxf.vue index 426da65..8ff3d75 100644 --- a/src/views/data/Gabxf.vue +++ b/src/views/data/Gabxf.vue @@ -95,6 +95,7 @@ > 集访导入 领导接访导入 + 涉及问题导入 数据导出 + + + + + + + + + + 点击或拖拽文件到此区域上传 + + + + + + 已选择文件:{{ + fileList[fileList.length - 1].name + }} + + + + + 文件模板 + 涉及问题导入模板.xlsx 下载 + + + + diff --git a/src/views/data/PetitionComplaint.vue b/src/views/data/PetitionComplaint.vue index a0aded9..a621511 100644 --- a/src/views/data/PetitionComplaint.vue +++ b/src/views/data/PetitionComplaint.vue @@ -93,6 +93,7 @@ > + @@ -125,7 +126,13 @@ prop="channelForFilingComplaints" width="90" show-overflow-tooltip - /> + > + + {{ + (row.tableName === 'gabxf')?(row.problemSourcesCode==='21'?'国家信访':'公安部信访'):'局长信箱' + }} + + + > + + {{timeFormat(row.discoveryTime)}} + + + + + {{timeFormat(row.crtTime)}} + + - + {{ @@ -247,9 +267,9 @@ 投诉渠道 - {{ - activeRow.channelForFilingComplaints || "/" - }} + {{ + (activeRow.tableName === 'gabxf')?(activeRow.problemSourcesCode==='21'?'国家信访':'公安部信访'):'局长信箱' + }} 信访方式 @@ -325,12 +345,19 @@ + +
点击或拖拽文件到此区域上传