Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-01-17 15:28:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2705a64fe22599dbe67f36ffaffd56344052bdd7
2705a64f
1 parent
032af230
fix 控制页脚显示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
2705a64
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-01-17
09:47:54
* @LastEditTime: 2023-01-17
15:27:57
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -44,7 +44,7 @@
@active="onActive"
/>
</van-cell-group>
<div v-if="formData.length" style="margin: 16px">
<div v-if="formData.length
&& PCommit.visible
" style="margin: 16px">
<van-button round block type="primary" native-type="submit">
{{ PCommit.text ? PCommit.text : '提交' }}
</van-button>
...
...
@@ -211,6 +211,7 @@ onMounted(async () => {
if (page_commit) {
PCommit.value = {
text: page_commit.text,
visible: !page_commit.invisible,
};
}
formData.value = formatData(page_form);
...
...
Please
register
or
login
to post a comment