Browse Source

fix: [模板管理] LBA006标题

lkf
memorylkf 1 month ago
parent
commit
dc4389846f
2 changed files with 4 additions and 3 deletions
  1. +2
    -2
      src/views/business/comps/template/comps/lba/LBA004.vue
  2. +2
    -1
      src/views/business/comps/template/comps/lba/LBA006.vue

+ 2
- 2
src/views/business/comps/template/comps/lba/LBA004.vue View File

@ -45,7 +45,7 @@
<BaseInfoFormPackage @clickable="(e) => handleClickable('paralle', paralleIndex, e)"
:ref="`paralleStepFormPackageRef_${paralleIndex}`" :formConfig="paralleStepFormConfig"
:formData="paralleConfig" :prefixKey="'paralle' + paralleIndex"
:fieldItemLabel="$t('template.lba.lba004.xszj')" />
fieldItemLabel="template.lba.lba004.xszj" />
<!-- <CustomTable @blur="(e) => onHandleTableBlur('paralle', paralleIndex, e)"
:ref="`paralleStepTableRef_${paralleIndex}`" :showOperation="fillType === 'actFill' || fillType === 'preFill'"
:columns="paralleStepColumns"
@ -60,7 +60,7 @@
:ref="`paralleStepTableRef_${paralleIndex}`" :showOperation="fillType === 'preFill'"
:columns="paralleStepColumns"
:formData="paralleConfig" :prefixKey="'paralle' + paralleIndex"
:fieldItemLabel="$t('template.lba.lba004.xszj')">
fieldItemLabel="template.lba.lba004.xszj">
<template slot="operation" slot-scope="{ row, rowIndex, columns }">
<TableOpertaionDelete :row="row" :rowIndex="rowIndex" :columns="columns" @deleteRow="(rowIndex) => deleteRow(rowIndex, 'paralle', paralleIndex)" ></TableOpertaionDelete>
</template>

+ 2
- 1
src/views/business/comps/template/comps/lba/LBA006.vue View File

@ -27,7 +27,7 @@
<BaseInfoFormPackage @clickable="(e) => handleClickable('paralle', paralleIndex, e)"
:ref="`paralleStepFormPackageRef_${paralleIndex}`" :formConfig="paralleStepFormConfig"
:formData="paralleConfig" :prefixKey="'paralle' + paralleIndex"
:fieldItemLabel="$t('template.lba.lba004.xszj')" />
fieldItemLabel="template.lba.lba006.fxxx" />
</div>
</div>
@ -265,6 +265,7 @@ export default {
},
//
deleteParalleConfig(index) {
debugger
if(this.formData.paralleConfigs.length===1){
// this.$message.error("1");
return;

Loading…
Cancel
Save