Browse Source

【模版源码】优化多行下拉多选文本框提示文字

sugar1569 2 years atrás
parent
commit
fbd04fcc47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template/admin/src/pages/system/group/components/groupFrom.vue

+ 1 - 1
template/admin/src/pages/system/group/components/groupFrom.vue

@@ -174,7 +174,7 @@ export default {
           value: '',
         },
         param: {
-          placeholder: '参数方式例如:\n1=白色\n2=红色\n3=黑色',
+          placeholder: '参数方式例如:\n1=>白色\n2=>红色\n3=>黑色',
           value: '',
         },
       });