|
@ -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 |
|
|