From d27e3ada8f1e9c005747988e9bf2519fcd6da21a Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 09 九月 2024 12:45:44 +0800
Subject: [PATCH] 测试完成

---
 src/views/outsideChainwt.vue |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/views/outsideChainwt.vue b/src/views/outsideChainwt.vue
index 483c35e..99b818c 100644
--- a/src/views/outsideChainwt.vue
+++ b/src/views/outsideChainwt.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="questionnaire">
-    <div class="CONTENT">
+    <div class="CONTENT" v-if="!accomplish">
       <div class="title">{{ taskname ? taskname : "闂嵎" }}</div>
       <div class="preview-left">
         <!-- 鍗曢�� -->
@@ -79,6 +79,12 @@
         </el-form-item>
       </el-form>
     </div>
+    <div class="CONTENT" v-else>
+      <div class="preview-left" style="margin-top: 100px;">
+        <div style="font-size: 24px;color: #175997; font-weight: 600; margin-bottom: 10px;">鎰熻阿鎮ㄧ殑閰嶅悎!</div>
+        <div style="font-size: 20px;">閭eソ鐨勶紝鎮ㄨ鐨勮繖浜涙儏鍐垫垜閮借涓嬫潵浜嗭紝鎮ㄨ繖杈硅寰楄鎸夌収鍖荤敓璇寸殑澶嶈瘖鏃堕棿鏉ラ櫌澶嶆煡銆傚缓璁偍鍚堢悊钀ュ吇锛岄ギ椋熸竻娣★紝澶氬悆瀵屽惈绾ょ淮绱犵殑椋熺墿锛岄伩鍏嶈緵杈e埡婵�鎬ч鐗╋紝閫傚害鐨勫悍澶嶉敾鐐硷紝濡傛暎姝ャ�佽笣娉佃繍鍔ㄧ瓑锛岄闃茶鏍撳舰鎴愩�傚鏋滄湁浠讳綍涓嶉�傛垨鐤戦棶锛屼篃璇烽殢鏃朵笌鎴戜滑鑱旂郴銆傞偅鏈鍥炶鍒版缁撴潫锛岀鎮ㄨ韩浣撳仴搴凤紒</div>
+      </div>
+    </div>
     <el-dialog
       :visible.sync="dialogVisible"
       width="50%"
@@ -106,6 +112,8 @@
       questionList: null,
       revisitAfter: null,
       dialogVisible:false,
+      Endornot: true,
+      accomplish:true,
       // 鍓嶇鍏挜
       publicKey:
         "MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKR0yHv0rbJWQE+Sc7/FwpW66qMd9qX2k6z+SDgkSdxWh/1GbBoAP7bDQQRF6vXmoKsD2ya42H6XRLSDXAoayuMCAwEAAQ== ",
@@ -147,6 +155,7 @@
         (res) => {
           if (res.code == 200) {
             this.questionList = res.data;
+            this.accomplish=res.data.submit
             if (this.questionList[0]) {
               this.questionList.forEach((item) => {
                 if (item.scriptResult && item.scriptType != 2) {
@@ -313,4 +322,14 @@
     }
   }
 }
+::v-deep.el-alert--warning.is-light {
+    background-color: #fbf9f3;
+    color: #ffba00;
+}
+::v-deep{
+  .el-alert__title {
+    font-size: 18px;
+    line-height: 18px;
+}
+}
 </style>

--
Gitblit v1.9.3