Commit 5920bdef by “yanyuxin”

下拉框内容有误

parent 17e92cc6
......@@ -72,7 +72,8 @@
type="primary"
icon="el-icon-search"
@click="onExtkey">
<span style="font-family: '宋体'; font-weight: bold"></span>
<span style="font-family: '宋体';
font-weight: bold"></span>
</c-button>
</template>
</c-fullbox>
......@@ -96,7 +97,7 @@
@keyup.enter.native="nom1CurEvent"
>
<el-option
v-for="item in codes.cur"
v-for="item in codes.curtxt1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -299,7 +300,7 @@
v-model="model.lidgrp.rec.apprul"
style="width: 100%"
placeholder="请选择适用规则"
:code="codes.apprul"
:code="codes.apprul1"
>
</c-select>
</el-form-item>
......@@ -413,7 +414,7 @@
@click="onSeainf('lidgrp.apl.pts.extkey')"
icon="el-icon-search"
>
<span style="font-family:'宋体';font-weight:bold"></span>
<span style="font-family:'宋体'; font-weight:bold"></span>
</c-button>
<c-button
style="margin:0 0;"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment