xbx #10

Merged
theluyuan merged 7 commits from xbx into master 2020-07-21 11:50:55 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 686a1b5c56 - Show all commits

View File

@ -1,5 +1,5 @@
<template>
</template>
<script>
export default {

View File

@ -5,7 +5,7 @@
<view class="titles">标签</view>
<view class="form-view" @click="show_add()">+ 新建标签</view>
<view class="form-view" :class=" {'cur': rSelect.indexOf(item.id)!=-1} " @tap="tapInfo(item.id)" v-for="(item,index) in fileListes"
:key="index">{{item.spec_name}}</view>
:key="index">{{item.name}}</view>
</view>
<!-- 添加标签的按钮 -->
<u-popup v-model="show" mode="center" border-radius="14" :closeable="true">