소스 검색

超时设置

duy 2 년 전
부모
커밋
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'}
     }
 }