From b50917f4bdf0b05c028d76d8cdbde44a85ec8b91 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 27 八月 2024 16:02:53 +0800
Subject: [PATCH] 测试完成

---
 src/views/repositoryai/templateku/index.vue |  108 +++++++++++++++++++++++++++---------------------------
 1 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/src/views/repositoryai/templateku/index.vue b/src/views/repositoryai/templateku/index.vue
index 6d0590b..db3e944 100644
--- a/src/views/repositoryai/templateku/index.vue
+++ b/src/views/repositoryai/templateku/index.vue
@@ -416,62 +416,61 @@
     <!-- 闅忚棰樼洰棰勮 -->
     <el-dialog title="闅忚棰樼洰棰勮" :visible.sync="topicVisible" width="50%">
       <div class="preview-left">
-        <!-- 鍗曢�� -->
-        <div
-          class="scriptTopic-dev"
-          v-for="item in topicform.ivrLibaTemplateScriptVOList"
-          :key="item.targetid"
-          v-if="item.valueType == 1"
-        >
-          <div class="dev-text">
-            {{ item.targetid }}銆乕鍗曢�塢<span>{{ item.scriptContent }}</span>
+        <div v-for="item in topicform.ivrLibaTemplateScriptVOList">
+          <!-- 鍗曢�� -->
+          <div
+            class="scriptTopic-dev"
+            :key="item.targetid"
+            v-if="item.valueType == 1"
+          >
+            <div class="dev-text">
+              {{ item.targetid }}銆乕鍗曢�塢<span>{{ item.scriptContent }}</span>
+            </div>
+            <div class="dev-xx">
+              <el-radio-group v-model="item.remark">
+                <el-radio
+                  v-for="(items, index) in item.ivrLibaScriptTargetoptionList"
+                  :key="index"
+                  :label="index"
+                  >{{ items.targetvalue }}</el-radio
+                >
+              </el-radio-group>
+            </div>
           </div>
-          <div class="dev-xx">
-            <el-radio-group v-model="item.remark">
-              <el-radio
-                v-for="(items, index) in item.ivrLibaScriptTargetoptionList"
-                :key="index"
-                :label="index"
-                >{{ items.targetvalue }}</el-radio
-              >
-            </el-radio-group>
+          <!-- 澶氶�� -->
+          <div
+            class="scriptTopic-dev"
+            :key="item.targetid"
+            v-if="item.valueType == 2"
+          >
+            <div class="dev-text">
+              {{ item.targetid }}銆乕澶氶�塢<span>{{ item.scriptContent }}</span>
+            </div>
+            <div class="dev-xx">
+              <el-checkbox-group v-model="item.remark">
+                <el-checkbox
+                  v-for="(items, index) in item.ivrLibaScriptTargetoptionList"
+                  :key="index"
+                  :label="index"
+                >
+                  {{ items.targetvalue }}
+                </el-checkbox>
+              </el-checkbox-group>
+            </div>
           </div>
-        </div>
-        <!-- 澶氶�� -->
-        <div
-          class="scriptTopic-dev"
-          v-for="item in topicform.ivrLibaTemplateScriptVOList"
-          :key="item.targetid"
-          v-if="item.valueType == 2"
-        >
-          <div class="dev-text">
-            {{ item.targetid }}銆乕澶氶�塢<span>{{ item.scriptContent }}</span>
-          </div>
-          <div class="dev-xx">
-            <el-checkbox-group v-model="item.remark">
-              <el-checkbox
-                v-for="(items, index) in item.ivrLibaScriptTargetoptionList"
-                :key="index"
-                :label="index"
-              >
-                {{ items.targetvalue }}
-              </el-checkbox>
-            </el-checkbox-group>
-          </div>
-        </div>
-        <!-- 濉┖ -->
-        <div
-          class="scriptTopic-dev"
-          v-for="item in topicform.ivrLibaTemplateScriptVOList"
-          :key="item.targetid"
-          v-if="item.valueType == 3"
-        >
-          <div class="dev-text">
-            {{ item.targetid }}銆乕濉┖]<span>{{ item.scriptContent }}</span>
-          </div>
-          <div class="dev-xx">
-            <el-input placeholder="璇疯緭鍏ョ瓟妗�" v-model="radioas" clearable>
-            </el-input>
+          <!-- 濉┖ -->
+          <div
+            class="scriptTopic-dev"
+            :key="item.targetid"
+            v-if="item.valueType == 3"
+          >
+            <div class="dev-text">
+              {{ item.targetid }}銆乕濉┖]<span>{{ item.scriptContent }}</span>
+            </div>
+            <div class="dev-xx">
+              <el-input placeholder="璇疯緭鍏ョ瓟妗�" v-model="radioas" clearable>
+              </el-input>
+            </div>
           </div>
         </div>
       </div>
@@ -624,6 +623,7 @@
     downloadfn() {},
     // 璺宠浆缂栬緫璇濇湳椤甸潰
     compileUpdate(row) {
+      // this.$router.replace("/tpuconfigurat");
       this.$router.push({
         path: "/knowledge/tpuconfigurat/",
         query: { id: row.id },

--
Gitblit v1.9.3