fix: BUG修改
This commit is contained in:
parent
d1f6da7ae7
commit
32db9ce5b5
@ -28,11 +28,16 @@
|
||||
<el-table-column prop="reportContent" label="汇报内容" align="left"> </el-table-column>
|
||||
<el-table-column prop="totalAmount" label="总工程造价(元)">
|
||||
<template #default="scope">
|
||||
<el-input
|
||||
<!-- <el-input
|
||||
v-if="scope.row.symbolSum && countData"
|
||||
v-model.number="countData[scope.row.key]"
|
||||
placeholder="请输入"
|
||||
></el-input>
|
||||
></el-input> -->
|
||||
<el-input-number
|
||||
v-if="scope.row.symbolSum && countData"
|
||||
v-model.number="countData[scope.row.key]"
|
||||
controls-position="right"
|
||||
></el-input-number>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="completeAmount" label="本期完成工程造价(元)" width="200"> </el-table-column>
|
||||
|
||||
@ -24,12 +24,18 @@
|
||||
<el-table-column prop="reportContent" label="汇报内容" align="left"> </el-table-column>
|
||||
<el-table-column prop="totalAmount" label="总工程造价(元)">
|
||||
<template #default="scope">
|
||||
<el-input
|
||||
<!-- <el-input
|
||||
disabled
|
||||
v-if="scope.row.symbolSum && countData"
|
||||
v-model.number="countData[scope.row.key]"
|
||||
placeholder="请输入"
|
||||
></el-input>
|
||||
></el-input> -->
|
||||
<el-input-number
|
||||
disabled
|
||||
v-if="scope.row.symbolSum && countData"
|
||||
v-model.number="countData[scope.row.key]"
|
||||
controls-position="right"
|
||||
></el-input-number>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="completeAmount" label="本期完成工程造价(元)" width="200"> </el-table-column>
|
||||
|
||||
@ -28,11 +28,16 @@
|
||||
<el-table-column prop="reportContent" label="汇报内容" align="left"> </el-table-column>
|
||||
<el-table-column prop="totalAmount" label="总工程造价(元)">
|
||||
<template #default="scope">
|
||||
<el-input
|
||||
<!-- <el-input
|
||||
v-if="scope.row.symbolSum && countData"
|
||||
v-model.number="countData[scope.row.key]"
|
||||
placeholder="请输入"
|
||||
></el-input>
|
||||
></el-input> -->
|
||||
<el-input-number
|
||||
v-if="scope.row.symbolSum && countData"
|
||||
v-model.number="countData[scope.row.key]"
|
||||
controls-position="right"
|
||||
></el-input-number>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="completeAmount" label="本期完成工程造价(元)" width="200"> </el-table-column>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user