Commit a2ecf5a7 by zhuzhequan

修改称重分拣文案

parent f46cc331
......@@ -22,7 +22,7 @@
placeholder=""
>
<el-option label="跟踪号" value="trackingNumber"></el-option>
<el-option label="店铺单号" value="shopNumber"></el-option>
<el-option label="客户单号" value="shopNumber"></el-option>
</el-select>
<input
ref="weighInput"
......@@ -33,7 +33,7 @@
weight.weightInput
? selectType === 'trackingNumber'
? '请输入跟踪号'
: '请输入店铺单号'
: '请输入客户单号'
: '请输入重量'
"
@keyup.enter="weightChange"
......
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