1
李喆(开发组)
2025-08-04 e4ffdc74b58bcca7de4b1b05f589444c493d9b01
src/views/flow/todolist.vue
@@ -9,8 +9,7 @@
                </el-button>
            </template>
            <template #menu="scope">
                <el-button type="primary" text size="default" v-if="permission.flow_model_update"
                    @click.stop="handleAction(scope.row, scope.index)">审批
                <el-button type="primary" text size="default" @click.stop="handleAction(scope.row, scope.index)">审批
                </el-button>
            </template>
        </avue-crud>
@@ -44,6 +43,7 @@
    },
    data() {
        return {
            applist: [],
            assigneeData: [],
            row: {},