5 Star 0 Fork 0

王丽婷 / hackathon_frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

modelops

首先安装node.js环境,在项目目录下运行命令

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

完成以上两条命令即可在本地运行前端项目

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

                <!-- <el-table
                  :data="tableData.filter(data => !search || data.name.toLowerCase().includes(search.toLowerCase()))"
                  style="width: 100%">
                  <el-table-column label="当前实例" width="200px" align="center">
                    <template slot-scope="scope">
                      <div>{{ edge.fromLabel }}</div>
                    </template>
                  </el-table-column>
                  <el-table-column label="选择字段" prop="name" width="200px" align="center">
                    <template slot-scope="scope">
                      <div v-if="tableData[handleTableIndex].mappingSaved">
                        <div v-if="edge.fromValue === -1">
                          <el-tag style="margin-right: 10px" size="small"> 当前实例</el-tag>
                        </div>
                        <div v-else-if="edge.fromValue !== null">
                          <el-tag style="margin-right: 10px" size="small"> {{ edge.fromValue }}
                          </el-tag>
                        </div>
                      </div>
                      <div v-else>
                        <div v-if="edge.fromValue === -1">
                          <el-tag style="margin-right: 10px" size="small"> 当前实例</el-tag>
                        </div>
                        <div v-else-if="edge.fromValue === null">
                          <el-button @click="addEdge(index, 'fromValue')" icon="el-icon-plus" size="mini" plain>选择字段
                          </el-button>
                        </div>
                        <div v-else>
                          <el-tag style="margin-right: 10px" closable size="small" type="info"
                            @close="deletePropMapping(index, 'fromValue', 0)"> {{ edge.fromValue }}
                          </el-tag>
                        </div>
                      </div>
                    </template>
                  </el-table-column>
                  <el-table-column align="right" width="120px">
                    <template slot="header" slot-scope="scope"> -->
                      <!-- <el-input v-model="search" size="mini" placeholder="搜索实例" /> -->
                    <!-- </template> -->
                    <!-- <template slot-scope="scope">
                      <el-button size="mini" @click="handleEdit(scope.$index, scope.row)">Edit</el-button>
                      <el-button size="mini" type="danger"
                        @click="handleDelete(scope.$index, scope.row)">Delete</el-button>
                    </template> -->
                  <!-- </el-table-column>
                </el-table> -->

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/heysearra/hackathon_frontend.git
git@gitee.com:heysearra/hackathon_frontend.git
heysearra
hackathon_frontend
hackathon_frontend
master

搜索帮助