|
|
|
@ -54,7 +54,13 @@ |
|
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
|
|
|
|
class="j-table-force-nowrap" |
|
|
|
|
@change="handleTableChange"> |
|
|
|
|
|
|
|
|
|
<span slot="stationList" slot-scope="stationList"> |
|
|
|
|
<a-select style="width: 120px" placeholder="请选择"> |
|
|
|
|
<a-select-option v-for="item in stationList" :value="item.id" > |
|
|
|
|
{{item.stationName}} |
|
|
|
|
</a-select-option> |
|
|
|
|
</a-select> |
|
|
|
|
</span> |
|
|
|
|
<!-- <span slot="action1" slot-scope="text, record">--> |
|
|
|
|
<!-- <a @click="jumpPage1(record)">班组成员管理</a>--> |
|
|
|
|
<!-- <!– <a-divider type="vertical"/>–>--> |
|
|
|
@ -136,7 +142,8 @@ export default { |
|
|
|
|
{ |
|
|
|
|
title: '工位list', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'stationList.stationName' |
|
|
|
|
dataIndex: 'stationList', |
|
|
|
|
scopedSlots: {customRender: 'stationList'} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '工具id列表', |
|
|
|
|