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
6ce64588
Commit
6ce64588
authored
Jun 13, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 问题处理
parent
1565f202
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
src/mocp/components/global-upload/global-upload.vue
+1
-0
src/pages/modules/mocp/panel/appraisal-record/edit.vue
+8
-2
No files found.
src/mocp/components/global-upload/global-upload.vue
View file @
6ce64588
...
@@ -190,6 +190,7 @@ watch(
...
@@ -190,6 +190,7 @@ watch(
)
)
onBeforeUnmount
(()
=>
{
onBeforeUnmount
(()
=>
{
uni
.
$emit
(
'$upload-hide'
,
{})
uni
.
$emit
(
'$upload-hide'
,
{})
uni
.
$off
(
'$upload-show'
,
{})
})
})
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
...
...
src/pages/modules/mocp/panel/appraisal-record/edit.vue
View file @
6ce64588
...
@@ -39,7 +39,13 @@
...
@@ -39,7 +39,13 @@
></up-textarea>
></up-textarea>
</up-form-item>
</up-form-item>
<up-form-item
label=
"事件类别"
:borderBottom=
"true"
>
<up-form-item
label=
"事件类别"
:borderBottom=
"true"
>
<global-picker
pickAlign=
"right"
clearable
v-model=
"formData.eventType"
dictkey=
"ar_eventType"
:emptyValue=
"-1"
></global-picker>
<global-picker
pickAlign=
"right"
clearable
v-model=
"formData.eventType"
dictkey=
"ar_eventType"
:emptyValue=
"-1"
></global-picker>
</up-form-item>
</up-form-item>
<up-form-item
label=
"考核类型"
:borderBottom=
"true"
>
<up-form-item
label=
"考核类型"
:borderBottom=
"true"
>
<global-picker
<global-picker
...
@@ -110,7 +116,7 @@
...
@@ -110,7 +116,7 @@
<view
class=
"appeal"
>
<view
class=
"appeal"
>
<view
class=
"appeal-title"
>
<view
class=
"appeal-title"
>
<text>
申诉情况
</text>
<text>
申诉情况
</text>
<global-picker
pickAlign=
"right"
dictkey=
"ar_appealInfo"
v-model=
"formData.appealInfo"
clearable
></global-picker>
<global-picker
pickAlign=
"right"
dictkey=
"ar_appealInfo"
v-model=
"formData.appealInfo"
clearable
:emptyValue=
"-1"
></global-picker>
</view>
</view>
<view
class=
"appeal-content"
>
<view
class=
"appeal-content"
>
<global-upload
:fileList=
"getFileList"
v-model=
"formData.file"
></global-upload>
<global-upload
:fileList=
"getFileList"
v-model=
"formData.file"
></global-upload>
...
...
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