| | |
| | | <view class="dca" v-if="info"> |
| | | <view class="dca_head"> |
| | | <text>主工单号:{{info.code}}</text> |
| | | <text v-if="isShow" @click="show = true">抄送</text> |
| | | <text v-if="[...info.qwnoticeMemberIds.split(','), ...info.managerId.split(',')].includes(userInfo.qwId)" @click="show = true">抄送</text> |
| | | </view> |
| | | <u-gap height="5" bgColor="#EFEFEF"></u-gap> |
| | | <view class="dca_list"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { mapState } from 'vuex' |
| | | import pengTree from '@/uni_modules/peng-tree/peng-tree/peng-tree.vue' |
| | | export default { |
| | | computed: { |
| | | ...mapState(['userInfo']) |
| | | }, |
| | | components: { pengTree }, |
| | | data() { |
| | | return { |