Compare commits

..

No commits in common. "6d465c17c251fd6ae9d3df9e2eebe8fe9db25b6a" and "888b5aa91f416176358a728d8196038d51151147" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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