update 调整我的发起,流程定义按钮

This commit is contained in:
gssong
2024-03-21 21:49:34 +08:00
parent 66a31b620b
commit ad8565d29a
3 changed files with 43 additions and 34 deletions

View File

@ -211,6 +211,9 @@
<el-col :span="1.5">
<el-button link type="primary" icon="Sort" size="small" @click="handleConvertToModel(scope.row)"> 转换模型 </el-button>
</el-col>
<el-col :span="1.5">
<el-button link type="primary" icon="Setting" size="small" @click="handleFormOpen(scope.row)"> 表单配置 </el-button>
</el-col>
</el-row>
</template>
</el-table-column>