diff --git a/src/api/report/RealTaskInfo.js b/src/api/report/RealTaskInfo.js
new file mode 100644
index 0000000..4cfee5e
--- /dev/null
+++ b/src/api/report/RealTaskInfo.js
@@ -0,0 +1,44 @@
+import request from '@/utils/request'
+
+// 查询任务信息列表
+export function listRealTaskInfo(query) {
+ return request({
+ url: '/report/RealTaskInfo/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询任务信息详细
+export function getRealTaskInfo(objid) {
+ return request({
+ url: '/report/RealTaskInfo/' + objid,
+ method: 'get'
+ })
+}
+
+// 新增任务信息
+export function addRealTaskInfo(data) {
+ return request({
+ url: '/report/RealTaskInfo',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改任务信息
+export function updateRealTaskInfo(data) {
+ return request({
+ url: '/report/RealTaskInfo',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除任务信息
+export function delRealTaskInfo(objid) {
+ return request({
+ url: '/report/RealTaskInfo/' + objid,
+ method: 'delete'
+ })
+}
diff --git a/src/views/report/RealTaskInfo/index.vue b/src/views/report/RealTaskInfo/index.vue
new file mode 100644
index 0000000..9dc1d21
--- /dev/null
+++ b/src/views/report/RealTaskInfo/index.vue
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.beginTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+ {{ parseTime(scope.row.endTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+ {{ parseTime(scope.row.createdTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+ {{ parseTime(scope.row.updatedTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+