Commit b6a9b628 authored by zhengke's avatar zhengke

修改

parent 90a52dd6
......@@ -230,7 +230,7 @@
<q-btn flat size="xs" icon="edit" slot="reference" @click="EditVisitor(props.row.Id)" color="accent"
style="font-weight:400" label="编辑" v-if="DutyAuthObj.isShowEdit" />
</el-popover>
<q-btn flat size="xs" @click="getDetail(props.row)" icon="edit" color="accent" style="font-weight:400" label="详情" />
<q-btn flat size="xs" @click="getDetail(props.row)" icon="iconfont icon-View" color="accent" style="font-weight:400" label="详情" />
</q-td>
</template>
</q-table>
......
......@@ -35,7 +35,7 @@
</template>
<template v-slot:body-cell-Id="props">
<q-td :props="props">
<q-btn flat size="xs" @click="getDetail(props.row)" icon="edit" color="accent" style="font-weight:400" label="详情" />
<q-btn flat size="xs" @click="getDetail(props.row)" icon="iconfont icon-View" color="accent" style="font-weight:400" label="详情" />
</q-td>
</template>
<template v-slot:bottom>
......
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