浏览代码

Merge remote-tracking branch 'origin/master'

ZaiZai 2 年之前
父节点
当前提交
c5b2359837
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/project/contract/update.vue

+ 1 - 1
src/views/project/contract/update.vue

@@ -111,7 +111,7 @@ const tableHeaderCellStyle = () => {
 
 
 //自定义行的样式
 //自定义行的样式
 const tableRowStyle = ({ row }) => {
 const tableRowStyle = ({ row }) => {
-    if (row.practicalReturnedTime === '' || row.shouldReturnedMoney === '') {
+    if (row.isTimeOut === '2' ) {
         return {backgroundColor: '#BD3124', color: '#fff'}
         return {backgroundColor: '#BD3124', color: '#fff'}
     }
     }
 }
 }