修改placeholder
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -174,7 +174,7 @@ const classEditFormItems = ref([ | ... | @@ -174,7 +174,7 @@ const classEditFormItems = ref([ |
| 174 | }, | 174 | }, |
| 175 | { | 175 | { |
| 176 | label: '描述', | 176 | label: '描述', |
| 177 | placeholder: '该输入', | 177 | placeholder: '请输入', |
| 178 | field: 'remarks', | 178 | field: 'remarks', |
| 179 | type: 'textarea', | 179 | type: 'textarea', |
| 180 | default: '', | 180 | default: '', | ... | ... |
| ... | @@ -327,7 +327,7 @@ const productBaseInfoItems = ref([/*{ | ... | @@ -327,7 +327,7 @@ const productBaseInfoItems = ref([/*{ |
| 327 | block: true | 327 | block: true |
| 328 | }, { | 328 | }, { |
| 329 | label: '产品描述', | 329 | label: '产品描述', |
| 330 | placeholder: '该输入对该产品的描述信息', | 330 | placeholder: '请输入对该产品的描述信息', |
| 331 | field: 'productDesc', | 331 | field: 'productDesc', |
| 332 | type: 'textarea', | 332 | type: 'textarea', |
| 333 | default: '', | 333 | default: '', | ... | ... |
-
Please register or sign in to post a comment