yusheng hace 1 año
padre
commit
3bae6840b4

+ 3 - 1
src/styles/transition/common.scss

@@ -160,7 +160,9 @@
 }
 
 
-
+.el-input.is-disabled .el-input__inner{
+  color: #333 !important;
+}
 // .el-dialog {
 //   margin-top: 5vh !important;
 // }

+ 1 - 1
src/views/saleManage/saleOrder/accountstatement/components/inventoryTable.vue

@@ -136,7 +136,7 @@ export default {
             align: 'center',
             show:j.subType==11,
             showOverflowTooltip: true,formatter(_row, _column, cellValue){
-              return cellValue==11?'原货':'实物赔偿'
+              return cellValue==12?'实物赔偿':'原货'
             }
           },