add 添加流程版本

This commit is contained in:
gssong
2024-04-02 20:53:29 +08:00
parent eec050a2dd
commit d76f2b857d
8 changed files with 54 additions and 30 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<el-table border v-loading="loading" :data="modelList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column fixed align="center" type="index" label="序号" width="50"></el-table-column>
<el-table-column align="center" prop="name" label="模型名称" width="200"></el-table-column>
<el-table-column align="center" :show-overflow-tooltip="true" prop="name" label="模型名称" width="200"></el-table-column>
<el-table-column align="center" prop="key" label="模型KEY"></el-table-column>
<el-table-column align="center" prop="version" label="版本号" width="90">
<template #default="scope"> v{{ scope.row.version }}.0</template>