Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
e2b9f087
提交
e2b9f087
authored
9月 12, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(inspectiontask): 修复:勤策移动端_售点稽查_支持拍摄视频上传功能
上级
f18eb389
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
90 行增加
和
3 行删除
+90
-3
auto-imports.d.ts
auto-imports.d.ts
+11
-0
components.d.ts
components.d.ts
+75
-0
main.js
src/main.js
+4
-2
index.vue
...y/sales_point_inspection/examine/inspectionTask/index.vue
+0
-1
没有找到文件。
auto-imports.d.ts
0 → 100644
浏览文件 @
e2b9f087
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export
{}
declare
global
{
const
showConfirmDialog
:
typeof
import
(
'vant/es'
)[
'showConfirmDialog'
]
const
showDialog
:
typeof
import
(
'vant/es'
)[
'showDialog'
]
const
showNotify
:
typeof
import
(
'vant/es'
)[
'showNotify'
]
}
components.d.ts
0 → 100644
浏览文件 @
e2b9f087
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export
{}
/* prettier-ignore */
declare
module
'vue'
{
export
interface
GlobalComponents
{
Breadcrumb
:
typeof
import
(
'./src/components/Breadcrumb/index.vue'
)[
'default'
]
CategoryTree
:
typeof
import
(
'./src/components/CategoryTree/index.vue'
)[
'default'
]
CommonMenu
:
typeof
import
(
'./src/components/CommonMenu/index.vue'
)[
'default'
]
Crontab
:
typeof
import
(
'./src/components/Crontab/index.vue'
)[
'default'
]
Day
:
typeof
import
(
'./src/components/Crontab/day.vue'
)[
'default'
]
DictTag
:
typeof
import
(
'./src/components/DictTag/index.vue'
)[
'default'
]
Doc
:
typeof
import
(
'./src/components/RuoYi/Doc/index.vue'
)[
'default'
]
Editor
:
typeof
import
(
'./src/components/Editor/index.vue'
)[
'default'
]
FileUpload
:
typeof
import
(
'./src/components/FileUpload/index.vue'
)[
'default'
]
Git
:
typeof
import
(
'./src/components/RuoYi/Git/index.vue'
)[
'default'
]
GroupLegend
:
typeof
import
(
'./src/components/ECharts/GroupLegend/index.vue'
)[
'default'
]
Hamburger
:
typeof
import
(
'./src/components/Hamburger/index.vue'
)[
'default'
]
HeaderSearch
:
typeof
import
(
'./src/components/HeaderSearch/index.vue'
)[
'default'
]
Hour
:
typeof
import
(
'./src/components/Crontab/hour.vue'
)[
'default'
]
IconSelect
:
typeof
import
(
'./src/components/IconSelect/index.vue'
)[
'default'
]
IFrame
:
typeof
import
(
'./src/components/iFrame/index.vue'
)[
'default'
]
ImagePreview
:
typeof
import
(
'./src/components/ImagePreview/index.vue'
)[
'default'
]
ImageUpload
:
typeof
import
(
'./src/components/ImageUpload/index.vue'
)[
'default'
]
LevitatedSphere
:
typeof
import
(
'./src/components/LevitatedSphere/index.vue'
)[
'default'
]
Min
:
typeof
import
(
'./src/components/Crontab/min.vue'
)[
'default'
]
Month
:
typeof
import
(
'./src/components/Crontab/month.vue'
)[
'default'
]
NoData
:
typeof
import
(
'./src/components/NoData/index.vue'
)[
'default'
]
OpenDialog
:
typeof
import
(
'./src/components/OpenDialog/index.vue'
)[
'default'
]
Pagination
:
typeof
import
(
'./src/components/Pagination/index.vue'
)[
'default'
]
ParentView
:
typeof
import
(
'./src/components/ParentView/index.vue'
)[
'default'
]
Result
:
typeof
import
(
'./src/components/Crontab/result.vue'
)[
'default'
]
RightToolbar
:
typeof
import
(
'./src/components/RightToolbar/index.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
Screenfull
:
typeof
import
(
'./src/components/Screenfull/index.vue'
)[
'default'
]
Second
:
typeof
import
(
'./src/components/Crontab/second.vue'
)[
'default'
]
SizeSelect
:
typeof
import
(
'./src/components/SizeSelect/index.vue'
)[
'default'
]
SvgIcon
:
typeof
import
(
'./src/components/SvgIcon/index.vue'
)[
'default'
]
TopNav
:
typeof
import
(
'./src/components/TopNav/index.vue'
)[
'default'
]
VanActionSheet
:
typeof
import
(
'vant/es'
)[
'ActionSheet'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCalendar
:
typeof
import
(
'vant/es'
)[
'Calendar'
]
VanCell
:
typeof
import
(
'vant/es'
)[
'Cell'
]
VanCellGroup
:
typeof
import
(
'vant/es'
)[
'CellGroup'
]
VanCheckbox
:
typeof
import
(
'vant/es'
)[
'Checkbox'
]
VanCheckboxGroup
:
typeof
import
(
'vant/es'
)[
'CheckboxGroup'
]
VanEmpty
:
typeof
import
(
'vant/es'
)[
'Empty'
]
VanField
:
typeof
import
(
'vant/es'
)[
'Field'
]
VanFloatingBubble
:
typeof
import
(
'vant/es'
)[
'FloatingBubble'
]
VanIcon
:
typeof
import
(
'vant/es'
)[
'Icon'
]
VanImage
:
typeof
import
(
'vant/es'
)[
'Image'
]
VanList
:
typeof
import
(
'vant/es'
)[
'List'
]
VanLoading
:
typeof
import
(
'vant/es'
)[
'Loading'
]
VanNavBar
:
typeof
import
(
'vant/es'
)[
'NavBar'
]
VanOverlay
:
typeof
import
(
'vant/es'
)[
'Overlay'
]
VanPicker
:
typeof
import
(
'vant/es'
)[
'Picker'
]
VanPopup
:
typeof
import
(
'vant/es'
)[
'Popup'
]
VanPullRefresh
:
typeof
import
(
'vant/es'
)[
'PullRefresh'
]
VanSearch
:
typeof
import
(
'vant/es'
)[
'Search'
]
VanTab
:
typeof
import
(
'vant/es'
)[
'Tab'
]
VanTabs
:
typeof
import
(
'vant/es'
)[
'Tabs'
]
VanTag
:
typeof
import
(
'vant/es'
)[
'Tag'
]
VanUploader
:
typeof
import
(
'vant/es'
)[
'Uploader'
]
VersionNotice
:
typeof
import
(
'./src/components/VersionNotice/index.vue'
)[
'default'
]
Week
:
typeof
import
(
'./src/components/Crontab/week.vue'
)[
'default'
]
XLSelect
:
typeof
import
(
'./src/components/XLSelect/index.vue'
)[
'default'
]
XLToolTip
:
typeof
import
(
'./src/components/XLToolTip/index.vue'
)[
'default'
]
Year
:
typeof
import
(
'./src/components/Crontab/year.vue'
)[
'default'
]
}
}
src/main.js
浏览文件 @
e2b9f087
...
@@ -68,8 +68,10 @@ import VersionNotice from '@/components/VersionNotice'
...
@@ -68,8 +68,10 @@ import VersionNotice from '@/components/VersionNotice'
import
VConsole
from
'vconsole'
import
VConsole
from
'vconsole'
// 创建vConsole实例
// 创建vConsole实例
new
VConsole
()
// 生产环境不加载
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
new
VConsole
()
}
const
app
=
createApp
(
App
)
const
app
=
createApp
(
App
)
...
...
src/views/mobile/pages/audit_activity/sales_point_inspection/examine/inspectionTask/index.vue
浏览文件 @
e2b9f087
...
@@ -125,7 +125,6 @@
...
@@ -125,7 +125,6 @@
<van-uploader
:max-count=
"1"
<van-uploader
:max-count=
"1"
:accept=
"selectedMediaType === 'image' ? 'image/*' : 'video/*'"
:accept=
"selectedMediaType === 'image' ? 'image/*' : 'video/*'"
ref=
"uploaderRef"
ref=
"uploaderRef"
capture=
"camera"
:model-value=
"form.commitStorePicture"
:model-value=
"form.commitStorePicture"
:after-read=
"commitStorePhotosRead"
:after-read=
"commitStorePhotosRead"
preview-size=
"2.13333rem"
preview-size=
"2.13333rem"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论