Commit 5ab7335920f724b6f554e136fceb22193ab1edc1
1 parent
818e50d7
优化
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/examinationPaper/add.vue
| @@ -115,17 +115,17 @@ | @@ -115,17 +115,17 @@ | ||
| 115 | <p class="add-type" v-for="item in tagList" :key="item.id"> | 115 | <p class="add-type" v-for="item in tagList" :key="item.id"> |
| 116 | <el-row :gutter="10"> | 116 | <el-row :gutter="10"> |
| 117 | <el-col :span="18" | 117 | <el-col :span="18" |
| 118 | - ><el-input v-model="item.typeName" placeholder=""></el-input | 118 | + ><el-input v-model="item.typeName" :maxlength="10" placeholder="请输入答题卡类型名称"></el-input |
| 119 | ></el-col> | 119 | ></el-col> |
| 120 | <el-col :span="6"> | 120 | <el-col :span="6"> |
| 121 | - <el-tooltip effect="dark" content="修改" placement="top"> | 121 | + <el-tooltip effect="dark" content="保存" placement="top"> |
| 122 | <el-button | 122 | <el-button |
| 123 | class="js-set" | 123 | class="js-set" |
| 124 | type="primary" | 124 | type="primary" |
| 125 | size="small" | 125 | size="small" |
| 126 | round | 126 | round |
| 127 | circle | 127 | circle |
| 128 | - icon="el-icon-edit" | 128 | + icon="el-icon-check" |
| 129 | @click="editTypeName(item)" | 129 | @click="editTypeName(item)" |
| 130 | ></el-button> | 130 | ></el-button> |
| 131 | </el-tooltip> | 131 | </el-tooltip> |