From 83898e6b7ff3996fcef889042442a25753b07dea Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 24 九月 2024 14:00:24 +0800
Subject: [PATCH] 测试完成
---
src/views/repositoryai/templateku/configurat/index.vue | 60 ++++++++++++++++++++++++++++++++----------------------------
1 files changed, 32 insertions(+), 28 deletions(-)
diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue
index e33ab1e..8cc1a63 100644
--- a/src/views/repositoryai/templateku/configurat/index.vue
+++ b/src/views/repositoryai/templateku/configurat/index.vue
@@ -14,13 +14,13 @@
<el-step>
<template slot="title">
<span style="cursor: pointer" @click="Editprogress = 2"
- >闅忚妯$増棰樼洰</span
+ >闅忚妯℃澘棰樼洰</span
>
</template>
</el-step>
- <el-step description="鏌ョ湅闅忚妯$増棰勮锛屽彲瀵煎嚭PDF">
+ <el-step description="鏌ョ湅闅忚妯℃澘棰勮锛屽彲瀵煎嚭PDF">
<template slot="title">
- <span style="cursor: pointer" @click="preview">闅忚妯$増棰勮</span>
+ <span style="cursor: pointer" @click="preview">闅忚妯℃澘棰勮</span>
</template>
</el-step>
</el-steps>
@@ -41,7 +41,7 @@
>
<el-row>
<el-col :span="12">
- <el-form-item label="妯$増鍚嶇О" prop="region">
+ <el-form-item label="妯℃澘鍚嶇О" prop="region">
<div>
<el-input
v-model="ruleForm.templateName"
@@ -51,7 +51,7 @@
</el-form-item>
</el-col>
<el-col :span="12">
- <el-form-item label="闅忚妯$増鍒嗙被" prop="region">
+ <el-form-item label="闅忚妯℃澘鍒嗙被" prop="region">
<el-select
v-model="ruleForm.assortid"
size="medium"
@@ -75,16 +75,20 @@
</el-form-item>
</el-col>
</el-row>
+ <el-row>
+ <el-col :span="12">
+ <el-form-item label="妯℃澘绠�浠�" prop="note">
+ <div>
+ <el-input
+ type="textarea"
+ placeholder="璇疯緭鍏ョ畝浠�"
+ v-model="ruleForm.note"
+ ></el-input>
+ </div>
+ </el-form-item>
+ </el-col>
+ </el-row>
- <el-form-item label="妯$増绠�浠�" prop="note">
- <div style="width: 50%">
- <el-input
- type="textarea"
- placeholder="璇疯緭鍏ョ畝浠�"
- v-model="ruleForm.note"
- ></el-input>
- </div>
- </el-form-item>
<el-row :gutter="20">
<el-col :span="12">
<el-form-item label="鐗堟湰鍙�" prop="version">
@@ -331,14 +335,14 @@
<el-button
type="success"
@click="Departmenttreatment('ruleForm')"
- >{{ task ? "淇濆瓨鍒颁换鍔℃ā鐗�" : "淇濆瓨闅忚妯$増鍩虹淇℃伅" }}</el-button
+ >{{ task ? "淇濆瓨鍒颁换鍔℃ā鏉�" : "淇濆瓨闅忚妯℃澘鍩虹淇℃伅" }}</el-button
>
</el-form-item>
</el-form>
</div>
- <!-- 闅忚妯$増璁剧疆 -->
+ <!-- 闅忚妯℃澘璁剧疆 -->
<div v-if="Editprogress == 2">
- <div class="leftvlue-jbxx">闅忚妯$増棰樼洰璁剧疆</div>
+ <div class="leftvlue-jbxx">闅忚妯℃澘棰樼洰璁剧疆</div>
<el-divider></el-divider>
<div class="addtopic">
<el-button
@@ -790,7 +794,7 @@
</div>
<el-button type="success" @click="Departmenttreatment('ruleForm')">{{
- task ? "淇濆瓨鍒颁换鍔℃ā鐗�" : "淇濆瓨棰樼洰鏁版嵁"
+ task ? "淇濆瓨鍒颁换鍔℃ā鏉�" : "淇濆瓨棰樼洰鏁版嵁"
}}</el-button>
<el-button type="primary" plain @click="laststep()">涓婁竴姝�</el-button>
<el-button type="success" plain @click="preview('ruleForm')"
@@ -798,9 +802,9 @@
>
<el-button type="info" @click="closeFm('ruleForm')">鍏抽棴</el-button>
</div>
- <!-- 闅忚妯$増棰勮 -->
+ <!-- 闅忚妯℃澘棰勮 -->
<div v-if="Editprogress == 3">
- <div class="leftvlue-jbxx">闅忚妯$増闂棰勮</div>
+ <div class="leftvlue-jbxx">闅忚妯℃澘闂棰勮</div>
<el-divider></el-divider>
<div class="preview-left">
@@ -808,7 +812,6 @@
<!-- 鍗曢�� -->
<div
class="scriptTopic-dev"
-
:key="item.sort"
v-if="item.valueType == 1"
>
@@ -829,7 +832,6 @@
<!-- 澶氶�� -->
<div
class="scriptTopic-dev"
-
:key="item.sort"
v-if="item.valueType == 2"
>
@@ -851,7 +853,6 @@
<!-- 濉┖ -->
<div
class="scriptTopic-dev"
-
:key="item.sort"
v-if="item.valueType == 3"
>
@@ -1625,6 +1626,9 @@
} else {
this.ruleForm.isoperation = 1;
}
+ if (!this.ruleForm.assortid) {
+ this.ruleForm.assortid = -1;
+ }
this.ruleForm.labelInfo = JSON.stringify(this.dynamicTags);
this.ruleForm.suitway = this.ruleForm.suitway.join(",");
this.ruleForm.campus = this.ruleForm.campus.join(",");
@@ -1679,7 +1683,7 @@
},
// 绉戝澶勭悊
Departmenttreatment() {
- this.$modal.loading("姝e湪涓婁紶鏁版嵁锛岃绋嶅��...");
+ this.$modal.loading("姝e湪淇淇濆瓨鏁版嵁锛岃绋嶅��...");
this.ruleForm.deptNames = JSON.stringify(this.tempDetpRelevanceslist);
this.ruleForm.ivrLibaTemplateScriptVOList =
this.ruleForm.ivrLibaTemplateScriptVOList.concat(this.delScriptVOList);
@@ -1888,7 +1892,7 @@
row.isoperation = 3;
this.delScriptVOList.push(row);
this.sortFn();
- this.$modal.msgSuccess("宸插垹闄わ紝淇濆瓨妯$増鐢熸晥");
+ this.$modal.msgSuccess("宸插垹闄わ紝淇濆瓨妯℃澘鐢熸晥");
})
.catch(() => {});
},
@@ -1975,7 +1979,7 @@
this.drawer = false;
this.sortFn();
- this.$modal.msgSuccess("棰樼洰鏂板鎴愬姛锛屼繚瀛樻ā鐗堝け鏁�");
+ this.$modal.msgSuccess("棰樼洰鏂板鎴愬姛锛屼繚瀛樻ā鏉垮け鏁�");
});
},
@@ -1993,7 +1997,7 @@
// 鍓嶅線娴嬭瘯
measurement() {
this.$modal
- .confirm("鍗冲皢鍓嶅線妯$増娴嬭瘯椤甸潰锛岃纭妯$増鏁版嵁宸蹭繚瀛樸��")
+ .confirm("鍗冲皢鍓嶅線妯℃澘娴嬭瘯椤甸潰锛岃纭妯℃澘鏁版嵁宸蹭繚瀛樸��")
.then((res) => {
this.$router.push({
path: "/knowledge/tpuconfigurat/measurement",
@@ -2002,7 +2006,7 @@
})
.catch(() => {});
},
- // 鏂板缓妯$増涓复鏃堕鐩�
+ // 鏂板缓妯℃澘涓复鏃堕鐩�
// 棰樼洰绫诲瀷鏇存崲
typeselection(row) {
if (row == 1 && !this.indexform.ivrLibaScriptTargetoptionList.length) {
--
Gitblit v1.9.3