Commit f09a43bd authored by hubaoshan's avatar hubaoshan

pd

parent 12209a99
...@@ -153,19 +153,7 @@ ...@@ -153,19 +153,7 @@
{{ scope.row.location || '-' }} {{ scope.row.location || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="申请人" prop="createBy" :show-overflow-tooltip="true">-->
<!-- <template slot-scope="scope">-->
<!-- <span v-if="scope.row.ioType !=='1'">{{ scope.row.createName }}</span>-->
<!-- <span v-else>-</span>-->
<!-- &lt;!&ndash; {{ scope.row.createName || '-' }}&ndash;&gt;-->
<!-- </template>-->
<!-- </el-table-column>-->
<!-- <el-table-column label="申请时间" prop="createDate" :show-overflow-tooltip="true" width="150">-->
<!-- <template slot-scope="scope">-->
<!-- <span v-if="scope.row.ioType !=='1'">{{ scope.row.createDate | transformDateByFormat('YYYY-MM-DD HH:mm') }}</span>-->
<!-- <span v-else>-</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="创建人" prop="updateBy" :show-overflow-tooltip="true" min-width="100"> <el-table-column label="创建人" prop="updateBy" :show-overflow-tooltip="true" min-width="100">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.createName || '-' }} {{ scope.row.createName || '-' }}
......
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