Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
9783c262
Commit
9783c262
authored
Jul 09, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ee210919
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
classHourReward.vue
src/pages/course/classHourReward.vue
+6
-7
No files found.
src/pages/course/classHourReward.vue
View file @
9783c262
...
...
@@ -193,7 +193,7 @@
@
selection-change=
"handleSelectionChange"
style=
"width: 100%;"
>
<el-table-column
type=
"selection"
width=
"55"
:selectable=
"checkSelectable"
></el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"
用户
"
>
</el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"
老师
"
>
</el-table-column>
<el-table-column
prop=
"Money"
label=
"应发提成金额"
>
</el-table-column>
<el-table-column
prop=
"IsGiveOut"
label=
"是否已发放"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -609,7 +609,7 @@
}
this
.
$q
.
dialog
({
title
:
"设置用户状态"
,
message
:
"确认后无法更改
用户
制单状态,如果需修改请联系管理员"
,
message
:
"确认后无法更改
老师
制单状态,如果需修改请联系管理员"
,
persistent
:
true
,
cancel
:
{
label
:
"取消"
,
...
...
@@ -660,11 +660,10 @@
orderObj
:
JSON
.
stringify
(
obj
)
}
// this.$router.push({
// path: "/financial/financalDocument/addFinancialDocuments",
// query
// });
this
.
OpenNewUrl
(
"/financial/financalDocument/addFinancialDocuments"
,
query
);
this
.
$router
.
push
({
path
:
"/financial/financalDocument/addFinancialDocuments"
,
query
});
},
}
}
...
...
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