diff --git a/.env.development b/.env.development index 5e8cb1d..72f902f 100644 --- a/.env.development +++ b/.env.development @@ -7,13 +7,13 @@ VUE_APP_GATEWAY_URL="/dev-api" # 服务地址 VUE_APP_BASE_API_URL="http://192.168.2.187:8081" # 服务前-- 请严格遵守格式 不允许换行 -VUE_APP_SERVICE_PREFIX= '{"system":"/system","file":"/file","prevention":"/prevention-yx","bpm":"/bpm"}' +VUE_APP_SERVICE_PREFIX= '{"system":"/system","file":"/file","prevention":"/prevention-zsz","bpm":"/bpm"}' # 是否显示全部菜单 VUE_APP_ALL_MENU = false # # 微前端地址 -# VUE_APP_REMOTES_URL="http://192.168.1.20:8090" +VUE_APP_REMOTES_URL="http://192.168.2.14:8090" # # 当前应用部署地址 # VUE_APP_EXPOSES_URL="http://192.168.1.20:8090" -VUE_APP_REMOTES_URL="http://119.45.158.12/common_dev/" +# VUE_APP_REMOTES_URL="http://119.45.158.12/common_dev/" # 当前应用部署地址 VUE_APP_EXPOSES_URL="" \ No newline at end of file diff --git a/src/views/hiddenDanger/common.component.html b/src/views/hiddenDanger/common.component.html index 672f1c9..7c63e1f 100644 --- a/src/views/hiddenDanger/common.component.html +++ b/src/views/hiddenDanger/common.component.html @@ -18,7 +18,7 @@ - @@ -39,22 +39,9 @@ 查看 修改 删除 - 下发 - 启用 - 停用 - 检查情况 - 最新检查情况 - 检查 - - -
- - {{item.name}} - -
- -
- - -
{{scope.$index+1}}
-
- -
{{scope.row.itemName}}
- -
- -
{{scope.row.itemContent}}
- -
- -
{{scope.row.itemReason}}
- -
- -
{{scope.row.itemExecuteNames}}
-
- -
{{scope.row.inspectUserName?scope.row.inspectUserName :'--'}}
-
- -
- {{['异常','正常'][scope.row.itemResult]}} - - 正常 - 异常 - -
-
- -
- {{scope.row.itemRecord}} - -
-
-
-
-
隐患登记情况
-
- 添加 - 批量删除 -
- -
- - - - - -
{{scope.$index+1}}
-
- -
{{$store.getters.prevention_dangrous_type_map[scope.row.classify]}}
-
- -
{{levelMap[scope.row.level]}}
-
- -
{{reformModeMap[scope.row.reformMode]}}
-
- -
- {{scope.row.description}} - -
-
- -
- - -
-
- -
{{scope.row.reformDeptName}}
-
- -
{{scope.row.reformUserName}}
-
- -
- 查看 - 编辑 -
-
-
-
-
- 取消 - 保存并提交 -
-
@@ -232,56 +108,6 @@ :actions="updateActions" :full-btn="true" @change="change" btn-position="center"> - - - -
- - {{item.name}} - -
-
- - -
{{scope.$index+1}}
-
- -
{{scope.row.name}}
- -
- -
{{scope.row.content}}
- -
- -
{{scope.row.reason}}
- -
- -
- - - - -
-
- - -
- 编辑 - 确定 - 删除 -
-
-
-
- -
-
{ public isAction = true; // 显示计划列表按钮 public isPlan = false; - // 是否显示删改查按钮 - public isBase = false; - public isFile = false; - public isManager = false; public tableActionWidth = "80px"; public statusList = ["", "检查中", "已检查", "待检查", "超期未检查"]; public account = JSON.parse(localStorage.getItem("account") as string); diff --git a/src/views/hiddenDanger/safe/plan.component.vue b/src/views/hiddenDanger/safe/plan.component.vue index 2fdb5dc..e5ea2b1 100644 --- a/src/views/hiddenDanger/safe/plan.component.vue +++ b/src/views/hiddenDanger/safe/plan.component.vue @@ -1,7 +1,7 @@