外协任务执行

This commit is contained in:
zhangdingyu
2019-01-21 09:06:24 +08:00
parent 343e71e882
commit c098a4e57c

View File

@@ -1599,6 +1599,17 @@ export default {
height: 30px; height: 30px;
text-align:center; text-align:center;
} }
.el-table .chengjiao {
background: #AEF199;
}
.el-input__inner {
height: 30px;
}
</style>
<style>
.el-table .chajia {
background: #EBF953;
}
#tableHead td{ #tableHead td{
border:1px solid black; border:1px solid black;
} }
@@ -1615,13 +1626,4 @@ export default {
width: 7%; width: 7%;
text-align: left; text-align: left;
} }
.el-table .chajia {
background: #EBF953;
}
.el-table .chengjiao {
background: #AEF199;
}
.el-input__inner {
height: 30px;
}
</style> </style>