修复bug
This commit is contained in:
parent
38ecc75b10
commit
7d2a2850a5
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="">
|
<view class="">
|
||||||
<company :cid="cid" type="company"></company>
|
<company :cid="id" type="company"></company>
|
||||||
<view class="need_contract" v-if="!company.contract||!company.contract.status||!company.company.is_contract">
|
<view class="need_contract" v-if="!company.contract||!company.contract.status||!company.company.is_contract">
|
||||||
<!-- <view class="title">电子合同</view> -->
|
<!-- <view class="title">电子合同</view> -->
|
||||||
<picker v-if="company.contract&&company.contract.check_status==0||!company.contract"
|
<picker v-if="company.contract&&company.contract.check_status==0||!company.contract"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="">
|
<view class="">
|
||||||
<company :cid="cid" type="contract"></company>
|
<company :cid="id" type="contract"></company>
|
||||||
<!-- <button class="back_btn" @click="naviBack">返回</button> -->
|
<!-- <button class="back_btn" @click="naviBack">返回</button> -->
|
||||||
<!-- <button class="stop_btn">终止合同</button> -->
|
<!-- <button class="stop_btn">终止合同</button> -->
|
||||||
</view>
|
</view>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<view>账户入股金额</view>
|
<view>账户入股金额</view>
|
||||||
<view><text class="money">{{shareholder.shareholder_money}}</text>元</view>
|
<view><text class="money">{{shareholder.shareholder_money}}</text>元</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!is_village" style="text-align: center;color: #aaa;">暂无村公司</view>
|
<view v-if="!is_village" style="text-align: center;color: #aaa;">暂无直属上级公司</view>
|
||||||
<view class="card" v-else-if="shareholder.is_contract">
|
<view class="card" v-else-if="shareholder.is_contract">
|
||||||
<view class="contract">
|
<view class="contract">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user