865fa1e5 by lihua

修改placeholder

1 parent fc5c20ad
...@@ -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: '',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!