| | |
| | | sortable: true, |
| | | width: 150 |
| | | },{ |
| | | label: '分类选择', |
| | | prop: 'classifyName', |
| | | align:'center', |
| | | // sortable: true, |
| | | width: 150 |
| | | },{ |
| | | label: '编码类型', |
| | | prop: 'isGroupCodeFlag', |
| | | sortable: true, |
| | |
| | | hide:true, |
| | | sortable: true, |
| | | width: 150 |
| | | }, { |
| | | label: '接口函数', |
| | | prop: 'interfaceFunction', |
| | | sortable: true, |
| | | align:'center', |
| | | width: 150 |
| | | }, { |
| | | label: '命名空间', |
| | | prop: 'nameSpace', |
| | | sortable: true, |
| | | width: 150 |
| | | },{ |
| | | label: '分类选择', |
| | | prop: 'classifyName', |
| | | align:'center', |
| | | // sortable: true, |
| | | width: 150 |
| | | },{ |
| | | label: '接口方式', |
| | | prop: 'interfaceType', |
| | |
| | | prop: 'requestUrl', |
| | | sortable: true, |
| | | width: 150 |
| | | }, { |
| | | label: '接口函数', |
| | | prop: 'interfaceFunction', |
| | | sortable: true, |
| | | align:'center', |
| | | width: 150 |
| | | }, { |
| | | label: '参数名称', |
| | | prop: 'targName', |
| | |
| | | return this.returnTypeList[d.returnType] |
| | | } |
| | | }, { |
| | | label: '命名空间', |
| | | prop: 'nameSpace', |
| | | sortable: true, |
| | | width: 150 |
| | | },{ |
| | | label: '系统描述', |
| | | prop: 'description', |
| | | width: 150 |
| | |
| | | //单元格样式 |
| | | cellStyle(row,column,rowIndex,columnIndex){ |
| | | if(row.columnIndex==2) { |
| | | console.log(row) |
| | | if(row.row.usedFlag == 'false'){ |
| | | return { |
| | | color: 'red', |
| | |
| | | this.editAttribute.sysIntHeaderVOs = row.sysIntHeaderVOs || []; |
| | | this.$refs.infoForm.formData = this.editAttribute; |
| | | this.$refs.infoForm.showSubmitDialog = true; |
| | | console.log('row',row.dataFlowTypeText) |
| | | console.log('editAttribute',this.editAttribute.dataFlowTypeText) |
| | | }, |
| | | deleteSave(row, index) { |
| | | this.$confirm("删除数据将无法被恢复, 是否继续?", "提示", { |