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 | 115 | <p class="add-type" v-for="item in tagList" :key="item.id"> |
| 116 | 116 | <el-row :gutter="10"> |
| 117 | 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 | 119 | ></el-col> |
| 120 | 120 | <el-col :span="6"> |
| 121 | - <el-tooltip effect="dark" content="修改" placement="top"> | |
| 121 | + <el-tooltip effect="dark" content="保存" placement="top"> | |
| 122 | 122 | <el-button |
| 123 | 123 | class="js-set" |
| 124 | 124 | type="primary" |
| 125 | 125 | size="small" |
| 126 | 126 | round |
| 127 | 127 | circle |
| 128 | - icon="el-icon-edit" | |
| 128 | + icon="el-icon-check" | |
| 129 | 129 | @click="editTypeName(item)" |
| 130 | 130 | ></el-button> |
| 131 | 131 | </el-tooltip> | ... | ... |