123
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
11 | filterable | 11 | filterable |
12 | clearable | 12 | clearable |
13 | placeholder="请选择权利类型" | 13 | placeholder="请选择权利类型" |
14 | class="width300px" | ||
14 | > | 15 | > |
15 | <el-option | 16 | <el-option |
16 | v-for="item in qllxs" | 17 | v-for="item in qllxs" |
... | @@ -41,7 +42,7 @@ | ... | @@ -41,7 +42,7 @@ |
41 | placeholder="请输入业务号" | 42 | placeholder="请输入业务号" |
42 | v-model="queryForm.ywh" | 43 | v-model="queryForm.ywh" |
43 | clearable | 44 | clearable |
44 | class="width200px" | 45 | class="width300px" |
45 | > | 46 | > |
46 | </el-input> | 47 | </el-input> |
47 | </el-form-item> | 48 | </el-form-item> | ... | ... |
-
Please register or sign in to post a comment