diff --git a/src/api/ea/electronicCustomerComplaint/electronicCustomerComplaint.js b/src/api/ea/electronicCustomerComplaint/electronicCustomerComplaint.js
new file mode 100644
index 00000000..63cac16f
--- /dev/null
+++ b/src/api/ea/electronicCustomerComplaint/electronicCustomerComplaint.js
@@ -0,0 +1,54 @@
+import request from '@/utils/request'
+
+// 创建客诉档案
+export function createElectronicCustomerComplaint(data) {
+ return request({
+ url: '/ea/electronic-customer-complaint/create',
+ method: 'post',
+ data: data
+ })
+}
+
+// 更新客诉档案
+export function updateElectronicCustomerComplaint(data) {
+ return request({
+ url: '/ea/electronic-customer-complaint/update',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除客诉档案
+export function deleteElectronicCustomerComplaint(id) {
+ return request({
+ url: '/ea/electronic-customer-complaint/delete?id=' + id,
+ method: 'delete'
+ })
+}
+
+// 获得客诉档案
+export function getElectronicCustomerComplaint(id) {
+ return request({
+ url: '/ea/electronic-customer-complaint/get?id=' + id,
+ method: 'get'
+ })
+}
+
+// 获得客诉档案分页
+export function getElectronicCustomerComplaintPage(query) {
+ return request({
+ url: '/ea/electronic-customer-complaint/page',
+ method: 'get',
+ params: query
+ })
+}
+
+// 导出客诉档案 Excel
+export function exportElectronicCustomerComplaintExcel(query) {
+ return request({
+ url: '/ea/electronic-customer-complaint/export-excel',
+ method: 'get',
+ params: query,
+ responseType: 'blob'
+ })
+}
diff --git a/src/views/ea/electronicCustomerComplaint/index.vue b/src/views/ea/electronicCustomerComplaint/index.vue
new file mode 100644
index 00000000..cc125995
--- /dev/null
+++ b/src/views/ea/electronicCustomerComplaint/index.vue
@@ -0,0 +1,392 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+ 新增
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.complaintTime) }}
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.handleTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请选择字典生成
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请选择字典生成
+
+
+
+
+
+
+
+
+