|
@@ -242,7 +242,7 @@ export default {
|
|
defaultProps: {
|
|
defaultProps: {
|
|
children: "propertyList",
|
|
children: "propertyList",
|
|
},
|
|
},
|
|
- title: "新增属性",
|
|
|
|
|
|
+ title: "新增知识点",
|
|
rules: {
|
|
rules: {
|
|
code: [
|
|
code: [
|
|
{
|
|
{
|
|
@@ -448,7 +448,7 @@ export default {
|
|
//新增一级
|
|
//新增一级
|
|
insertParent() {
|
|
insertParent() {
|
|
this.disAllBtn();
|
|
this.disAllBtn();
|
|
- this.title = "新增属性";
|
|
|
|
|
|
+ this.title = "新增知识点";
|
|
this.propertyForm = {
|
|
this.propertyForm = {
|
|
id: "",
|
|
id: "",
|
|
code: "",
|
|
code: "",
|
|
@@ -514,7 +514,7 @@ export default {
|
|
async deleteProperty() {
|
|
async deleteProperty() {
|
|
this.disAllBtn();
|
|
this.disAllBtn();
|
|
|
|
|
|
- const confirm = await this.$confirm("确认删除属性吗?", "提示", {
|
|
|
|
|
|
+ const confirm = await this.$confirm("确认删除知识点吗?", "系统通知", {
|
|
type: "warning",
|
|
type: "warning",
|
|
}).catch(() => {});
|
|
}).catch(() => {});
|
|
if (confirm !== "confirm") return;
|
|
if (confirm !== "confirm") return;
|