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
0647a659
Commit
0647a659
authored
May 30, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 注释
parent
0fa8be33
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/pages/panel/assign-work/edit-work.vue
+0
-7
No files found.
src/pages/panel/assign-work/edit-work.vue
View file @
0647a659
...
@@ -79,9 +79,6 @@
...
@@ -79,9 +79,6 @@
<up-form-item
label=
"计划完成时间"
:borderBottom=
"true"
>
<up-form-item
label=
"计划完成时间"
:borderBottom=
"true"
>
<global-picker
pickAlign=
"right"
clearable
mode=
"date"
:emptyValue=
"-1"
placeholder=
"请选择日期"
></global-picker>
<global-picker
pickAlign=
"right"
clearable
mode=
"date"
:emptyValue=
"-1"
placeholder=
"请选择日期"
></global-picker>
</up-form-item>
</up-form-item>
<up-form-item
label=
"计划完成时间"
:borderBottom=
"true"
>
<global-select
pickAlign=
"right"
v-model=
"selectValue"
clearable
></global-select>
</up-form-item>
</view>
</view>
</view>
</view>
</up-form>
</up-form>
...
@@ -95,10 +92,6 @@ import { ref, watch } from 'vue'
...
@@ -95,10 +92,6 @@ import { ref, watch } from 'vue'
const
goTo
=
()
=>
{
const
goTo
=
()
=>
{
uni
.
navigateTo
({
url
:
'edit-decompose'
})
uni
.
navigateTo
({
url
:
'edit-decompose'
})
}
}
const
selectValue
=
ref
(
''
)
watch
(
selectValue
,
(
value
)
=>
{
console
.
log
(
value
)
})
//开关
//开关
const
value
=
ref
(
true
)
const
value
=
ref
(
true
)
const
change
=
(
e
)
=>
{
const
change
=
(
e
)
=>
{
...
...
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