diff --git a/src/views/documentView/trainDocment.vue b/src/views/documentView/trainDocment.vue index 6da541aa..d2655956 100644 --- a/src/views/documentView/trainDocment.vue +++ b/src/views/documentView/trainDocment.vue @@ -23,25 +23,28 @@
-
-
-
{{ item.pushUser }}
-
{{ item.pushTime }}
-
-
- -
{{item.name}}
-
-
{{ item.synopsis }}
-
-
{{ item.docType?.label }}
-
- {{ item.listShowButton==null ? '已处理' : '未处理' }} - 阅读 {{item.readCount}} -
-
+ +
+
+
{{ item.pushUser }}
+
{{ item.pushTime }}
-
+
+ +
{{item.name}}
+
+
{{ item.synopsis }}
+
+
{{ item.docType?.label }}
+
+ {{ item.listShowButton==null ? '已处理' : '未处理' }} + 阅读 {{item.readCount}} +
+
+
+ + +
@@ -63,7 +66,8 @@ export default { pageList:[], keyword:'', show:false, - showEmpty:false + showEmpty:false, + isLoading:false } }, mounted() { @@ -73,6 +77,13 @@ export default { // handleEnterKey() { // this.getList() // }, + onRefresh() { + this.getList() + setTimeout(() => { + this.$toast('刷新成功'); + this.isLoading = false; + }, 1000); + }, async getList(){ let res= await pageList({ pageNum:this.pageNum, @@ -119,6 +130,7 @@ export default { padding: 0 8px; width: 100%; box-sizing: border-box; + margin-top: 20px; .itemWrap{ margin-bottom: 16px; @include wh(100%, 300px); diff --git a/src/views/workOrder/workOrderReconciliation.vue b/src/views/workOrder/workOrderReconciliation.vue index f98382f8..d39d168c 100644 --- a/src/views/workOrder/workOrderReconciliation.vue +++ b/src/views/workOrder/workOrderReconciliation.vue @@ -34,7 +34,7 @@ - +
@@ -242,16 +242,13 @@ export default { padding: 10px 0 15px 0; color: #737373; opacity: .7; - div { padding-top: 8px; } - .active { color: #3678FF; position: relative; } - .active:after { content: ''; display: block;