qinzhipeng_v 5 年之前
父節點
當前提交
1c9a8c25f5

+ 2 - 2
src/views/Platform/presentation/Templates/DailyReport.vue

@@ -34,8 +34,8 @@
         邮件列表
       </div>
       <div class="Layout" style="margin: 1% 12% 3%;">
-        <div class="Layout"><div class="div1">收件人</div><el-input v-model="form.name" size="small" clearable filterable placeholder="多人请 , 分隔" /></div>
-        <div class="Layout"><div class="div1">抄送</div><el-input v-model="form.names" size="small" clearable filterable placeholder="多人请 , 分隔" /></div>
+        <div class="Layout"><div class="div1">收件人</div><el-input v-model="form.name" size="small" clearable filterable placeholder="多个邮箱请“,”分隔" /></div>
+        <div class="Layout"><div class="div1">抄送</div><el-input v-model="form.names" size="small" clearable filterable placeholder="多个邮箱请“,”分隔" /></div>
       </div>
       <div style="margin: 0 12%; font-size:18px; font-family:PingFangSC-Medium,PingFang SC; font-weight:500; color:rgba(51,59,74,1); line-height:29px;">
         报告预览

+ 1 - 1
src/views/Platform/presentation/testPresenyL.vue

@@ -6,7 +6,7 @@
         <span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ fromCreat.reportName }}</span>
         <span style="flex:2;margin: 0.5% 0 0 20px;font-size: 17px;">by {{ fromCreat.ownner }}</span>
       </div>
-      <div style="font-size:15px;color:#606266;" class="rich" v-html="projectProgress" />
+      <div style="font-size:15px;color:#606266;line-height: 25px;" class="rich" v-html="projectProgress" />
       <div class="titleStyle">三. bug情况</div>
       <div style="border: 1px,solid #ccc;font-size:14px;color:#606266;">
         <div style="margin: 1%;">1、bug统计</div>

+ 0 - 1
src/views/projectManage/bugList/details/index.vue

@@ -685,7 +685,6 @@ export default {
     }
   },
   created() {
-    this.$store.state.data.status = false
     if (this.type !== 'page') {
       var height = window.innerHeight > document.body.clientHeight ? window.innerHeight : document.body.clientHeight
       height -= 130