瀏覽代碼

收款信息修改字段

zqwang 1 年之前
父節點
當前提交
b042406284
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/views/settleManage/paymentAccountInfo/tabs/paymentInfo/index.vue

+ 7 - 7
src/views/settleManage/paymentAccountInfo/tabs/paymentInfo/index.vue

@@ -27,17 +27,17 @@
             <div>收款人手机号:{{ scope.row.phone_of_payee }}</div>
           </template>
         </el-table-column>
-        <el-table-column prop="created_at" show-overflow-tooltip label="申请时间" min-width="200px">
+        <el-table-column prop="created_at" show-overflow-tooltip label="添加时间" min-width="200px">
         </el-table-column>
-        <el-table-column prop="checked_at" label="审核时间" show-overflow-tooltip min-width="200px">
-        </el-table-column>
-        <el-table-column prop="status_str" label="状态" show-overflow-tooltip>
+     <!--   <el-table-column prop="checked_at" label="审核时间" show-overflow-tooltip min-width="200px">
+        </el-table-column> -->
+       <!-- <el-table-column prop="status_str" label="状态" show-overflow-tooltip>
           <template #default="scope">
             <el-text class="mx-1" :type="colorType(scope.row)">{{ scope.row.status_str }}</el-text>
           </template>
-        </el-table-column>
-        <el-table-column prop="remark" label="备注" show-overflow-tooltip min-width="200px">
-        </el-table-column>
+        </el-table-column> -->
+      <!--  <el-table-column prop="remark" label="备注" show-overflow-tooltip min-width="200px">
+        </el-table-column> -->
         <el-table-column label="操作" width="200">
           <template #default="scope">
             <el-button link type="primary" v-if="scope.row.status == 1" size="small" @click="open(scope.row)"