n20-common-lib 2.22.27 → 2.22.29
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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
title="自定义项"
|
|
8
8
|
:default-expand="otherExpand"
|
|
9
9
|
>
|
|
10
|
-
<el-form ref="approveBtnGroup" label-position="
|
|
10
|
+
<el-form ref="approveBtnGroup" label-position="top">
|
|
11
11
|
<div
|
|
12
12
|
class="p-b-lg p-t-lg p-r-lg"
|
|
13
13
|
style="max-height: 150px; overflow-y: auto; border: 1px dashed var(--border-color-base); border-radius: 5px"
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
v-model="item.cfgVal"
|
|
27
27
|
:type="'textarea'"
|
|
28
28
|
placeholder="请输入"
|
|
29
|
-
class="input-w"
|
|
30
29
|
clearable
|
|
31
30
|
/>
|
|
32
31
|
<el-select
|
|
@@ -71,11 +70,7 @@
|
|
|
71
70
|
class="m-r-ss m-b-s flex-1"
|
|
72
71
|
label="备注"
|
|
73
72
|
>
|
|
74
|
-
<el-input
|
|
75
|
-
v-model="item.cfgRemark"
|
|
76
|
-
class="input-w"
|
|
77
|
-
placeholder="请输入备注"
|
|
78
|
-
/>
|
|
73
|
+
<el-input v-model="item.cfgRemark" class="input-w" placeholder="请输入备注" />
|
|
79
74
|
</el-form-item>
|
|
80
75
|
</div>
|
|
81
76
|
</div>
|
|
@@ -279,8 +279,8 @@
|
|
|
279
279
|
:class="{ 'flex-box': align === 'left-right' }"
|
|
280
280
|
:style="align === 'left-right' ? 'justify-content: space-between' : ''"
|
|
281
281
|
>
|
|
282
|
-
<span>{{ s.cfgName }}:{{ s.
|
|
283
|
-
<span>{{ s.
|
|
282
|
+
<span>{{ s.cfgName }}:{{ s.cfgText ? s.cfgText : s.cfgVal }}</span>
|
|
283
|
+
<span>{{ s.cfgRemark }}</span>
|
|
284
284
|
</div>
|
|
285
285
|
</div>
|
|
286
286
|
</div>
|