From 5bf2cc3f6bb087b0ce29a2d8fc181a2f42bfcfed Mon Sep 17 00:00:00 2001 From: chenghuan Date: Mon, 29 Dec 2025 18:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E7=89=88=E6=9C=AC=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appManage/course-add-or-update.vue | 25 ++++++++++++++-- src/views/modules/appManage/urlList.vue | 30 +++++++++++++++++++ 2 files changed, 52 insertions(+), 3 deletions(-) diff --git a/src/views/modules/appManage/course-add-or-update.vue b/src/views/modules/appManage/course-add-or-update.vue index 2bd42fa..b0f1151 100644 --- a/src/views/modules/appManage/course-add-or-update.vue +++ b/src/views/modules/appManage/course-add-or-update.vue @@ -14,7 +14,7 @@ :model="dataForm" :rules="dataRule" ref="dataForm" - label-width="80px" + label-width="150px" > {{ dataForm.title }} @@ -27,6 +27,22 @@ :rows="3" > + + + + + + + + @@ -155,8 +171,11 @@ export default { dialogImageUrl: "", dialogVisible: false, dataForm: { - type: 1, + id: '', + // type: 1, title: "", + version: "", + updateUrl: "", isBook: 0, //是否是疯子读书 isMedical: 0, //是否是吴门医述 isSociology: 0 //是否是众妙之门 @@ -223,7 +242,7 @@ export default { this.$refs.dataForm.clearValidate(); - // this.dataForm.id = row.id || 0 + this.dataForm.id = row.id || 0 // this.dataForm.title = row.title || '' }, diff --git a/src/views/modules/appManage/urlList.vue b/src/views/modules/appManage/urlList.vue index 001c913..d9e1446 100644 --- a/src/views/modules/appManage/urlList.vue +++ b/src/views/modules/appManage/urlList.vue @@ -39,6 +39,36 @@ + + + + + + + +