--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | :visible.sync="dialogVisible" | 11 | :visible.sync="dialogVisible" |
12 | custom-class="insetDialog" | 12 | custom-class="insetDialog" |
13 | append-to-body | 13 | append-to-body |
14 | width="60%" | 14 | width="50%" |
15 | > | 15 | > |
16 | <!-- <el-radio-group v-model="radio"> | 16 | <!-- <el-radio-group v-model="radio"> |
17 | <el-radio-button | 17 | <el-radio-button |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | </el-radio-group> --> | 23 | </el-radio-group> --> |
24 | <el-button class="gettypebutton" v-for="(value, key) in qllxlistdata" | 24 | <el-button class="gettypebutton" v-for="(value, key) in qllxlistdata" |
25 | :key="key" | 25 | :key="key" |
26 | :label="value" @click="clicksss(key)" plain>确定{{value}}</el-button> | 26 | :label="value" @click="clicksss(key)" plain>{{value}}</el-button> |
27 | <div class="btn"> | 27 | <div class="btn"> |
28 | <el-button type="primary" @click="handleSubmit">确定</el-button> | 28 | <el-button type="primary" @click="handleSubmit">确定</el-button> |
29 | <el-button type="primary" @click="closeDialog">取消</el-button> | 29 | <el-button type="primary" @click="closeDialog">取消</el-button> | ... | ... |
-
Please register or sign in to post a comment