|
@@ -36,7 +36,7 @@
|
|
|
{{item.content}}
|
|
|
</view>
|
|
|
<view class="flex " style="line-height: 20px;">
|
|
|
- <el-image :src="item.signfj" width="80px" height="20px"></el-image>
|
|
|
+ <el-image :src="item.signfj" style="width: 80px; "></el-image>
|
|
|
{{item.updateTime}}
|
|
|
</view>
|
|
|
</view>
|
|
@@ -52,7 +52,7 @@
|
|
|
{{leader.content}}
|
|
|
</view>
|
|
|
<view class="flex " style="line-height: 20px;">
|
|
|
- <el-image :src="leader.signfj" width="80px" height="20px"></el-image>
|
|
|
+ <el-image :src="leader.signfj" style="width: 80px; "></el-image>
|
|
|
{{leader.updateTime}}
|
|
|
</view>
|
|
|
</view>
|
|
@@ -68,7 +68,7 @@
|
|
|
{{item.content}}
|
|
|
</view>
|
|
|
<view class="flex " style="line-height: 20px;">
|
|
|
- <el-image :src="item.signfj" width="80px" height="20px"></el-image>
|
|
|
+ <el-image :src="item.signfj" style="width: 80px; "></el-image>
|
|
|
{{item.updateTime}}
|
|
|
</view>
|
|
|
</view>
|
|
@@ -109,6 +109,7 @@
|
|
|
<script>
|
|
|
|
|
|
import gwCirculationCard2Service from '@/api/circulation2/gwCirculationCard2Service'
|
|
|
+ import gwFlowService from '@/api/gwflow/gwFlowService'
|
|
|
|
|
|
export default {
|
|
|
mounted() {
|
|
@@ -117,7 +118,7 @@
|
|
|
this.inputForm.receivingTime = this.inputForm.receivingTime.substring(5, 10)
|
|
|
|
|
|
})
|
|
|
- gwCirculationCard2Service.queryByGwId(this.gwId).then(data => {
|
|
|
+ gwFlowService.queryByGwId(this.gwId).then(data => {
|
|
|
|
|
|
data.forEach(item => {
|
|
|
if (item.which == 0 && item.state == 0) {
|
|
@@ -381,7 +382,7 @@
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.grid-content-left2 {
|
|
|
border-left: 1px solid #333333;
|
|
|
border-top: 1px solid #333333;
|