duy %!s(int64=2) %!d(string=hai) anos
pai
achega
4115d017c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'}
     }
 }