cloud-web-corejs 1.0.54-dev.144 → 1.0.54-dev.145
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
@@ -340,9 +340,9 @@
|
|
340
340
|
</template>
|
341
341
|
<template #zdEn="{ row, rowIndex }">
|
342
342
|
<template
|
343
|
-
v-if="!!row.systems ||
|
343
|
+
v-if="!!row.systems || row.fromTable"
|
344
344
|
>
|
345
|
-
<div
|
345
|
+
<div>
|
346
346
|
{{ row.zdEn }}
|
347
347
|
</div>
|
348
348
|
</template>
|
@@ -350,6 +350,7 @@
|
|
350
350
|
<el-form-item
|
351
351
|
:prop="'szTaZdMbDTOs.' + rowIndex + '.zdEn'"
|
352
352
|
:rules="[{ required: true, trigger: ['blur', 'change'] }]"
|
353
|
+
:style="!!row.relationZd ? 'padding-left:20px' : ''"
|
353
354
|
>
|
354
355
|
<el-input v-model="row.zdEn" clearable />
|
355
356
|
</el-form-item>
|