diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue index 2d94edb9..72cf513b 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue @@ -640,7 +640,7 @@ + 领料申请人:{{ applyFor }} -
  • 批注人:
  • +
  • 审核:
  • - 审批人: + 批注:
  • @@ -1284,7 +1289,7 @@ export default { list-style: none; flex-wrap: wrap; padding: 0; - font-size: 16px; + font-size: 11px; font-weight: bold; span { @@ -1300,4 +1305,7 @@ export default { padding: 10px 20px; } } +::v-deep .el-table th.el-table__cell.is-leaf { + font-size: 10px !important; +}