Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0b658a12
authored
2025-01-14 10:37:40 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev_20241202_xukangle' into develop
2 parents
1cf03985
52a24a57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_entry/index.vue
src/views/data_entry/index.vue
View file @
0b658a1
...
...
@@ -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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment