| | |
| | | <template #menu="scope"> |
| | | <el-button type="primary" text size="default" icon="el-icon-upload" @click.stop="handleEdit(scope.row, scope.index)">编辑</el-button> |
| | | <el-button type="primary" text size="default" icon="el-icon-upload" @click.stop="handleDel(scope.row, scope.index)">删除</el-button> |
| | | <!-- |
| | | <el-button type="primary" text size="default" icon="el-icon-upload" @click.stop="handleUp(scope.row, scope.index)">产生机床回传机构树</el-button> |
| | | --> |
| | | </template> |
| | | |
| | | <template #status="{ row }"> |
| | |
| | | { |
| | | label: '机床组', |
| | | prop: 'machineGroupName', |
| | | filterable:true, |
| | | search: true, |
| | | type: 'select', |
| | | dicUrl: '/blade-system/dict-biz/dictionary?code=machine_group', |
| | |
| | | { |
| | | label: '所属机床组', |
| | | prop: 'machineGroupCode', |
| | | filterable:true, |
| | | type: 'select', |
| | | span: 12, |
| | | dicUrl: '/blade-system/dict-biz/dictionary?code=machine_group', |
| | |
| | | span: 12, |
| | | dataType: 'string', |
| | | }, |
| | | { |
| | | label: '程序临时目录', |
| | | prop: 'progTempDir', |
| | | type: 'input', |
| | | span: 12, |
| | | dataType: 'string', |
| | | }, |
| | | { |
| | | label: '备注', |
| | | prop: 'remark', |