|
@@ -550,7 +550,7 @@ const state: any = reactive({
|
|
|
tableHead: [
|
|
|
{value: "key", label: "键名"},
|
|
|
{value: "type", label: "类型", width: 160},
|
|
|
- {value: "value", label: `取值(动态取值:\${变量名})`},
|
|
|
+ {value: "value", label: `取值(动态取值:\$['变量名'])`},
|
|
|
{value: "label", label: "含义"},
|
|
|
{value: "do", label: "操作", width: 120, fixed: 'right'},
|
|
|
],
|
|
@@ -560,7 +560,7 @@ const state: any = reactive({
|
|
|
tableHead: [
|
|
|
{value: "key", label: "键名"},
|
|
|
{value: "type", label: "类型", width: 160},
|
|
|
- {value: "value", label: `取值(动态取值:\${变量名})`},
|
|
|
+ {value: "value", label: `取值(动态取值:\$['变量名'])`},
|
|
|
{value: "label", label: "含义"},
|
|
|
{value: "do", label: "操作", width: 120, fixed: 'right'},
|
|
|
],
|
|
@@ -572,7 +572,7 @@ const state: any = reactive({
|
|
|
tableHead: [
|
|
|
{value: "key", label: "键名"},
|
|
|
{value: "type", label: "类型", width: 160},
|
|
|
- {value: "value", label: `取值(动态取值:\${变量名})`},
|
|
|
+ {value: "value", label: `取值(动态取值:\$['变量名'])`},
|
|
|
{value: "label", label: "含义"},
|
|
|
{value: "do", label: "操作", width: 120, fixed: 'right'},
|
|
|
],
|