背景 ---- 借库审批页展开行的「计划数量」排在表格最右(库位之后),与扫码出库页 的前置做法不一致 —— 列多时容易被容器裁掉,工人看不到数量。 改动 ---- · 计划数量从最右移到序号之后,橙色加粗 + 字号 15px; · 清单标题由朴素文字改为与出库页同款的标题栏结构 (planned-header + planned-title + 绿色标签); · 补上 .planned-header / .planned-title 样式定义(该页原先没有)。 注:本轮定位时曾误以为这是用户反馈的「扫码借库页」,实际扫码借库页是 views/transaction/borrow.vue(见下一提交)。此处是同类问题的另一处, 一并修正,非误改。
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.