projects/mes-test #133

マージ済み
gtz217 が 281 個のコミットを projects/mes-test から projects/mes へマージ 2023-11-30 09:11:34 +08:00
2個のファイルの変更3行の追加3行の削除
コミット 6d465c17c2 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

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

ファイルの表示

@@ -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