hookehuyr

fix 只有新增表单时才显示底部提醒文字

<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-02 16:18:39
* @LastEditTime: 2024-08-03 18:18:24
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
......@@ -127,7 +127,7 @@
/> -->
</van-config-provider>
</div>
<div style="text-align: center; color: #545454; font-size: 0.85rem; padding-bottom: 2rem">
<div v-if="page_type === 'add'" style="text-align: center; color: #545454; font-size: 0.85rem; padding-bottom: 2rem">
提交即授权该表单收集你的填写信息
</div>
<div>
......