Commit b71ca52d authored by 黄奎's avatar 黄奎

11

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