暖暖 2 years ago
parent ee30cbd299
commit 80bcfca711
  1. 11
      ant-design-vue-jeecg/src/views/productplan/ZyPlanProcessDataList.vue

@ -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>-->
<!-- &lt;!&ndash; <a-divider type="vertical"/>&ndash;&gt;-->
@ -136,7 +142,8 @@ export default {
{
title: '工位list',
align: "center",
dataIndex: 'stationList.stationName'
dataIndex: 'stationList',
scopedSlots: {customRender: 'stationList'}
},
{
title: '工具id列表',

Loading…
Cancel
Save