Przeglądaj źródła

111111111111111111111

asd26269546 2 lat temu
rodzic
commit
f943f7be01

+ 5 - 6
src/views/process/processApproval/index.vue

@@ -52,7 +52,7 @@
         <!-- 维多利亚 -->
         <SendSubscribeWDLY
           ref="makeDom"
-          v-else-if="flowForm.flowKey == 'wdly_apply_purchase'"
+          v-if="flowForm.flowKey == 'wdly_apply_purchase'"
         ></SendSubscribeWDLY>
         <SendPurchaseWDLY
           ref="makeDom"
@@ -84,7 +84,7 @@
             <li v-for="item in recordList" :key="item.id">
               <div class="left-icon">
                 <i class="iconfont icon-iconm_daick"></i>
-                <i class="iconfont icon-iconm_daohzj right-btm-status"></i>
+                <i class="iconfont icon-icomx_quertj1 right-btm-status"></i>
               </div>
               <div class="right-conetnt">
                 <div class="name">发起人:{{ item.processedUser }}</div>
@@ -97,7 +97,9 @@
             </li>
           </ul>
         </el-tab-pane>
-        <el-tab-pane label="决策辅助" name="second">决策辅助</el-tab-pane>
+        <el-tab-pane label="决策辅助" name="second">
+          
+        </el-tab-pane>
       </el-tabs>
     </div>
 
@@ -129,7 +131,6 @@
 </template>
 
 <script setup name='ProcessApproval'>
-import useTagsViewStore from "@/store/modules/tagsView.js"
 import { useRouter, useRoute } from "vue-router";
 //申购发起
 import SendSubscribe from "@/components/process/SendSubscribe";
@@ -266,8 +267,6 @@ const handleSubmit = async () => {
 };
 // 页面跳转
 const skipPage = () => {
-  const useTagsStore = useTagsViewStore()
-  useTagsStore.delVisitedView(router.currentRoute.value);
   ElMessage({
     message: "操作成功!",
     type: "success",

+ 1 - 1
src/views/system/user2/index.vue

@@ -37,7 +37,7 @@
 			</byTable>
 		</div>
 		<el-dialog
-			:title="modalType == 'add' ? '新增' : '编辑'"
+			:title="modalType == 'add' ? '添加用户' : '编辑用户'"
 			v-model="dialogVisible"
 			width="500"
 			v-loading="loading"