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)" <BaseInfoFormPackage @clickable="(e) => handleClickable('paralle', paralleIndex, e)"
:ref="`paralleStepFormPackageRef_${paralleIndex}`" :formConfig="paralleStepFormConfig" :ref="`paralleStepFormPackageRef_${paralleIndex}`" :formConfig="paralleStepFormConfig"
:formData="paralleConfig" :prefixKey="'paralle' + paralleIndex" :formData="paralleConfig" :prefixKey="'paralle' + paralleIndex"
:fieldItemLabel="$t('template.lba.lba004.xszj')" />
fieldItemLabel="template.lba.lba004.xszj" />
<!-- <CustomTable @blur="(e) => onHandleTableBlur('paralle', paralleIndex, e)" <!-- <CustomTable @blur="(e) => onHandleTableBlur('paralle', paralleIndex, e)"
:ref="`paralleStepTableRef_${paralleIndex}`" :showOperation="fillType === 'actFill' || fillType === 'preFill'" :ref="`paralleStepTableRef_${paralleIndex}`" :showOperation="fillType === 'actFill' || fillType === 'preFill'"
:columns="paralleStepColumns" :columns="paralleStepColumns"
@ -60,7 +60,7 @@
:ref="`paralleStepTableRef_${paralleIndex}`" :showOperation="fillType === 'preFill'" :ref="`paralleStepTableRef_${paralleIndex}`" :showOperation="fillType === 'preFill'"
:columns="paralleStepColumns" :columns="paralleStepColumns"
:formData="paralleConfig" :prefixKey="'paralle' + paralleIndex" :formData="paralleConfig" :prefixKey="'paralle' + paralleIndex"
:fieldItemLabel="$t('template.lba.lba004.xszj')">
fieldItemLabel="template.lba.lba004.xszj">
<template slot="operation" slot-scope="{ row, rowIndex, columns }"> <template slot="operation" slot-scope="{ row, rowIndex, columns }">
<TableOpertaionDelete :row="row" :rowIndex="rowIndex" :columns="columns" @deleteRow="(rowIndex) => deleteRow(rowIndex, 'paralle', paralleIndex)" ></TableOpertaionDelete> <TableOpertaionDelete :row="row" :rowIndex="rowIndex" :columns="columns" @deleteRow="(rowIndex) => deleteRow(rowIndex, 'paralle', paralleIndex)" ></TableOpertaionDelete>
</template> </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)" <BaseInfoFormPackage @clickable="(e) => handleClickable('paralle', paralleIndex, e)"
:ref="`paralleStepFormPackageRef_${paralleIndex}`" :formConfig="paralleStepFormConfig" :ref="`paralleStepFormPackageRef_${paralleIndex}`" :formConfig="paralleStepFormConfig"
:formData="paralleConfig" :prefixKey="'paralle' + paralleIndex" :formData="paralleConfig" :prefixKey="'paralle' + paralleIndex"
:fieldItemLabel="$t('template.lba.lba004.xszj')" />
fieldItemLabel="template.lba.lba006.fxxx" />
</div> </div>
</div> </div>
@ -265,6 +265,7 @@ export default {
}, },
// //
deleteParalleConfig(index) { deleteParalleConfig(index) {
debugger
if(this.formData.paralleConfigs.length===1){ if(this.formData.paralleConfigs.length===1){
// this.$message.error("1"); // this.$message.error("1");
return; return;

Loading…
Cancel
Save