0b658a12 by xukangle

Merge branch 'dev_20241202_xukangle' into develop

2 parents 1cf03985 52a24a57
......@@ -1383,7 +1383,7 @@ watch(showLevel4, (newVal, oldVal) => {
@btnClick="btnClick" @selectChange="selectChange" />
<div class="tool_btn" v-if="step == 2">
<el-button type="primary" @click="exportClick">下载文件</el-button>
<el-button type="primary" plain @click="senMessage">入表咨询</el-button>
<!-- <el-button type="primary" plain @click="senMessage">入表咨询</el-button> -->
</div>
</div>
<div class="grid-box-wrap" v-show="step == 0">
......@@ -1505,8 +1505,8 @@ watch(showLevel4, (newVal, oldVal) => {
<template #default="scope">
<div class="input_cell" v-if="item.type == 'input'">
<el-input v-model.trim="scope.row[item.field]" placeholder="请输入" :maxlength="item.maxlength ?? ''"
@change="(val) => inputChange(val, scope, item.field)" @input="(val) => inputEventChange(val, scope, item.field)"
clearable></el-input>
@change="(val) => inputChange(val, scope, item.field)"
@input="(val) => inputEventChange(val, scope, item.field)" clearable></el-input>
<span>{{ scope.row[item.field] ? changeNum(scope.row[item.field], 2, true) :
Number(scope.row[item.field]) == 0 ? '0.00' : '' }}</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!