Commit 868d8843 authored by 黄奎's avatar 黄奎

页面修改

parent ffc1f60c
...@@ -233,13 +233,7 @@ ...@@ -233,13 +233,7 @@
align: "left", align: "left",
field: (row) => row.CateName, field: (row) => row.CateName,
}, },
{
name: "B2BPrice",
required: true,
label: "同业价",
align: "left",
field: (row) => row.B2BPrice.toFixed(2),
},
{ {
name: "SellPrice", name: "SellPrice",
required: true, required: true,
...@@ -533,9 +527,6 @@ ...@@ -533,9 +527,6 @@
window.location.origin + window.location.origin +
"/#/course/courseinfo?CourseId=" + "/#/course/courseinfo?CourseId=" +
obj.CourseId; obj.CourseId;
// this.$router.push({
// path: tempStr
// });
openURL(tempStr); openURL(tempStr);
}, },
//获取销售端口列表 //获取销售端口列表
......
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