diff --git a/hb_client/src/styles/index.scss b/hb_client/src/styles/index.scss
index 6c43e6a..13d9e10 100644
--- a/hb_client/src/styles/index.scss
+++ b/hb_client/src/styles/index.scss
@@ -71,10 +71,15 @@ div:focus {
.el-form-item {
margin-bottom: 16px;
}
-.el-card, .el-message {
+.el-message {
border-radius: 0px;
overflow: hidden;
}
+.el-card.is-always-shadow{
+ overflow: hidden;
+ box-shadow: none;
+ margin-bottom: 5px;
+}
.el-card__body {
padding: 6px;
}
diff --git a/hb_client/src/views/customerManage/feedback.vue b/hb_client/src/views/customerManage/feedback.vue
index 39d3ba3..e4abb89 100644
--- a/hb_client/src/views/customerManage/feedback.vue
+++ b/hb_client/src/views/customerManage/feedback.vue
@@ -34,13 +34,17 @@
stripe
highlight-current-row
height="100"
- v-el-height-adaptive-table="{bottomOffset: 42}"
+ v-el-height-adaptive-table="{bottomOffset: 45}"
>
+
+ {{ scope.row.type }}
+
@@ -55,6 +59,10 @@
+
+ {{ scope.row.status }}
+ {{ scope.row.status}}
+
-
-
-
能源范围
-
-
-
-
时间类型
-
-
-
-
开始时间
-
-
-
结束时间
-
-
-
查询
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
能源范围
+
+
+
+
时间类型
+
+
+
+
开始时间
+
+
+
结束时间
+
+
+
查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分项明细
+
-
- | {{ item }} |
-
-
- {{ itemtd }} |
-
-
-
-
-
-
- | {{ item }} |
-
-
- {{ itemtd }} |
-
-
-
-
+
+ | {{ item }} |
+
+
+ {{ itemtd }} |
+
+
+
+
+
+
+ | {{ item }} |
+
+
+ {{ itemtd }} |
+
+
+
+
+
@@ -336,7 +313,7 @@
},
mounted() {
let hei = document.getElementsByClassName('app-main')[0].clientHeight;
- this.domHeight =( hei- 100)/2+'px';
+ this.domHeight =( hei- 188)/2+'px';
this.getList();
//全场
this.barOptions ={
diff --git a/hb_client/src/views/inm/logistics.vue b/hb_client/src/views/inm/logistics.vue
index 9245ea0..f3e5538 100644
--- a/hb_client/src/views/inm/logistics.vue
+++ b/hb_client/src/views/inm/logistics.vue
@@ -1,6 +1,6 @@
-
+
-
+
@@ -65,6 +65,9 @@
+
+ {{ scope.row.isTake}}
+
@@ -96,7 +99,7 @@
return {
warehouse: defaultewarehouse,
tableData: {
- count: 0,
+ count: 3,
results:[
{order:'06132132007928',name:'产品C',number:'10',attention:'易碎品',payer:'liman',payName:'李曼',phone:'13212340056',fromPlace:'北京市',receiver:'zongguan',receiverName:'公司综管',toPlace:'江苏省',receiverPhone:'13112340001',carNumber:'京M.6R625',address:'1号仓库',isTake:'是',addTime:'2022-06-18 11:22:32'},
{order:'06132132007928',name:'产品C',number:'10',attention:'易碎品',payer:'liman',payName:'李曼',phone:'13212340056',fromPlace:'北京市',receiver:'zongguan',receiverName:'公司综管',toPlace:'江苏省',receiverPhone:'13112340001',carNumber:'京M.6R625',address:'1号仓库',isTake:'是',addTime:'2022-06-18 11:22:32'},
diff --git a/hb_client/src/views/mtm/knowledgeBase.vue b/hb_client/src/views/mtm/knowledgeBase.vue
index 11beab5..c8cfff9 100644
--- a/hb_client/src/views/mtm/knowledgeBase.vue
+++ b/hb_client/src/views/mtm/knowledgeBase.vue
@@ -48,6 +48,9 @@
+
+ 通过
+
- 编辑
- 处理
+ 上传
+ 编辑
+ 下载
diff --git a/hb_client/src/views/procurement/vendorDetails.vue b/hb_client/src/views/procurement/vendorDetails.vue
index a56625d..274dc18 100644
--- a/hb_client/src/views/procurement/vendorDetails.vue
+++ b/hb_client/src/views/procurement/vendorDetails.vue
@@ -19,8 +19,8 @@
row-key="id"
stripe
style="width: 100%"
- height="500"
- :tree-props="{children: 'children'}">
+ height="100"
+ v-el-height-adaptive-table="{bottomOffset: 20}">
{{ scope.row.name }}
@@ -40,7 +40,8 @@
fit
stripe
style="width: 100%"
- height="500"
+ height="100"
+ v-el-height-adaptive-table="{bottomOffset: 20}"
>
diff --git a/hb_client/src/views/safeEnviro/Education.vue b/hb_client/src/views/safeEnviro/Education.vue
index 5e1dd03..fbaebbc 100644
--- a/hb_client/src/views/safeEnviro/Education.vue
+++ b/hb_client/src/views/safeEnviro/Education.vue
@@ -46,7 +46,9 @@
{{ scope.row.createuser__name }}
- {{ statusOptions[scope.row.state] }}
+
+ {{ statusOptions[scope.row.state] }}
+
-
+
+ 详情
+
+
删除
diff --git a/hb_client/src/views/safeEnviro/hiddenDanger.vue b/hb_client/src/views/safeEnviro/hiddenDanger.vue
index c2491ef..172caae 100644
--- a/hb_client/src/views/safeEnviro/hiddenDanger.vue
+++ b/hb_client/src/views/safeEnviro/hiddenDanger.vue
@@ -63,11 +63,10 @@
width="220px"
>
-
+
+ 详情
+
+
删除
diff --git a/hb_client/src/views/safeEnviro/riskControl.vue b/hb_client/src/views/safeEnviro/riskControl.vue
index b976b79..ebb1b89 100644
--- a/hb_client/src/views/safeEnviro/riskControl.vue
+++ b/hb_client/src/views/safeEnviro/riskControl.vue
@@ -33,7 +33,9 @@
{{ scope.row.name }}
- {{ scope.row.level }}
+
+ {{ scope.row.level }}
+
{{ scope.row.gkcj }}
@@ -53,11 +55,7 @@
width="220px"
>
-
+
删除