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
2024-12-24 10:43:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85b3ee67eb2b631e70c3d27c1ab32c9a0a6cc118
85b3ee67
1 parent
4dcd56c2
fix 修改定位错误文案
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
src/views/stop.vue
src/views/stop.vue
View file @
85b3ee6
<!--
* @Date: 2022-06-29 18:18:02
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-2
0 17:07:15
* @LastEditTime: 2024-12-2
4 10:43:11
* @FilePath: /data-table/src/views/stop.vue
* @Description: 文件描述
-->
...
...
@@ -19,8 +19,8 @@
<span v-if="status === 'apply'">表单未开始</span>
<span v-if="status === 'finish'">表单已结束</span>
<span v-if="status === 'disable'">表单已关闭</span>
<span v-if="status === 'get_location_fail'"
>表单获取定位授权失败
</span>
<span v-if="status === 'location_error'"
>未在指定位置提交,请确认后重试
</span>
<span v-if="status === 'get_location_fail'"
class="text-error">获取定位授权失败!<br/>请在“设置”中打开<br/>“定位服务”或“位置信息”权限后再试
</span>
<span v-if="status === 'location_error'"
class="text-error">提交失败!<br/>表单管理员设置了填表的限定位置<br/>请在指定位置完成提交
</span>
</p>
<!-- <p style="font-size: 0.9rem; margin-bottom: 0.5rem">您的作品正在审核中</p> -->
<!-- <p style="font-size: 0.9rem">请耐心等待~~</p> -->
...
...
@@ -84,5 +84,11 @@ const handle = () => {
// color: @base-color;
font-weight: bold;
}
.text-error {
font-weight: normal;
font-size: 1rem;
line-height: 1.75;
}
}
</style>
...
...
Please
register
or
login
to post a comment