Commit 2fbc0d89 by crushh

udpate: dist

parent cb6d1e42
...@@ -44,9 +44,7 @@ ...@@ -44,9 +44,7 @@
</el-table-column> </el-table-column>
<el-table-column label="操作"> <el-table-column label="操作">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
{{ row }} <el-button type="text" @click="lookRecords(row)">查看记录</el-button>
<el-button type="text" @click="lookRecords(row)" v-if="row.hmId && $getButtonLimit($buttonCode.recordCode)" :limit-code="$buttonCode.recordCode">查看记录</el-button>
<el-button type="text" @click="lookRecords(row)" v-else-if="row.hmId && $getButtonLimit($buttonCode.recordLink)" :limit-code="$buttonCode.recordLink">查看记录</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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