@@ -160,7 +160,9 @@
}
-
+.el-input.is-disabled .el-input__inner{
+ color: #333 !important;
+}
// .el-dialog {
// margin-top: 5vh !important;
// }
@@ -136,7 +136,7 @@ export default {
align: 'center',
show:j.subType==11,
showOverflowTooltip: true,formatter(_row, _column, cellValue){
- return cellValue==11?'原货':'实物赔偿'
+ return cellValue==12?'实物赔偿':'原货'
},