소스 검색

Merge pull request 'projects/mes-zjl' (#116) from projects/mes-zjl into projects/mes-test

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-dev/pulls/116
pull/132/head
juzi 9 달 전
부모
커밋
6d465c17c2
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/views/order/base/orderManage/index.vue
  2. +2
    -2
      src/views/order/monitoring/orderCompletionMonitoring/index.vue

+ 1
- 1
src/views/order/base/orderManage/index.vue 파일 보기

@@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="320"
:width="240"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick"


+ 2
- 2
src/views/order/monitoring/orderCompletionMonitoring/index.vue 파일 보기

@@ -73,7 +73,7 @@ const tableProps = [
{
prop: 'status',
label: '订单状态',
filter: publicFormatter('order_priority')
filter: publicFormatter('order_status')
},
{
prop: 'startProduceTime',
@@ -88,7 +88,7 @@ const tableProps = [
minWidth: 160
},
{
prop: 'productLines',
prop: 'lineNames',
label: '加工线',
filter: (val) => val ? val.join(',') : '',
minWidth: 180


불러오는 중...
취소
저장