@@ -73,6 +73,9 @@
color: #2d8cf0;
display: flex;
flex-direction: column;
+ span {
+ margin-left: 0 !important;
+ }
button {
margin-left: 0;
}
@@ -443,9 +443,7 @@
<el-button
type="text"
size="small"
- v-if="
- order.orderStatus === 'DFH' || order.orderStatus === 'YFH' || order.orderStatus === 'SPTG'
- "
+ v-if="['OVER', 'DFH', 'YFH', 'SPTG'].includes(order.orderStatus)"
@click="toPrint(order)"
>
打印{{ order.printRecordCount ? `(${order.printRecordCount}次)` : '' }}