Browse Source

文案修改

hwb0 3 năm trước cách đây
mục cha
commit
f35c435860
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/finance/withdraw/index.vue

+ 1 - 1
src/views/finance/withdraw/index.vue

@@ -60,7 +60,7 @@
     <!-- 列表 -->
     <el-table ref="table" v-loading="loading" :data="list">
       <!-- 不展开列表 -->
-      <el-table-column label="下单时间" min-width="100">
+      <el-table-column label="申请时间" min-width="100">
         <template slot-scope="{ row }">
           <div>
             {{ parseTime(row.createTime) }}