diff --git a/god-ui/src/views/energy/complaintAdviceA/index.vue b/god-ui/src/views/energy/complaintAdviceA/index.vue
new file mode 100644
index 00000000..0ea58fbc
--- /dev/null
+++ b/god-ui/src/views/energy/complaintAdviceA/index.vue
@@ -0,0 +1,533 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.nowTimeOne, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.nowTimeTwo, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+ 处理
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/god-ui/src/views/energy/complaintAdviceB/index.vue b/god-ui/src/views/energy/complaintAdviceB/index.vue
new file mode 100644
index 00000000..d3433e3d
--- /dev/null
+++ b/god-ui/src/views/energy/complaintAdviceB/index.vue
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.nowTimeOne, '{y}-{m}-{d}') }}
+
+
+
+
+ {{ parseTime(scope.row.nowTimeTwo, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/god-ui/src/views/energy/directory/index.vue b/god-ui/src/views/energy/directory/index.vue
index c17c10fe..e46b305e 100644
--- a/god-ui/src/views/energy/directory/index.vue
+++ b/god-ui/src/views/energy/directory/index.vue
@@ -706,7 +706,7 @@ export default {
handleAdd() {
this.reset()
this.open = true
- this.title = '添加新能源通用'
+ this.title = '添加动力电池信息'
},
/** 修改按钮操作 */
handleUpdate(row, leiXing) {
@@ -716,7 +716,7 @@ export default {
this.form = response.data
if (leiXing === '1') {
this.open = true
- this.title = '修改新能源通用'
+ this.title = '修改动力电池信息'
} else if (leiXing === '2') {
this.openA = true
this.title = '正向追溯'
@@ -749,7 +749,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id || this.ids
- this.$modal.confirm('是否确认删除新能源通用编号为"' + ids + '"的数据项?').then(function() {
+ this.$modal.confirm('是否确认删除动力电池信息编号为"' + ids + '"的数据项?').then(function() {
return delEnergyGeneralInfo(ids)
}).then(() => {
this.getList()