Explorar o código

行短添加上传按钮

sunyize %!s(int64=2) %!d(string=hai) anos
pai
achega
f52e32412c

+ 1 - 1
src/views/lotCheck/modules/TaskCheckList.vue

@@ -6,7 +6,7 @@
       sub-title=""
       @back="goBack"
     >
-      <a-descriptions :title="task.taskName" :column="3" :bordered="false">
+      <a-descriptions :title="'任务名称:  '+task.taskName" :column="3" :bordered="false">
         <a-descriptions-item label="状态">
           <a-tag :color="task.taskStateColor">{{ task.taskStateText }}</a-tag>
         </a-descriptions-item>

+ 1 - 1
src/views/smscheck/modules/TaskCheckList.vue

@@ -7,7 +7,7 @@
       sub-title=""
       @back="goBack"
     >
-      <a-descriptions :title="task.taskName" :column="3" :bordered="false">
+      <a-descriptions :title="'任务名称:  '+task.taskName" :column="3" :bordered="false">
         <a-descriptions-item label="状态"><a-tag :color="task.taskStateColor">{{task.taskStateText}}</a-tag></a-descriptions-item>
         <a-descriptions-item label="开始时间">{{task.taskStartTime}}</a-descriptions-item>
         <a-descriptions-item label="结束时间">{{task.taskEndTime}}</a-descriptions-item>

+ 208 - 0
src/views/smscheck/modules/TaskUploadData.vue

@@ -273,6 +273,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'contractDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -389,6 +402,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'businessLicenseDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -504,6 +530,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'codeNumberDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -618,6 +657,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'filingsDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -733,6 +785,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'permitDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -848,6 +913,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'corporationCard')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -964,6 +1042,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'personResponsible')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1079,6 +1170,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'operatorCard')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1194,6 +1298,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'operatorCardPhone')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1310,6 +1427,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'devicePhone')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1425,6 +1555,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'textMessage')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1539,6 +1682,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'textMessageBook')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1655,6 +1811,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'secureBook')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1769,6 +1938,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'special')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1883,6 +2065,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'networkAccess')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1997,6 +2192,19 @@
         </a-form-model-item>
       </div>
       <div style="height: 70%">
+        <a-upload
+          name="file"
+          :multiple="true"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'groupPriceApproval')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper

+ 240 - 16
src/views/smscheck/modules/TaskUploadDataZG.vue

@@ -348,7 +348,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.contractDateResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'contractDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -494,7 +508,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.businessLicenseDateResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'businessLicenseDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -638,7 +666,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.contractDateResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'codeNumberDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -782,7 +824,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.filingsDateResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'filingsDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -926,7 +982,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.permitDateResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'permitDate')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1070,7 +1140,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.corporationCardResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'corporationCard')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1215,7 +1299,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.personResponsibleResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'personResponsible')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1359,7 +1457,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.operatorCardResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'operatorCard')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1503,7 +1615,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.operatorCardPhoneResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'operatorCardPhone')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1648,7 +1774,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.devicePhoneResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'devicePhone')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1793,7 +1933,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.textMessageResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'textMessage')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -1937,7 +2091,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.textMessageBookResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'textMessageBook')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -2082,7 +2250,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.secureBookResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'secureBook')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -2226,7 +2408,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.specialResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'special')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -2370,7 +2566,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.networkAccessResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'networkAccess')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper
@@ -2514,7 +2724,21 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="height: 70%">
+     <div style="height: 70%">
+         <a-upload
+          name="file"
+          :multiple="true"
+          v-if="infoModel.groupPriceApprovalResult ==='2'"
+          :action="importMinioUploadAction"
+          :customRequest="e => selfUploadContract(e, 'groupPriceApproval')"
+          :headers="tokenHeader"
+          :showUploadList="false"
+          :beforeUpload="importBeforeUpload"
+          @change="importHandleChange"
+          style='margin-left: 90px'
+        >
+          <a-button> <a-icon type="upload" /> 上传文件 </a-button>
+        </a-upload>
         <div class="thumb-example"  >
           <!-- swiper1 -->
           <swiper

+ 1 - 1
src/views/statistics/SmsCheckStatisticsDetails.vue

@@ -6,7 +6,7 @@
       sub-title=""
       @back="goBack"
     >
-      <a-descriptions :title="task.taskName" :column="3" :bordered="false">
+      <a-descriptions :title="'任务名称:  '+task.taskName" :column="3" :bordered="false">
         <a-descriptions-item label="稽核状态">
           <a-tag :color="taskStateColor">{{ checkState }}</a-tag>
         </a-descriptions-item>

+ 1 - 1
src/views/truckCheck/modules/TaskCheckList.vue

@@ -6,7 +6,7 @@
       sub-title=""
       @back="goBack"
     >
-      <a-descriptions :title="task.taskName" :column="3" :bordered="false">
+      <a-descriptions :title="'任务名称:  '+task.taskName" :column="3" :bordered="false">
         <a-descriptions-item label="状态">
           <a-tag :color="task.taskStateColor">{{ task.taskStateText }}</a-tag>
         </a-descriptions-item>