超级管理员 1 year ago
parent
commit
b2131c611e
  1. 4
      src/views/sysworkflow/lowcodepage/appListPage.vue

4
src/views/sysworkflow/lowcodepage/appListPage.vue

@ -384,9 +384,9 @@ defineExpose({
<el-table-column fixed="right" label="操作" width="200" align="center">
<template #default="scope">
<el-button-group v-if="scope.row.classify==3" class="ml-4">
<el-button size="small" title="查看" :icon="View" @click="lookAppList(scope.row)" />
<el-button size="small" title="查看" :icon="View" @click="lookAppList(scope.row)" />
<el-button size="small" title="设为常用" :icon="Star" :color="scope.row.isoften?'#FF0000':''" @click="setOften(scope.row)" />
<el-button size="small" title="编辑" type="success" :icon="Edit" @click="editForm(scope.row)" />
<el-button size="small" title="编辑" type="success" :icon="Edit" @click="editForm(scope.row)" />
<el-popconfirm title="请问是否真的删除?删除后数据将无法找回!" @confirm="delFormApp(scope.row)">
<template #reference>

Loading…
Cancel
Save