Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_vue
Commits
c8b5cbca
Commit
c8b5cbca
authored
May 05, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.优化代码
parent
cc4c8296
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
tagfour.vue
src/views/template/components/tagfour.vue
+3
-3
templateFirst.vue
src/views/template/templateFirst.vue
+2
-6
No files found.
src/views/template/components/tagfour.vue
View file @
c8b5cbca
...
...
@@ -4,7 +4,7 @@
<el-button
type=
"primary"
class=
"tarButon"
@
click=
"upload"
>
上传
</el-button>
</div>
<!-- 第一个模板 -->
<div
v-if=
"sheetForm"
>
<div
v-if=
"sheetForm
!== null && sheetForm !== ''
"
>
<div
class=
"tableArea"
v-if=
"index === 0 || index=== 4"
>
<div
class=
"measureTable"
>
<!-- 测量 -->
...
...
@@ -738,7 +738,7 @@ export default {
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
dialogController
.
open
=
false
}
this
.
$emit
(
'sheetIndex'
,
this
.
index
)
this
.
$emit
(
'sheetIndex'
,
null
)
this
.
$emit
(
'tarFrom'
,
this
.
form
)
})
}
else
{
...
...
@@ -753,7 +753,7 @@ export default {
this
.
form
.
projetcBList
=
[]
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
dialogController
.
open
=
false
this
.
$emit
(
'sheetIndex'
,
null
)
this
.
$emit
(
'sheetIndex'
,
''
)
this
.
$emit
(
'tarFrom'
,
this
.
form
)
}
...
...
src/views/template/templateFirst.vue
View file @
c8b5cbca
...
...
@@ -1859,7 +1859,7 @@
</div>
<div
:class=
"inspectJbAl2o3List.recode3[11].differenceValue === '合格'? 'Value': 'errValue'"
>
<TextToolTip
:text=
"inspectJbAl2o3List.recode3[1
3
].differenceValue"
:text=
"inspectJbAl2o3List.recode3[1
1
].differenceValue"
:max-length=
"8"
:disabled-show=
"false"
/>
...
...
@@ -4191,11 +4191,7 @@ export default {
this
.
inspectJbAl2o3List
.
twoJcDate
=
response
.
data
.
twoJcDate
this
.
inspectJbAl2o3List
.
limitOne
=
response
.
data
.
limitOne
this
.
inspectJbAl2o3List
.
limitTwo
=
response
.
data
.
limitTwo
if
(
response
.
data
.
sheetIndex
)
{
this
.
inspectJbAl2o3List
.
sheetIndex
=
response
.
data
.
sheetIndex
}
else
{
this
.
inspectJbAl2o3List
.
sheetIndex
=
0
}
if
(
response
.
data
.
ld
&&
response
.
data
.
ld
!==
''
){
this
.
tabfourForm
.
LD
=
this
.
handleFirstTableData
(
response
.
data
.
ld
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment