@@ -41,7 +41,7 @@
<el-option
v-for="item in options"
:key="item.code"
- :label="item.code"
+ :label="item.ch_name"
:value="item.code">
</el-option>
</el-select>
@@ -392,10 +392,10 @@ export default{
.apply-content{
.selsct{
i{
- left: 46px !important;
+ left: 100px !important;
}
.el-input__inner{
- width: 80px;
+ width: 130px;
padding-right: 0px;