diff --git a/pages/baseMana/formReacord.vue b/pages/baseMana/formReacord.vue index 631545d..e7fba6b 100644 --- a/pages/baseMana/formReacord.vue +++ b/pages/baseMana/formReacord.vue @@ -61,7 +61,7 @@ } } } - .people{ + .record{ display:flex; align-items: center; justify-content: space-between; @@ -73,6 +73,31 @@ color:#999; } } + .detail{ + display: flex; + align-items: center; + text{ + font-size:24rpx; + color:#999; + &.type{ + flex-shrink: 0; + background:#10C176; + border-radius:4rpx 40rpx 4rpx 40rpx; + padding:0 10rpx; + box-sizing: border-box; + color:#fff; + height:40rpx; + line-height: 40rpx; + min-width:80rpx; + text-align: center; + font-size:20rpx; + margin-right:12rpx; + } + &.time{ + margin-left:auto; + } + } + } } } } @@ -89,11 +114,18 @@ - - {{v.type}} {{v.inputName}} {{v.inputTotal}}{{v.unit}} - - - 负责人:{{v.principal}} 记录时间:{{v.time}} + + + {{v.type}} + 负责人:{{v.principal}} + 记录时间:{{new Date(v.time).format('yyyy-MM-dd')}}