feat: 新增业务类型、显卡信息字段;优化列表列宽和字符截断;删除是否带卡列
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Generated manually to update ordering from ['-created_at'] to ['id']
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('assetapp', '0005_asset_asset_value'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='asset',
|
||||
options={'ordering': ['id'], 'verbose_name': '硬件资产', 'verbose_name_plural': '硬件资产'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user