From a95b1f6e57354b0798c0043f986a44f523723d32 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 04 七月 2025 11:19:59 +0800
Subject: [PATCH] ss

---
 admin/src/components/business/OperaInformationWindow.vue |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/admin/src/components/business/OperaInformationWindow.vue b/admin/src/components/business/OperaInformationWindow.vue
index fbb573b..964b8b8 100644
--- a/admin/src/components/business/OperaInformationWindow.vue
+++ b/admin/src/components/business/OperaInformationWindow.vue
@@ -10,6 +10,14 @@
       <el-form-item label="鏍囬" prop="title">
         <el-input v-model="form.title" placeholder="璇疯緭鍏ユ爣棰�" v-trim/>
       </el-form-item>
+      <el-form-item label="鎵�灞炴ā鍧�" v-if="form.type == 0" prop="module">
+        <el-select v-model="form.module" >
+          <el-option :value="0" label="琛屼笟璧勮"/>
+          <el-option :value="1" label="杩愯惀缁忛獙"/>
+          <el-option :value="2" label="鍔熻兘浠嬬粛"/>
+          <el-option :value="3" label="甯傚満淇℃伅"/>
+        </el-select>
+      </el-form-item>
       <el-form-item label="鍒楄〃鍥�" prop="imgurl" >
         <div class="upload_wrap">
           <UploadAvatarImage :file="{ 'imgurlfull': form.fullImgurl, 'imgurl': form.imgurl }" :uploadData="{folder:''}"   @uploadSuccess="uploadAvatarSuccess"   />
@@ -57,8 +65,10 @@
         id: null,
         remark: '',
         title: '',
+        type:null,
         detail: '',
         imgurl: '',
+        module: 0,
         fullImgurl: '',
         jumpType: 0,
         content: '',
@@ -81,7 +91,7 @@
     })
   },
   methods: {
-    open (title, target) {
+    open (title, target,type) {
       this.title = title
       this.visible = true
       // 鏂板缓
@@ -92,12 +102,14 @@
             id: null,
             remark: '',
             title: '',
+            type:type,
             detail: '',
             releaseDate: dayjs().format('YYYY-MM-DD HH:mm:ss'),
             imgurl: '',
             fullImgurl: '',
             jumpType: 0,
             content: '',
+            module: 0,
             sortnum: '',
             status: 0
           }

--
Gitblit v1.9.3