提交 d669985a authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 f1720c9b
......@@ -116,7 +116,7 @@ function getOperationUrl(row: any) {
</script>
<template>
<el-dialog :title="title">
<el-dialog :title="title" width="800px">
<AppList v-bind="listOptions" ref="appList">
<template #table-x="{ row }">
<el-button type="primary" link>
......@@ -124,5 +124,10 @@ function getOperationUrl(row: any) {
</el-button>
</template>
</AppList>
<template #footer>
<el-row justify="center">
<el-button round auto-insert-space @click="$emit('update:modelValue', false)">关闭</el-button>
</el-row>
</template>
</el-dialog>
</template>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论