Parcourir la source

调差-修改

laiguoran il y a 5 ans
Parent
commit
bdca0b4021
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()) { %>