功能变化: 批量更新优化

pull/84/head
猿小天 2022-12-30 22:43:10 +08:00
parent 8508fd851d
commit b6c12332a1
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ class ImportSerializerMixin:
import_field_dict[key] = val.get('title')
else:
import_field_dict[key] = val
print(data)
header_data = ["序号","更新主键(勿改)", *import_field_dict.values()]
hidden_header = ["#","id", *import_field_dict.keys()]
df_len_max = [self.get_string_len(ele) for ele in header_data]