Browse Source

改bug

shibei_master
dai 3 years ago
parent
commit
5314126439
  1. 4
      src/views/modules/shequzhili/xiangmu/cpts/project-info.vue

4
src/views/modules/shequzhili/xiangmu/cpts/project-info.vue

@ -113,7 +113,7 @@
<el-popover <el-popover
v-if="projectInfo.projectStatus == 'pending'" v-if="projectInfo.projectStatus == 'pending'"
placement="bottom" placement="bottom"
width="400" width="450"
height="400" height="400"
v-model="visibleTagPanel" v-model="visibleTagPanel"
> >
@ -126,6 +126,8 @@
filterable filterable
placeholder="请选择" placeholder="请选择"
@change="handleTagChange" @change="handleTagChange"
size="medium"
style="width: 350px;"
> >
<el-option-group label="自定义标签"> <el-option-group label="自定义标签">
<el-option <el-option

Loading…
Cancel
Save