Browse Source

20240507

java8
qiezi 8 months ago
parent
commit
27c681a592
  1. 2
      src/views/modules/quote/detail/quoteDetail.vue
  2. 4
      src/views/modules/quote/detail/quoteGroupDetail.vue
  3. 2
      src/views/modules/quote/detail/tpCost.vue

2
src/views/modules/quote/detail/quoteDetail.vue

@ -699,7 +699,7 @@ export default {
:show-overflow-tooltip="item.showOverflowTooltip" :show-overflow-tooltip="item.showOverflowTooltip"
:align="item.align" :align="item.align"
:fixed="item.fixed === ''?false:item.fixed" :fixed="item.fixed === ''?false:item.fixed"
:width="item.columnWidth"
:min-width="item.columnWidth"
:label="item.columnLabel"> :label="item.columnLabel">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="numberProp.includes(item.columnProp)"> <template v-if="numberProp.includes(item.columnProp)">

4
src/views/modules/quote/detail/quoteGroupDetail.vue

@ -663,7 +663,7 @@ export default {
:show-overflow-tooltip="item.showOverflowTooltip" :show-overflow-tooltip="item.showOverflowTooltip"
:align="item.align" :align="item.align"
:fixed="item.fixed === ''?false:item.fixed" :fixed="item.fixed === ''?false:item.fixed"
:width="item.columnWidth"
:min-width="item.columnWidth"
:label="item.columnLabel"> :label="item.columnLabel">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="numberProp.includes(item.columnProp)"> <template v-if="numberProp.includes(item.columnProp)">
@ -816,7 +816,7 @@ export default {
:show-overflow-tooltip="item.showOverflowTooltip" :show-overflow-tooltip="item.showOverflowTooltip"
:align="item.align" :align="item.align"
:fixed="item.fixed === ''?false:item.fixed" :fixed="item.fixed === ''?false:item.fixed"
:width="item.columnWidth"
:min-width="item.columnWidth"
:label="item.columnLabel"> :label="item.columnLabel">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="!item.columnHidden">{{ scope.row[item.columnProp] }}</span> <span v-if="!item.columnHidden">{{ scope.row[item.columnProp] }}</span>

2
src/views/modules/quote/detail/tpCost.vue

@ -432,7 +432,7 @@ export default {
:show-overflow-tooltip="item.showOverflowTooltip" :show-overflow-tooltip="item.showOverflowTooltip"
:align="item.align" :align="item.align"
:fixed="item.fixed === ''?false:item.fixed" :fixed="item.fixed === ''?false:item.fixed"
:width="item.columnWidth"
:min-width="item.columnWidth"
:label="item.columnLabel"> :label="item.columnLabel">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="numberProp.includes(item.columnProp)"> <template v-if="numberProp.includes(item.columnProp)">

Loading…
Cancel
Save