剩余模块:生产入库,销售出库
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
<template>
|
||||
<view class="app-header" :style="{'background-color':props.bgColor}" :class="{sticky:props.sticky} ">
|
||||
<u-status-bar></u-status-bar>
|
||||
<view class=" app-header__content">
|
||||
<view class="content-slot" @click="handlerLeft()">
|
||||
<slot name="left">
|
||||
<image src="../../../../static/icons/nav_icon_back@2x.png" style="width: 44rpx;height: 44rpx;">
|
||||
</image>
|
||||
</slot>
|
||||
</view>
|
||||
<view class="content-title">
|
||||
<slot name="title">
|
||||
<text class="content-title__context" :style="{'color':props.color}">{{props.title}}</text>
|
||||
</slot>
|
||||
</view>
|
||||
<view class="content-slot">
|
||||
<slot name="right"></slot>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// #ifdef APP-NVUE
|
||||
const domModule = uni.requireNativePlugin('dom')
|
||||
@@ -27,7 +48,7 @@
|
||||
default: 0
|
||||
}
|
||||
})
|
||||
//页面回<EFBFBD>
|
||||
//页面回调
|
||||
function pageBack() {
|
||||
let pages = getCurrentPages();
|
||||
console.log(pages)
|
||||
@@ -51,32 +72,8 @@
|
||||
pageBack()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<view class="app-header" :style="{'background-color':props.bgColor}" :class="{sticky:props.sticky} ">
|
||||
<u-status-bar></u-status-bar>
|
||||
<view class=" app-header__content">
|
||||
<view class="content-slot" @click="handlerLeft()">
|
||||
<slot name="left">
|
||||
<image src="../../../../static/icons/nav_icon_back@2x.png" style="width: 44rpx;height: 44rpx;">
|
||||
</image>
|
||||
</slot>
|
||||
</view>
|
||||
<view class="content-title">
|
||||
<slot name="title">
|
||||
<text class="content-title__context" :style="{'color':props.color}">{{props.title}}</text>
|
||||
</slot>
|
||||
</view>
|
||||
<view class="content-slot">
|
||||
<slot name="right"></slot>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.app-header {
|
||||
/* #ifdef APP-NVUE */
|
||||
|
||||
Reference in New Issue
Block a user