Przeglądaj źródła

中间人-字段调整

jingbb 1 tydzień temu
rodzic
commit
fda605fce1

+ 0 - 15
src/views/cuspCode/Intermediator/CuspIntermediator.data.ts

@@ -45,21 +45,6 @@ export const columns: BasicColumn[] = [
     align: "center",
     dataIndex: 'country'
   },
-  {
-    title: '状态(status)',
-    key: 'status',
-    dataIndex: 'status',
-    align:"center",
-    customRender:function (t, r, index) {
-      if(t.text==1){
-        return '启用(enable)'
-      }else if(t.text==0){
-        return '停用(disable)'
-      }else{
-        return ''
-      } 
-    }
-  },
 ];
 
 // 高级查询数据