浏览代码

中间人-字段调整

jingbb 1 周之前
父节点
当前提交
fda605fce1
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      src/views/cuspCode/Intermediator/CuspIntermediator.data.ts

+ 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 ''
-      } 
-    }
-  },
 ];
 
 // 高级查询数据