Browse Source

调差-修改

laiguoran 5 năm trước cách đây
mục cha
commit
bdca0b4021
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/view/material/list_modal.ejs

+ 1 - 1
app/view/material/list_modal.ejs

@@ -16,7 +16,7 @@
                 <div class="modal-height-300">
                     <table class="table table-sm table-bordered">
                         <thead>
-                        <tr class="text-center"><th>基数</th><th>选择</th><th>编号</th><th>名称</th><th>单位</th><th>规格</th></tr>
+                        <tr class="text-center"><th>序号</th><th>选择</th><th>编号</th><th>名称</th><th>单位</th><th>规格</th></tr>
                         </thead>
                         <tbody id="materialBills">
                         <% for (const [index,m] of materialBillsData.entries()) { %>