| | |
| | | action: '/api/blade-mdm/flow/replace/upload', |
| | | span: 24, |
| | | data: { |
| | | drawingNo: this.drawingNo, |
| | | processNo: this.processNo, |
| | | processEdition: this.processEdition, |
| | | processInstanceId: this.replaceDataId, |
| | | fileType: 'program', |
| | | }, |
| | |
| | | <!-- 替换 --> |
| | | <el-button :size="size" text v-if="row.nodeType == 60 && row.parentIds.indexOf('0,1,')>-1" icon="el-icon-switch" type="primary" @click="replacement(row)" placeholder="替换" title="替换"></el-button> |
| | | <el-button :size="size" text v-if="row.nodeType == 60 && row.parentIds.indexOf('0,2')>-1" icon="el-icon-lock" type="primary" @click="locked(row)" placeholder="锁定" title="锁定"></el-button> |
| | | <!-- <el-button :size="size" text v-if="row.nodeType == 60 && row.parentIds.indexOf('0,2')>-1" icon="el-icon-unlock" type="primary" @click="locked(row)" placeholder="解锁" title="解锁"></el-button> --> |
| | | </template> |
| | | </avue-crud> |
| | | <!-- 新增节点 --> |