超市积分订单补齐
This commit is contained in:
18
src/components/AiDict.vue
Normal file
18
src/components/AiDict.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<span class="AiDict" :style="{color:$dict.getColor(dict,value)}" v-text="$dict.getLabel(dict,value)"/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "AiDict",
|
||||
props: {
|
||||
value: {default: ""},
|
||||
dict: {default: ""}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AiDict {
|
||||
}
|
||||
</style>
|
||||
@@ -55,6 +55,10 @@ export default {
|
||||
min-height: 100px;
|
||||
padding: 20px 32px;
|
||||
box-sizing: border-box;
|
||||
|
||||
*:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .u-search {
|
||||
|
||||
Reference in New Issue
Block a user