diff --git a/pages/work/land/index-detail.vue b/pages/work/land/index-detail.vue index c0ca133..1da3bd1 100644 --- a/pages/work/land/index-detail.vue +++ b/pages/work/land/index-detail.vue @@ -9,16 +9,6 @@ - - - - 编辑 - - - @@ -31,7 +21,7 @@ 地块面积: - {{ item.landIcon != null ? item.landIcon : "" }} + {{ item.landArea != null ? item.landArea : "" }} 土壤类型: @@ -43,33 +33,40 @@ 是否分组: - - + + 启用蝶阀: - 启用 - 禁用 + 启用 + 禁用 启用批量控制: - - + + + + + 启用自动刷新: + + 所属公司: - {{ item.companyName }} + + {{item.companyGroup.companyFullName}} + 负责人: - {{ item.userName }} + {{ item.user.userName }} 手机号码: - {{ item.mobilePhone }} + {{ item.user.mobilePhone }} - - - - - - - - - - - - - 确认添加编码为:{{ scanCode }}的阀门吗? - - - - @@ -470,35 +198,29 @@ .item-container { background: #f3f3f3; } - .flex { display: flex; align-items: center; } - .item { margin-bottom: 5px; } - .info { background: white; margin: 10px 10px; padding: 10px; border-radius: 10px; box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05); - .title { display: flex; align-items: center; justify-content: space-between; margin: 10px 10px; } - .info-item { margin-left: 20px; } } - .charge { background: white; margin: 10px 10px; @@ -506,11 +228,9 @@ border-radius: 10px; box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05); position: relative; - .charge-item { margin-left: 20px; } - .call { position: absolute; top: 20px; @@ -529,13 +249,11 @@ bottom: 0%; transition: all 0.1s; box-sizing: border-box; - .row1 { margin-bottom: 20px; width: 100%; display: flex; align-items: center; - &>view { width: 25%; white-space: nowrap; @@ -546,12 +264,10 @@ align-items: center; } } - .row2 { width: 100%; display: flex; align-items: center; - &>view { width: 25%; white-space: nowrap; @@ -563,7 +279,6 @@ } } } - .font { margin-top: 5px; font-size: 12px; diff --git a/pages/work/land/index.vue b/pages/work/land/index.vue index bc116f3..9d82219 100644 --- a/pages/work/land/index.vue +++ b/pages/work/land/index.vue @@ -30,7 +30,7 @@ - + 地块名称: @@ -54,6 +54,11 @@ {{item.companyGroup.companyFullName}} + + + + +