设置设备模块页面强制必填字段及标识需求【表格】

This commit is contained in:
黄焱
2024-03-11 15:39:15 +08:00
parent e3b8b0a43d
commit a705d805c9
2 changed files with 7 additions and 7 deletions

View File

@@ -31,12 +31,12 @@
<notebook>
<page string="维保项目">
<field name="maintenance_standards_ids">
<tree editable="bottom">
<field name="name" class="table_custom_required"/>
<field name="fault_type" class="table_custom_required"/>
<field name="maintenance_standards" class="table_custom_required"/>
<field name="Period" class="table_custom_required"/>
<field name="maintenance_standards_ids" >
<tree editable="bottom" >
<field name="name" />
<field name="fault_type" />
<field name="maintenance_standards" />
<field name="Period" />
</tree>
</field>
</page>