Accept Merge Request #1756: (feature/增加质检模块 -> develop)

Merge Request: 解决收藏报错的问题

Created By: @胡尧
Accepted By: @胡尧
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1756?initial=true
This commit is contained in:
胡尧
2025-01-14 15:50:21 +08:00
committed by Coding
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
<tree position="attributes"> <tree position="attributes">
<attribute name="multi_edit"></attribute> <attribute name="multi_edit"></attribute>
<attribute name="editable"></attribute> <attribute name="editable"></attribute>
<attribute name="create">False</attribute> <attribute name="create">false</attribute>
</tree> </tree>
</field> </field>
</record> </record>

View File

@@ -285,7 +285,7 @@
<tree position="attributes"> <tree position="attributes">
<!-- <attribute name="default_order">schedule_status desc,date_order asc</attribute> --> <!-- <attribute name="default_order">schedule_status desc,date_order asc</attribute> -->
<attribute name="default_order">create_date desc</attribute> <attribute name="default_order">create_date desc</attribute>
<attribute name="create">False</attribute> <attribute name="create">false</attribute>
<attribute name="decoration-warning">delivery_warning == 'warning'</attribute> <attribute name="decoration-warning">delivery_warning == 'warning'</attribute>
<attribute name="decoration-danger">delivery_warning == 'overdue'</attribute> <attribute name="decoration-danger">delivery_warning == 'overdue'</attribute>
</tree> </tree>