Your Name %!s(int64=3) %!d(string=hai) anos
pai
achega
cdcffc2a00
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      service/agent/database/member_agreement.php

+ 1 - 0
service/agent/database/member_agreement.php

@@ -5,6 +5,7 @@ $status = array
     1 => array('name' => '待签署', 'style' => 'font-weight:bold;color:#436EEE'),
     2 => array('name' => '有效', 'style' => 'font-weight:bold;color:green'),
     3 => array('name' => '作废', 'style' => 'font-weight:bold;color:#CD3700'),
+    4 => array('name' => '终止合同', 'style' => 'font-weight:bold;color:#CD3700'),
 );
 $mid = Dever::input('search_option_mid');
 $button = array();