Browse Source

sit build

戴艳蓉 3 years ago
parent
commit
04aa88ed10

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/css/chunk-71c996d6.d0085e78.css → dist/static/css/chunk-9233915a.d0085e78.css


+ 0 - 0
dist/static/css/chunk-71c996d6.d0085e78.css.gz → dist/static/css/chunk-9233915a.d0085e78.css.gz


BIN
dist/static/js/app.4c24ee12.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d5459d7c.js


BIN
dist/static/js/app.d5459d7c.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-71c996d6.2b145799.js


BIN
dist/static/js/chunk-71c996d6.2b145799.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-9233915a.9711c6bc.js


BIN
dist/static/js/chunk-9233915a.9711c6bc.js.gz


+ 2 - 2
src/views/search/standBook/addEdit.vue

@@ -56,7 +56,7 @@
           <el-alert
             style="width: 230px"
             :closable="false"
-            title="报表会在明天01:00开始生成!"
+            :title="type==='1'?'报表会在提交后开始执行!':'报表会在明天01:00开始生成'"
             type="warning"
           >
           </el-alert>
@@ -79,7 +79,7 @@ import resToken from "@/mixins/resToken";
 import PeriodDatePicker from "@/components/PeriodDatePicker";
 export default {
   name: "standBook",
-  props: ["showModel", "sitem"],
+  props: ["showModel", "sitem",'type'],
   mixins: [resToken],
   components: {
     PeriodDatePicker,

+ 4 - 3
src/views/search/standBook/real-time-export-new.vue

@@ -49,8 +49,8 @@
         ></el-tag>
           </template>
       </el-table-column>
-      <el-table-column prop="expiretime" label="文件过期时间" min-width="140"/>
-      <el-table-column prop="updatetime" label="创建时间" min-width="140"/>
+      <el-table-column prop="updatetime" label="状态更新时间" min-width="140"/>
+      <el-table-column prop="addtime" label="创建时间" min-width="140"/>
       <el-table-column fixed="right" label="操作" width="82">
         <template slot-scope="scope">
           <el-tooltip
@@ -81,6 +81,7 @@
     <add-edit
       :sitem="sitem"
       :show-model="showModel"
+      :type="'1'"
       @refresh="searchList"
       @cancel="showModel = false"
     />
@@ -118,7 +119,7 @@ export default {
       // 状态
       statusOptions: [
         { id: "0", label: "待创建" },
-        { id: "1", label: "执行" },
+        { id: "1", label: "执行" },
         { id: "2", label: "已完成" },
       ],
       loading: true,

Some files were not shown because too many files changed in this diff