浏览代码

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/GATHER/index.vue
sakura 1 年之前
父节点
当前提交
2362ce1b9a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/GATHER/index.vue

+ 4 - 4
src/views/GATHER/index.vue

@@ -49,7 +49,7 @@
           plain
           @click="importFile({type: '0', mark: '1'})"
           v-hasPermi="['gather:GATHER:upload']"
-        >海关一般数据导入</el-button>
+        >海关部分贸易导入</el-button>
       </el-col>
       <el-col :span="1.5">
         <el-button
@@ -57,7 +57,7 @@
           plain
           @click="importFile({type: '0', mark: '2'})"
           v-hasPermi="['gather:GATHER:upload']"
-        >海关特殊数据导入</el-button>
+        >海关进出口总值导入</el-button>
       </el-col>
 
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -87,7 +87,7 @@
           {{ scope.row.year }}
         </template>
       </el-table-column>
-      <el-table-column label="海关部分贸易" align="center" prop="month">
+      <el-table-column label="月份" align="center" prop="month">
         <template slot-scope="scope">
           {{ '01-' + scope.row.month }}
         </template>
@@ -105,7 +105,7 @@
       </el-table-column>
       <el-table-column label="采集时间" align="center" prop="collTime" width="100">
       </el-table-column>
-      <el-table-column label="海关进出口总值导入" align="center" prop="reportStatus">
+      <el-table-column label="上报状态" align="center" prop="reportStatus">
         <template slot-scope="scope">
           <span v-if="scope.row.reportStatus == 0">未上报</span>
           <span v-if="scope.row.reportStatus == 1">已上报</span>