|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="container lable-add-content">
|
|
|
- <el-dialog :title="visibleTitle" :visible.sync="showRegularDlg" width="600px" v-dialogDrag :close-on-click-modal="false" :modal-append-to-body="false" center @close="handleClose">
|
|
|
+ <el-dialog :title="visibleTitle" :visible.sync="showRegularDlg" width="700px" v-dialogDrag :close-on-click-modal="false" :modal-append-to-body="false" center @close="handleClose">
|
|
|
<div v-if="dataRegular.TagType == 1">
|
|
|
<div v-for="(item, index) in addDataList" :key="index" class="add-name-item">
|
|
|
<el-autocomplete style="width: 90%" v-model="item.name" clearable :fetch-suggestions="querySearchAsync" @select="tableSelectHandel(item)" placeholder="请输入内容"></el-autocomplete>
|
|
@@ -58,7 +58,7 @@ export default {
|
|
|
: this.dataRegular.TagType == 4
|
|
|
? "所有问答系列音频"
|
|
|
: this.dataRegular.TagType == 5
|
|
|
- ? "医药-趋势观察 ,科技-产业跟踪 ,智造-产业跟踪 ,消费-月度调研"
|
|
|
+ ? "医药-趋势观察 ,科技-产业跟踪 ,智造-产业跟踪 ,消费-月度调研,策略-每日复盘,固收-债市复盘"
|
|
|
: "";
|
|
|
return str;
|
|
|
},
|
|
@@ -164,7 +164,7 @@ export default {
|
|
|
<style scoped lang="scss">
|
|
|
.lable-add-content {
|
|
|
.text-content {
|
|
|
- width: 487px;
|
|
|
+ width: 620px;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
border-radius: 4px;
|