修改必填标识js,修改之前必填标识样式

This commit is contained in:
黄焱
2024-03-04 11:21:50 +08:00
parent 7edeb59853
commit 98103bac73
3 changed files with 5 additions and 5 deletions

View File

@@ -74,8 +74,8 @@
<group string="基础参数">
<field name="control_system_id" attrs="{'required': [('equipment_type', '=', '机床')]}"
options="{'no_create': True}" class="custom_required"/>
<label for="workbench_L" string="工作台尺寸(mm)" class="custom_required"/>
<div class="test_model">
<label for="workbench_L" string="工作台尺寸(mm)"/>
<div class="test_model custom_required">
<label for="workbench_L" string="长"/>
<field name="workbench_L" class="o_address_zip"
attrs="{'required': [('equipment_type', '=', '机床')]}"