Commit 88656e2f authored by xinzhedeai's avatar xinzhedeai

add:检查单 项目编号字段 id改为序号orderNumber

parent f77b948a
......@@ -28,7 +28,7 @@
class="check-item">
<div class="item-header">
<!-- <div class="item-number">{{ index + 1 }}</div> -->
<div class="item-title">{{ item.id }}.{{ item.name }}</div>
<div class="item-title">{{ item.orderNumber }}.{{ item.name }}</div>
</div>
<!-- 单选按钮组 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment