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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.144",
4
+ "version": "1.0.54-dev.145",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -340,9 +340,9 @@
340
340
  </template>
341
341
  <template #zdEn="{ row, rowIndex }">
342
342
  <template
343
- v-if="!!row.systems || !!row.relationZd || row.fromTable"
343
+ v-if="!!row.systems || row.fromTable"
344
344
  >
345
- <div :style="!!row.relationZd ? 'margin-left:20px' : ''">
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>