11wqe1 5 mēneši atpakaļ
vecāks
revīzija
0458831981

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 444 - 381
src/components/pages/components/report.vue


+ 2 - 2
src/components/pages/components/worksDetail2.vue

@@ -34,7 +34,7 @@
         <el-button @click="customizeExport" 
         <el-button @click="customizeExport" 
           type="primary" 
           type="primary" 
           size="small"
           size="small"
-          >{{ DState == 5 ? '按任务导出' : '自定义导出' }}</el-button
+          >{{ (DState == 5 || DState == 6) ? '按任务导出' : '自定义导出' }}</el-button
         >
         >
         <el-button style="margin-left: 20px;" @click="retPage" type="primary" size="small">返回</el-button>
         <el-button style="margin-left: 20px;" @click="retPage" type="primary" size="small">返回</el-button>
       </div>
       </div>
@@ -1586,7 +1586,7 @@
 
 
 <!-- 自定义导出作业筛选弹框 -->
 <!-- 自定义导出作业筛选弹框 -->
     <el-dialog
     <el-dialog
-      :title="dataJson.state == 5 ? '按任务导出作业' : '自定义导出作业'"
+      :title="(dataJson.state == 5 || dataJson.state == 6) ? '按任务导出作业' : '自定义导出作业'"
       :visible.sync="dialogVisibleBao"
       :visible.sync="dialogVisibleBao"
       :append-to-body="true"
       :append-to-body="true"
       width="550px"
       width="550px"

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels