Przeglądaj źródła

预警人员列表中,去掉性别字段

like 5 miesięcy temu
rodzic
commit
0c6c2daf0d
1 zmienionych plików z 1 dodań i 10 usunięć
  1. 1 10
      snowy-admin-web/src/views/biz/alarmuser/index.vue

+ 1 - 10
snowy-admin-web/src/views/biz/alarmuser/index.vue

@@ -120,16 +120,7 @@
 			ellipsis: true,
 			resizable: true
 		},
-		{
-			title: '性别',
-			dataIndex: 'sex',
-			align: 'center',
-			ellipsis: true,
-			resizable: true,
-			customRender({ value }) {
-				return value == '1' ? '男' : '女'
-			}
-		},
+
 		{
 			title: '组织',
 			dataIndex: 'createOrgName',