Commit 9783c262 authored by Mac's avatar Mac

1

parent ee210919
......@@ -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
});
},
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment