Commit 011a9aa6 authored by tanjunxin's avatar tanjunxin

fix: 细节优化

parent 22c22863
......@@ -194,15 +194,15 @@
<el-table-column label="申请数量" align="center" prop="requestNum" />
<el-table-column label="创建人" align="center" prop="createBy" width="100"/>
<el-table-column label="创建时间" align="center" prop="createTime" width="150">
<!-- <template slot-scope="scope">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
</template> -->
</template>
</el-table-column>
<el-table-column label="更新人" align="center" prop="updateBy" width="100"/>
<el-table-column label="更新时间" align="center" prop="updateTime" width="150">
<!-- <template slot-scope="scope">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d}') }}</span>
</template> -->
</template>
</el-table-column>
<!-- <el-table-column label="编排单号" align="center" prop="arrangeCode" /> -->
<el-table-column
......
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