Commit ed74a5f6 authored by 高宇's avatar 高宇

1.优化代码

parent 4964d21e
...@@ -120,6 +120,11 @@ ...@@ -120,6 +120,11 @@
{{ scope.row.qty || '-' }} {{ scope.row.qty || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="rank" prop="rank" :show-overflow-tooltip="true" min-width="120">
<template slot-scope="scope">
{{ scope.row.rank || '-' }}
</template>
</el-table-column>
<!-- <el-table-column label="申请人" prop="createBy" :show-overflow-tooltip="true">--> <!-- <el-table-column label="申请人" prop="createBy" :show-overflow-tooltip="true">-->
<!-- <template slot-scope="scope">--> <!-- <template slot-scope="scope">-->
<!-- <span v-if="scope.row.ioType !=='1'">{{ scope.row.createName }}</span>--> <!-- <span v-if="scope.row.ioType !=='1'">{{ scope.row.createName }}</span>-->
......
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