Browse Source

字体颜色

hella_online_20240829
wangyufei 3 months ago
parent
commit
2adad14390
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

2
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

@ -10,7 +10,7 @@
:allSchemas="PurchasePlanMain.allSchemas" :detailAllSchemas="PurchasePlanDetail.allSchemas">
<template #rightBtn_left>
<div style="display:flex;justify-content: center;align-items: center">
<span>计划数量包含0</span>
<span style="color:var(--el-text-color-regular)">计划数量包含0</span>
<el-switch v-model="isZero" style="margin:0 5px" @change="zeroChange"/>
</div>
</template>

Loading…
Cancel
Save