-
-
订单编号:PC230626124283
+
+
+
+
订单编号:PC230626124283
+
+

+
待提交
+

+
+
报销金额:1238元
-
+
+
![]()
+
+
+
+
-
![]()
-
-
-
-
-
订单编号:PC230626124283
-
报销金额:1238元
-
审核备注:缺失凭证照片
-
审核人员:张三
-
审核时间:2024-01-24 00:00:00
-
-
-

-
待提交
-
+
报销金额:1238元
+
审核备注:缺失凭证照片
+
审核人员:张三
+
审核时间:2024-01-24 00:00:00
-
![]()
+
@@ -83,6 +83,25 @@ export default {
}
// await this.getList()
},
+ goDetail(){
+
+ },
+ getStatus(i){
+ switch (i){
+ case 1:
+ return require('@/assets/waitSubmit.png')
+ case 2:
+ return require('@/assets/unpass.png')
+ case 3:
+ return require('@/assets/unSubmit.png')
+ case 4:
+ return require('@/assets/waitDakuan.png')
+ case 5:
+ return require('@/assets/dakuan.png')
+ default:
+ return require('@/assets/waitSubmit.png')
+ }
+ },
}
}
@@ -134,7 +153,6 @@ export default {
.itemWrap{
position: relative;
width: 100%;
- //@include wh(100%,79px);
@include flexColBet();
box-sizing: border-box;
padding: 14px 12px 11px 34px;
@@ -144,25 +162,24 @@ export default {
margin-bottom: 10px;
.contentWrap{
width: 100%;
- @include flexColBet();
@include fontWeightSize(400,12px);
line-height: 27px;
- .left{
- span:first-child{
+ .line1{
+ @include flexColBet();
+ }
+ span:first-child{
display:inline-block;
width: 60px;
opacity: .5;
}
- }
.right{
@include flexCenter();
- //display: flex;
}
}
.checkImg{
position: absolute;
- top: 0;
- left: 0;
+ top: -1px;
+ left: -1px;
@include wh(25px,27px)
}
}
@@ -174,4 +191,16 @@ export default {
@include wh(6px,9px);
margin-left: 6px;
}
+.yelColor{
+ color: #E69B0B;
+}
+.greColor{
+ color: #56B628;
+}
+.oraColor{
+ color: #FF5D2E;
+}
+.garyColor{
+ color: #9C9C9C;
+}