| | |
| | | >
|
| | | <el-tab-pane label="已安装" name="myAlgorithm">
|
| | | <div class="width-new-line task-list" v-show="activeName === 'myAlgorithm'">
|
| | | <p class="src-title">算法软件</p>
|
| | | <div class="flex-list">
|
| | | <!-- <draggable
|
| | | :list="installedList"
|
| | | :group="{ name: 'article', pull: 'clone', put: false }"
|
| | | :sort="false"
|
| | | @start="startRight"
|
| | | @end="endLeft"
|
| | | style="display:inline"
|
| | | >-->
|
| | |
|
| | | <div class="wrap-box" v-for="item in ungradeList" :key="item.id">
|
| | | <div class="list-choose-item-left">
|
| | | <div class="mask">
|
| | |
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | <!-- 未下载 -->
|
| | | <p class="src-title">应用软件</p>
|
| | | </div>
|
| | | </el-tab-pane>
|
| | |
|
| | |
| | | single
|
| | | tip
|
| | | tipWords="上传算法"
|
| | | uploadPlaceholder="离线安装算法"
|
| | | uploadPlaceholder="上传安装软件"
|
| | | url="/data/api-v/sdk/upload"
|
| | | @complete="onFileUpload"
|
| | | @file-added="onFileAdded"
|
| | |
| | | </el-tab-pane>
|
| | | <el-tab-pane label="应用中心" name="algorithmMall" v-show="activeName==='algorithmMall'">
|
| | | <div class="tab-content">
|
| | | <p>算法软件</p>
|
| | | <p class="src-title">算法软件</p>
|
| | | <div class="store-list">
|
| | | <div class="wrap-box">
|
| | | <div class="inner">
|
| | |
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | <p>应用软件</p>
|
| | | <p class="src-title">应用软件</p>
|
| | | <div class="app-list"></div>
|
| | | </div>
|
| | | <el-drawer title="下载" :visible.sync="actDrawerShow" :direction="direction">
|
| | |
| | | height: 100%;
|
| | | box-sizing: border-box;
|
| | | text-align: left;
|
| | | min-width: 1106px;
|
| | | // background-color: #f2f6fc;
|
| | | .s-video-manage-breadcrumb {
|
| | | height: 5%;
|
| | |
| | | text-align: center;
|
| | | color: #666;
|
| | | }
|
| | | }
|
| | | .src-title{
|
| | | color: #333;
|
| | | font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC';
|
| | | font-weight: 650;
|
| | | font-style: normal;
|
| | | height: 36px;
|
| | | font-size: 15px;
|
| | | padding-left: 25px;
|
| | | }
|
| | | .task-manage {
|
| | | height: 100%;
|
| | |
| | | }
|
| | | .task-list {
|
| | | background: #fff;
|
| | | padding: 30px 20px 20px;
|
| | | padding: 20px;
|
| | | box-sizing: border-box;
|
| | | |
| | | .flex-list {
|
| | | display: flex;
|
| | | flex-direction: row;
|