提交 8e3c8898 编写于 作者: S shenjizhe

1

上级 3bc6760c
<template>
<view style="display: flex;flex-direction: column;justify-content: space-between;">
<view style="flex: 1;">
<uni-steps :options="[{ title: '1.创建模型' }, { title: '2.新建仓库' }, { title: '3.生成代码' }, { title: '4.推送代码' }]" :active="processIndex"></uni-steps>
</view>
<view style="height: 95vh">
<view><uni-steps :options="[{ title: '1.创建模型' }, { title: '2.新建仓库' }, { title: '3.生成代码' }, { title: '4.推送代码' }]" :active="processIndex"></uni-steps></view>
<view style="height: 88vh">
<thirdlucky-data-view
v-if="processIndex == 0"
:buttons="buttons"
:columns="entity.columns"
:datas="entity.datas"
:tableNames="entity.tableNames"
:showButton="false"
@selected="onSelected"
@changed="onChanged"
></thirdlucky-data-view>
</view>
<view style="display: flex;flex-direction: row;">
<button style="background-color: #007AFF;color: #ffffff;flex: 1;">上一步</button>
<button style="background-color: #47C789;color: #ffffff;flex: 1;">下一步</button>
</view>
</view>
</template>
......@@ -60,7 +62,7 @@ export default {
onSelected(index, action, data) {
if (action == 'edit') {
}
},
}
}
};
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册