研发图纸文件管理系统-前端项目
whychdw
2025-02-18 27991319224bf659a93eda75934d0ab945e075e1
src/pages/resourceManage/software/list.vue
@@ -330,6 +330,13 @@
          customCell: this.customCell,
        },
        {
          title: "上传日期",
          dataIndex: "soft.createTime",
          align: "center",
          noSearch: true,
          customCell: this.customCell,
        },
        {
          title: "类型",
          dataIndex: "soft.type",
          align: "center",
@@ -341,7 +348,7 @@
          title: "版本",
          dataIndex: "soft.version",
          align: "center",
          noSearch: true,
          searchAble: true,
          customCell: this.customCell,
        },
        {
@@ -486,6 +493,9 @@
          case "soft.boardNumber":
            params["boardNumber"] = conditions[v];
            break;
          case "soft.version":
            params["version"] = conditions[v];
            break;
          default:
            params[v] = conditions[v];
            break;