Commit d494616c authored by 徐一鸣's avatar 徐一鸣

权限审批fixed

parent cc9db11c
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</el-table-column> </el-table-column>
<el-table-column label="申请时间" align="center" width="200"> <el-table-column label="申请时间" align="center" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-text="scope.row.update_date"></span> <span v-text="scope.row.apply_time"></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" width="300"> <el-table-column label="操作" align="center" width="300">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment