Commit 92c8f23c authored by 黄奎's avatar 黄奎

页面修改

parent c797edb9
......@@ -26,7 +26,9 @@
</q-avatar>
<q-avatar size="sm" color="teal-10" text-color="white" style="margin:0 5px 0 10px"
v-if="!subItem.UserIcon">
{{setingObj.CreateName.substring(0,1)}}
<template v-if="setingObj.CreateName&&setingObj.CreateName!=''">
{{setingObj.CreateName.substring(0,1)}}
</template>
</q-avatar>
{{subItem.CreateName}}
</div>
......
......@@ -145,7 +145,6 @@
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<div class="syster_qDropdown">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="编辑"
@click="EditManager(props.row,2)" />
<q-btn-dropdown flat size="xs" color="dark" label="更多" style="margin-left:10px;">
......
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