duy 2 лет назад
Родитель
Сommit
4115d017c4
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 }) => {
-    if (row.isTimeout === 2 ) {
+    if (row.isTimeOut === '2' ) {
         return {backgroundColor: '#BD3124', color: '#fff'}
     }
 }