Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pangchong
mocp-uniapp
Commits
bdaaa7bc
Commit
bdaaa7bc
authored
Mar 19, 2025
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: mco模块步骤详情新增附件信息
parent
d147911a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/pages/modules/mocp/panel/mco/step-back.vue
+7
-0
No files found.
src/pages/modules/mocp/panel/mco/step-back.vue
View file @
bdaaa7bc
...
@@ -8,6 +8,13 @@
...
@@ -8,6 +8,13 @@
<up-cell
title=
"创建时间"
:value=
"timeStampFormat(getStepDetails.creationTime)"
></up-cell>
<up-cell
title=
"创建时间"
:value=
"timeStampFormat(getStepDetails.creationTime)"
></up-cell>
<up-cell
title=
"计划工时"
:value=
"getStepDetails.plannedWork"
></up-cell>
<up-cell
title=
"计划工时"
:value=
"getStepDetails.plannedWork"
></up-cell>
<up-cell
title=
"步骤描述"
:label=
"getStepDetails.stepContent || '无'"
></up-cell>
<up-cell
title=
"步骤描述"
:label=
"getStepDetails.stepContent || '无'"
></up-cell>
<up-cell
title=
"附件"
>
<template
#
label
>
<view
style=
"margin-top: 16rpx"
>
<global-upload
:fileList=
"getStepDetails.stepFile"
:showUpload=
"false"
></global-upload>
</view>
</
template
>
</up-cell>
</up-cell-group>
</up-cell-group>
</view>
</view>
<view
class=
"mocp-cell"
>
<view
class=
"mocp-cell"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment