|
|
@@ -51,11 +51,11 @@
|
|
|
<span
|
|
|
:style="{
|
|
|
background:
|
|
|
- (item[e.field] === '合格'
|
|
|
+ (item[e.field] === '正常使用'
|
|
|
? '#008000'
|
|
|
- : item[e.field] === '停用'
|
|
|
+ : item[e.field] === '停止使用'
|
|
|
? '#ff0000'
|
|
|
- : item[e.field] === '限用'
|
|
|
+ : item[e.field] === '暂停使用'
|
|
|
? '#ffff00'
|
|
|
: '#909399') + '!important',
|
|
|
color: '#fff !important',
|
|
|
@@ -292,19 +292,10 @@ export default {
|
|
|
text-align: center;
|
|
|
margin: 10px 0px;
|
|
|
}
|
|
|
-// .mid{
|
|
|
-// display: flex;
|
|
|
-// justify-content: center;
|
|
|
-// flex-wrap: wrap;
|
|
|
-// }
|
|
|
-.bg {
|
|
|
- // height: auto;
|
|
|
-}
|
|
|
|
|
|
.tagBox {
|
|
|
width: 330px; // 300 240 231
|
|
|
position: relative;
|
|
|
- // border: 1px solid #000000;
|
|
|
border-top: 0px;
|
|
|
display: inline-block;
|
|
|
background-color: #fff;
|
|
|
@@ -351,7 +342,6 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin: 0 2px;
|
|
|
- // border-bottom: 1px solid #000000;
|
|
|
.borderSty {
|
|
|
border-bottom: 1px solid #000;
|
|
|
text-align: left;
|
|
|
@@ -419,7 +409,6 @@ export default {
|
|
|
}
|
|
|
|
|
|
.left-triangle {
|
|
|
- /* border-top: 100px solid transparent; */
|
|
|
border-right: 100px solid black;
|
|
|
border-bottom: 50px solid rgb(217, 217, 233);
|
|
|
top: 0;
|