From 5e2aafeede13d337380f736567caf74f49713be7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:38:32 +0800
Subject: [PATCH] 代码优化

---
 src/views/task/customTask/index.vue |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

diff --git a/src/views/task/customTask/index.vue b/src/views/task/customTask/index.vue
index 1bebfdb..8f637c0 100644
--- a/src/views/task/customTask/index.vue
+++ b/src/views/task/customTask/index.vue
@@ -19,36 +19,15 @@
         <el-button :size="size" type="text" icon="el-icon-video-play" @click.stop="handleEnable(row,2)">启用
         </el-button>
       </template>
-
     </avue-crud>
 
     <el-dialog title="编辑" append-to-body :visible.sync="editPopup" center @close="editClose">
       <avue-form ref="formRef" :option="option" v-model="editForm" @submit="handleSubmit">
-
-        <!-- <template slot-scope="{type, disabled}" slot="sceneGeo">
-          <el-button type="primary" style="font-size: 14px;  border: none;" icon="el-icon-map-location"
-            @click="openMapTwo()">获取位置</el-button>
-
-          <avue-input-map style="position: fixed; top: -11111111111111px;" ref="avueInputMapTwo"
-            :params="editForm.params" placeholder="请选择地图" v-model="editForm.sceneGeo"></avue-input-map>
-        </template> -->
-
       </avue-form>
 
     </el-dialog>
 
-    <el-dialog title="分享" append-to-body :visible.sync="sharePopup" center @close="popupClose">
-      <div style="display: flex; justify-content: center; ">
-        <el-radio-group v-model="circleRadio">
-          <el-radio :label="0">邻里圈</el-radio>
-          <el-radio :label="1">协同圈</el-radio>
-        </el-radio-group>
-      </div>
-      <span slot="footer" class="dialog-footer">
-        <el-button @click="sharePopup = false">取 消</el-button>
-        <el-button type="primary" @click="shareCircle()">确 定</el-button>
-      </span>
-    </el-dialog>
+
   </basic-container>
 </template>
 

--
Gitblit v1.9.3