| | |
| | | customCell: this.customCell, |
| | | }, |
| | | { |
| | | title: "上传日期", |
| | | dataIndex: "soft.createTime", |
| | | align: "center", |
| | | noSearch: true, |
| | | customCell: this.customCell, |
| | | }, |
| | | { |
| | | title: "类型", |
| | | dataIndex: "soft.type", |
| | | align: "center", |
| | |
| | | title: "版本", |
| | | dataIndex: "soft.version", |
| | | align: "center", |
| | | noSearch: true, |
| | | searchAble: true, |
| | | customCell: this.customCell, |
| | | }, |
| | | { |
| | |
| | | case "soft.boardNumber": |
| | | params["boardNumber"] = conditions[v]; |
| | | break; |
| | | case "soft.version": |
| | | params["version"] = conditions[v]; |
| | | break; |
| | | default: |
| | | params[v] = conditions[v]; |
| | | break; |