diff --git a/src/api/liswork/xtwh/reportdictApi.ts b/src/api/liswork/xtwh/reportdictApi.ts
new file mode 100644
index 0000000..9bb1f7f
--- /dev/null
+++ b/src/api/liswork/xtwh/reportdictApi.ts
@@ -0,0 +1,54 @@
+//参数设置字典
+// @ts-ignore
+import request from '@/utils/request'
+
+// 查询字典列表
+export function listreportdict(params:any) {
+ return request({
+ url: '/reportdict/list',
+ method: 'get',
+ params
+ })
+}
+
+// 查询字典详细
+export function getreportdict(id:number) {
+ return request({
+ url: `/reportdict/${id}`,
+ method: 'get'
+ })
+}
+
+// 新增字典
+export function addreportdict(params:any) {
+ return request({
+ url: '/reportdict',
+ method: 'post',
+ data:params
+ })
+}
+
+// 修改字典
+export function updatereportdict(params:any) {
+ return request({
+ url: '/reportdict',
+ method: 'put',
+ data:params
+ })
+}
+
+// 删除字典
+export function delreportdict(id:any) {
+ return request({
+ url: `/reportdict/${id}`,
+ method: 'delete'
+ })
+
+}
+// 自动加载
+export function autoload() {
+ return request({
+ url: '/reportdict/autoload',
+ method: 'get'
+ })
+}
diff --git a/src/views/liswork/xtwh/reportdict/index.vue b/src/views/liswork/xtwh/reportdict/index.vue
new file mode 100644
index 0000000..871f2db
--- /dev/null
+++ b/src/views/liswork/xtwh/reportdict/index.vue
@@ -0,0 +1,493 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新增模板
+
+
+ 删除模板
+
+
+ 自动加载
+
+
+
+
+
+
+
+
+
+ {{ reportTypeOptions.find(item => item.value === scope.row.reportType)?.label || scope.row.reportType }}
+
+
+
+
+
+
+
+
+
+ {{ reportOptiontypeOptions.find(item => item.value === scope.row.reportOptiontype)?.label || scope.row.reportOptiontype }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 预览模板
+ 更替模板
+ 下载模板
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+ 仅允许导入jrxml格式文件。
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/xtwh/reportsetting/reportlist.vue b/src/views/liswork/xtwh/reportsetting/reportlist.vue
new file mode 100644
index 0000000..fa60482
--- /dev/null
+++ b/src/views/liswork/xtwh/reportsetting/reportlist.vue
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+