qinzhipeng_v 4 年之前
父节点
当前提交
02a5225b2f

+ 2 - 2
src/views/ToConfigure/configure.vue

@@ -217,7 +217,7 @@
                     { min: 1, max: 20, message: '模块名称过长', trigger: 'blur' }
                   ]"
                 >
-                  <el-col :span="11">
+                  <el-col :span="20">
                     <el-input v-model="moduleForm.moduleNames[index]" autocomplete="off" placeholder="不超过20个字符" />
                   </el-col>
                   <el-col v-show="index === moduleForm.moduleNames.length-1" :span="2" :offset="1">
@@ -230,7 +230,7 @@
                   <el-col :span="11">{{ curcentParent }}</el-col>
                 </el-form-item>
                 <el-form-item label="模块名称:" :label-width="formLabelWidth">
-                  <el-col :span="11">
+                  <el-col :span="20">
                     <el-input v-model="moduleForm.moduleNames[0]" autocomplete="off" placeholder="不超过20个字符" />
                   </el-col>
                 </el-form-item>

+ 2 - 0
src/views/projectManage/bugList/file/createdBug.vue

@@ -363,8 +363,10 @@ export default {
       if (e === 2) {
         this.titleName = '复制缺陷'
         if (ele !== undefined) {
+          console.log(ele, this.userInformation, 'cddcs')
           this.formInline = ele
           this.show2 = true
+          this.formInline.creatorList = this.userNames
           this.$set(this.formInline, 'bugName', '')
           this.$set(this.formInline, 'accessory', '')
           this.options = []

+ 1 - 1
src/views/projectManage/components/demand.vue

@@ -295,7 +295,7 @@ export default {
   display: inline-block;
   // width: 100px;
   margin: 10px 0;
-  font-size:12px;
+  font-size:14px;
   line-height:14px;
   color:rgba(102,102,102,1);
   opacity:1;