cloud-web-corejs 1.0.54-dev.764 → 1.0.54-dev.765
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -73,26 +73,6 @@
|
|
|
73
73
|
<span class="tips_1">{{ $t1('注:多个用逗号","隔开') }}</span>
|
|
74
74
|
</td>
|
|
75
75
|
</tr>
|
|
76
|
-
<tr>
|
|
77
|
-
<th>
|
|
78
|
-
{{ $t1("参数值") }}
|
|
79
|
-
</th>
|
|
80
|
-
<td colspan="5">
|
|
81
|
-
<el-form-item
|
|
82
|
-
prop="paramValue"
|
|
83
|
-
:rules="[{ required: false, trigger: 'blur' }]"
|
|
84
|
-
>
|
|
85
|
-
<el-input
|
|
86
|
-
type="textarea"
|
|
87
|
-
:rows="2"
|
|
88
|
-
:placeholder="$t1('请输入内容')"
|
|
89
|
-
size="small"
|
|
90
|
-
v-model="logicParam.paramValue"
|
|
91
|
-
clearable
|
|
92
|
-
></el-input>
|
|
93
|
-
</el-form-item>
|
|
94
|
-
</td>
|
|
95
|
-
</tr>
|
|
96
76
|
<tr>
|
|
97
77
|
<th>{{ $t1("参数备注") }}</th>
|
|
98
78
|
<td colspan="5">
|
|
@@ -120,6 +100,26 @@
|
|
|
120
100
|
</el-form-item>
|
|
121
101
|
</td>
|
|
122
102
|
</tr>
|
|
103
|
+
<tr>
|
|
104
|
+
<th>
|
|
105
|
+
{{ $t1("参数值") }}
|
|
106
|
+
</th>
|
|
107
|
+
<td colspan="5">
|
|
108
|
+
<el-form-item
|
|
109
|
+
prop="paramValue"
|
|
110
|
+
:rules="[{ required: false, trigger: 'blur' }]"
|
|
111
|
+
>
|
|
112
|
+
<el-input
|
|
113
|
+
type="textarea"
|
|
114
|
+
:rows="16"
|
|
115
|
+
:placeholder="$t1('请输入内容')"
|
|
116
|
+
size="small"
|
|
117
|
+
v-model="logicParam.paramValue"
|
|
118
|
+
clearable
|
|
119
|
+
></el-input>
|
|
120
|
+
</el-form-item>
|
|
121
|
+
</td>
|
|
122
|
+
</tr>
|
|
123
123
|
<tr>
|
|
124
124
|
<th>{{ $t1("创建人") }}</th>
|
|
125
125
|
<td>{{ logicParam.createBy }}</td>
|