feat(stocktake): 明细抽屉补充「未扫需先扫码」的规则说明
平板上 title 悬浮提示不生效,只在单元格里显示灰色的「未扫」二字,
工人未必知道下一步该做什么。在抽屉搜索栏下方加一行明文字:
💡 未扫的行需先扫描条码才能填数
This commit is contained in:
@ -428,6 +428,11 @@
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- 平板上 title 悬浮不生效,把规则写成明文字 -->
|
||||
<div class="drawer-tip">
|
||||
💡 未扫的行需先扫描条码才能填数
|
||||
</div>
|
||||
|
||||
<div class="table-container">
|
||||
<el-table
|
||||
:data="filteredListData"
|
||||
@ -2075,6 +2080,14 @@ const goToVarianceReview = () => {
|
||||
|
||||
.drawer-layout { height: 100%; display: flex; flex-direction: column; padding: 10px; background: #fff;}
|
||||
.search-bar { display: flex; margin-bottom: 10px; flex-shrink: 0; }
|
||||
/* 抽屉内的规则说明:平板上 hover 提示不生效,写成明文字 */
|
||||
.drawer-tip {
|
||||
font-size: 12px;
|
||||
color: #909399;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 10px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.table-container {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user