Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
zhouqian
vue-gjjs
Commits
aba1411e
Commit
aba1411e
authored
Dec 21, 2021
by
孟冬雪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
f40cc86b
609f3cf7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Menu.vue
src/views/Business/Sptsel/Menu.vue
+2
-1
index.vue
src/views/Business/Sptsel/index.vue
+1
-2
index.vue
src/views/TaskList/index.vue
+2
-2
No files found.
src/views/Business/Sptsel/Menu.vue
View file @
aba1411e
...
...
@@ -406,7 +406,8 @@ export default {
{
label
:
"归档"
,
value
:
"chkcan"
},
{
label
:
"云平台"
,
value
:
"chkypt"
},
]
}
else
if
(
this
.
root
.
tag
==
'draft'
){
}
else
if
(
this
.
root
.
tag
==
'draft'
){
this
.
sourceData
=
[{
label
:
"Break"
,
value
:
"chkpen"
}]
}
},
...
...
src/views/Business/Sptsel/index.vue
View file @
aba1411e
...
...
@@ -26,13 +26,12 @@ export default {
components
:{
"m-menu"
:
Menu
,
},
props
:[
"isDraftBox"
],
provide
()
{
return
{
root
:
this
}
},
props
:
[
"tag"
],
props
:
[
"tag"
,
"isDraftBox"
],
mixins
:
[
CommonProcess
],
// 里面包含了Default、Check等的公共处理
computed
:
{
...
...
src/views/TaskList/index.vue
View file @
aba1411e
...
...
@@ -3,7 +3,7 @@
<c-tabs
:value=
"tabVal"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"待经办列表"
name=
"sptsel"
>
<!--
<c-table
:columnsConfig=
"tableColumns"
:list=
"tableData"
></c-table>
-->
<t-sptsel
tag=
"tohandle"
/>
<t-sptsel
tag=
"tohandle"
:isDraftBox=
"false"
/>
</el-tab-pane>
<el-tab-pane
label=
"待复核列表"
name=
"trnrel"
>
<t-trnrel
tag=
"tocheck"
/>
...
...
@@ -15,7 +15,7 @@
<t-bopsel
/>
</el-tab-pane>
<el-tab-pane
label=
"草稿箱"
name=
"draftBox"
>
<t-sptsel
tag=
"draft"
/>
<t-sptsel
tag=
"draft"
:isDraftBox=
"true"
/>
</el-tab-pane>
<el-tab-pane
label=
"到期提示"
name=
"expirePrompt"
>
<t-diasel/>
...
...
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