|
@@ -5,26 +5,25 @@
|
|
|
<div class="item">
|
|
|
<div class="item-label item-label-required">区域:</div>
|
|
|
<div class="item-value" @click="dialog.area = true">
|
|
|
- <el-input class="my custom-long-input" v-model="datas.areaStr" disabled></el-input>
|
|
|
+ <el-input class="custom-long-input" v-model="datas.areaStr" disabled></el-input>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="item">
|
|
|
<div class="item-label item-label-required">采购单位行业:</div>
|
|
|
<div class="item-value" @click="dialog.buyClass = true">
|
|
|
- <el-input class="my custom-long-input" v-model="datas.buyClassStr" disabled></el-input>
|
|
|
+ <el-input class="custom-long-input" v-model="datas.buyClassStr" disabled></el-input>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="item">
|
|
|
<div class="item-label item-label-required">信息类型:</div>
|
|
|
<div class="item-value" @click="dialog.infoType = true">
|
|
|
- <el-input class="my custom-long-input" v-model="datas.infoTypeStr" disabled></el-input>
|
|
|
+ <el-input class="custom-long-input" v-model="datas.infoTypeStr" disabled></el-input>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="item-other">
|
|
|
<div class="item-label">项目匹配:</div>
|
|
|
<div class="item-value item-other-value">
|
|
|
<el-switch
|
|
|
- class="my"
|
|
|
:disabled="projectSwitch.disabled"
|
|
|
v-loading="projectSwitch.loading"
|
|
|
@change="switchProjectMatch($event)"
|
|
@@ -44,7 +43,6 @@
|
|
|
<div class="item-label">"其他"采购单位:</div>
|
|
|
<div class="item-value item-other-value">
|
|
|
<el-switch
|
|
|
- class="my"
|
|
|
:disabled="unitSwitch.disabled"
|
|
|
v-loading="unitSwitch.loading"
|
|
|
@change="switchOtherUnit($event)"
|
|
@@ -65,10 +63,10 @@
|
|
|
<div class="item-value item-other-value">
|
|
|
<el-radio-group v-model="datas.mathway" @change="chooseMathWay($event)">
|
|
|
<div class="radio-item">
|
|
|
- <el-radio class="my" name="matchway" :label="1">按标题匹配</el-radio>
|
|
|
+ <el-radio name="matchway" :label="1">按标题匹配</el-radio>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <el-radio class="my" name="matchway" :label="0">按全文匹配</el-radio>
|
|
|
+ <el-radio name="matchway" :label="0">按全文匹配</el-radio>
|
|
|
</div>
|
|
|
</el-radio-group>
|
|
|
<p class="math-tips">会产生无效信息,请根据需要选择</p>
|
|
@@ -332,7 +330,7 @@ export default {
|
|
|
}
|
|
|
// element-ui样式修改
|
|
|
::v-deep {
|
|
|
- .el-input__inner{
|
|
|
+ .custom-long-input .el-input__inner{
|
|
|
font-size: 14px;
|
|
|
color: #2cb7ca;
|
|
|
white-space: nowrap;
|