Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

ZaiZai 2 anni fa
parent
commit
c5b2359837
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 }) => {
-    if (row.practicalReturnedTime === '' || row.shouldReturnedMoney === '') {
+    if (row.isTimeOut === '2' ) {
         return {backgroundColor: '#BD3124', color: '#fff'}
     }
 }