zhangyuewww 2 năm trước cách đây
mục cha
commit
02b4abb039
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/profitable/expensemanagementdetails.vue

+ 3 - 3
src/views/profitable/expensemanagementdetails.vue

@@ -100,14 +100,14 @@
         </template>
           </el-table-column>
           <el-table-column prop="agent" label="经办人"></el-table-column>
-          <el-table-column prop="expenseDate" label="发起日期"></el-table-column>
-          <el-table-column prop="status" label="费用状态" width="120">
+          <el-table-column prop="createDate" label="发起日期" width="90"></el-table-column>
+          <el-table-column prop="status" label="费用状态" width="100">
             <template slot-scope="scope">
               <span v-if='scope.row.approveStatus'>{{scope.row.approveStatus}}</span><span v-else>{{scope.row.status}}</span>
               <i @click="handlerecord(scope.row)" class="el-icon-s-claim"></i>
             </template>
           </el-table-column>
-          <el-table-column prop="address" label="操作" width="500">
+          <el-table-column prop="address" label="操作" width="300">
             <template slot-scope="scope">
               <el-button @click="look(scope.row)" type="primary">查看</el-button>
               <el-button v-if='scope.row.status=="待确认"&&scope.row.expensesType==1' @click="shoukuanqueren(scope.row)" type="primary">确认</el-button>