Commit 9ba71cf8 by linjinhong

修改podus页面筛选条件顺序,card添加右上角工艺图片,右下角平台图片,userinfo右上角添加工厂字段

parent 06efc3c0
......@@ -35,6 +35,9 @@
</template>
</el-menu>
<div v-if="userInfo" class="user-info">
<span class="user-avatar" style="color: #fff; font-size: 14px">
工厂: {{ userInfo.factoryCode }}
</span>
<span class="user-avatar">
<el-icon><User /></el-icon>
</span>
......@@ -530,4 +533,8 @@ onUnmounted(() => {
border: none !important;
}
}
.user-info {
display: flex;
align-items: center;
}
</style>
......@@ -85,6 +85,8 @@ export interface ProductList {
templatePrice?: number
variantImage?: string
craftPrice?: number
craftCode: string
platform: string
imageAry?: string
designImages?: string
categoryId?: number
......
......@@ -42,6 +42,7 @@
v-model="editForm"
:config="formConfig"
form-item-width="100%"
labelWidth="110"
>
</CustomizeForm>
......
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