diff --git a/canteen/components/wyb-table/wyb-table.vue b/canteen/components/wyb-table/wyb-table.vue index 1b421ca..b18924a 100644 --- a/canteen/components/wyb-table/wyb-table.vue +++ b/canteen/components/wyb-table/wyb-table.vue @@ -151,7 +151,7 @@ :disabled="content.disabled || false" v-if="isObject(autoContentItem(cIndex, hIndex), 'edit')" :style="{minHeight: (minHeight[1] || minHeight[0]) + 'rpx'}" - placeholder-style="30rpx" + placeholder-style="font-size: 30rpx" :type="autoContentItem(cIndex, hIndex).type || 'number'" @blur="inputBlur(cIndex, hIndex, $event)" :value="autoContentItem(cIndex, hIndex).value" /> diff --git a/canteen/pages/purchase/detail.vue b/canteen/pages/purchase/detail.vue index c45a045..a0ba00b 100644 --- a/canteen/pages/purchase/detail.vue +++ b/canteen/pages/purchase/detail.vue @@ -38,7 +38,7 @@ {{ order.batch_sn }} - 收货时间 + 预计收货时间 {{order.deadline_text}} @@ -55,7 +55,7 @@ - + 物资明细 @@ -512,4 +512,8 @@ } } } + // 去掉u-button 外边框线 + /deep/.u-hairline-border::after{ + border: none; + } diff --git a/canteen/pages/purchase/receipt.vue b/canteen/pages/purchase/receipt.vue index 79e23fd..42400d1 100644 --- a/canteen/pages/purchase/receipt.vue +++ b/canteen/pages/purchase/receipt.vue @@ -2,7 +2,7 @@ - {{ item.material.m_name }} + {{ item.material.m_name }} diff --git a/supplier/components/wyb-table/wyb-table.vue b/supplier/components/wyb-table/wyb-table.vue index b9b0b12..6106439 100644 --- a/supplier/components/wyb-table/wyb-table.vue +++ b/supplier/components/wyb-table/wyb-table.vue @@ -151,7 +151,7 @@ :disabled="content.disabled || false" v-if="isObject(autoContentItem(cIndex, hIndex), 'edit')" :style="{minHeight: (minHeight[1] || minHeight[0]) + 'rpx'}" - placeholder-style="30rpx" + placeholder-style="font-size: 30rpx" :type="autoContentItem(cIndex, hIndex).type || 'number'" @blur="inputBlur(cIndex, hIndex, $event)" :value="autoContentItem(cIndex, hIndex).value" /> diff --git a/supplier/pages/gonghuo/order.vue b/supplier/pages/gonghuo/order.vue index 5b025ce..a0f3280 100644 --- a/supplier/pages/gonghuo/order.vue +++ b/supplier/pages/gonghuo/order.vue @@ -31,7 +31,7 @@ 商品种类 - {{ item.cate_number }} + {{ item.cate_number }}类 订单状态