Commit 5920bdef by “yanyuxin”

下拉框内容有误

parent 17e92cc6
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onExtkey"> @click="onExtkey">
<span style="font-family: '宋体'; font-weight: bold"></span> <span style="font-family: '宋体';
font-weight: bold"></span>
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
...@@ -96,7 +97,7 @@ ...@@ -96,7 +97,7 @@
@keyup.enter.native="nom1CurEvent" @keyup.enter.native="nom1CurEvent"
> >
<el-option <el-option
v-for="item in codes.cur" v-for="item in codes.curtxt1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -299,7 +300,7 @@ ...@@ -299,7 +300,7 @@
v-model="model.lidgrp.rec.apprul" v-model="model.lidgrp.rec.apprul"
style="width: 100%" style="width: 100%"
placeholder="请选择适用规则" placeholder="请选择适用规则"
:code="codes.apprul" :code="codes.apprul1"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -413,7 +414,7 @@ ...@@ -413,7 +414,7 @@
@click="onSeainf('lidgrp.apl.pts.extkey')" @click="onSeainf('lidgrp.apl.pts.extkey')"
icon="el-icon-search" icon="el-icon-search"
> >
<span style="font-family:'宋体';font-weight:bold"></span> <span style="font-family:'宋体'; font-weight:bold"></span>
</c-button> </c-button>
<c-button <c-button
style="margin:0 0;" 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