Commit b71ca52d authored by 黄奎's avatar 黄奎

11

parent 09d66070
......@@ -648,9 +648,9 @@
CourseId: item.CourseId,
Status: status
};
var message = "是否要删除课程?";
var message = "是否要删除【"+item.CourseName+"】课程?";
if (status == 0) {
message = "是否要恢复课程?";
message = "是否要恢复【"+item.CourseName+"】课程?";
}
this.$q
.dialog({
......
......@@ -365,12 +365,12 @@
align: "left",
field: row => row.CateName
},
{
name: "OriginalPrice",
label: "原价",
align: "left",
field: row => row.OriginalPrice.toFixed(2)
},
// {
// name: "OriginalPrice",
// label: "原价",
// align: "left",
// field: row => row.OriginalPrice.toFixed(2)
// },
{
name: "SellPrice",
label: "售价",
......
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