| | |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:70}" border @selection-change="table.selectionChangeHandle"> |
| | | <el-table-column align="center" type="selection" width="40"/> |
| | | <el-table-column :selectable="isCheckbox" align="center" type="selection" width="40"/> |
| | | <el-table-column prop="code" label="配置项入库编号"/> |
| | | <el-table-column prop="projectCode" label="项目编号"/> |
| | | <el-table-column prop="softwareName" label="项目名称"/> |
| | |
| | | add() { |
| | | this.$refs.projectSelect.$refs.dialog.init("config_item_warehouse") |
| | | }, |
| | | isCheckbox(row,index){ |
| | | return !(row.flowInfo && row.flowInfo.bizId); |
| | | }, |
| | | openAddWin(row) { |
| | | console.log(row.id, 'row.id') |
| | | // this.$refs.addOrUpdate.$refs.dialog.init(null, {id: null, projectId: row.id}) |