瀏覽代碼

GATHER页面按钮修改

gks 1 年之前
父節點
當前提交
73916a5f89
共有 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>
@@ -98,7 +98,7 @@
           <span v-if="scope.row.collStatus == 1">已采集</span>
         </template>
       </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>