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
e72476e6
Commit
e72476e6
authored
Sep 17, 2023
by
shifangwuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9/17
parent
e3375dc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/production/barcodegeneration/index.vue
+2
-2
index.vue
src/views/production/craftsmanship/index.vue
+1
-1
index.vue
src/views/production/gxlog/index.vue
+2
-2
No files found.
src/views/production/barcodegeneration/index.vue
View file @
e72476e6
...
@@ -83,9 +83,9 @@
...
@@ -83,9 +83,9 @@
{{
scope
.
row
.
createName
||
'-'
}}
{{
scope
.
row
.
createName
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作日期"
prop=
"
cre
ateDate"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"操作日期"
prop=
"
upd
ateDate"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
parseTime
(
scope
.
row
.
cre
ateDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
'
)
||
'-'
}}
{{
parseTime
(
scope
.
row
.
upd
ateDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
'
)
||
'-'
}}
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
width
=
"150px"
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
width
=
"150px"
>
...
...
src/views/production/craftsmanship/index.vue
View file @
e72476e6
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
@
pagination
=
"getList"
@
pagination
=
"getList"
/>
/>
<!--
TODO
:
详情
-->
<!--
TODO
:
详情
-->
<
el
-
dialog
class
=
"aboutSingleDetails"
:
title
=
"title"
:
visible
.
sync
=
"openDetails"
width
=
"
5
00px"
append
-
to
-
body
:
close
-
on
-
click
-
modal
=
"false"
>
<
el
-
dialog
class
=
"aboutSingleDetails"
:
title
=
"title"
:
visible
.
sync
=
"openDetails"
width
=
"
4
00px"
append
-
to
-
body
:
close
-
on
-
click
-
modal
=
"false"
>
<
el
-
form
ref
=
"formDetails"
:
model
=
"singleDetails"
size
=
"small"
label
-
width
=
"80px"
>
<
el
-
form
ref
=
"formDetails"
:
model
=
"singleDetails"
size
=
"small"
label
-
width
=
"80px"
>
<
el
-
form
-
item
label
=
"jxpn:"
prop
=
"jxpn"
>
<
el
-
form
-
item
label
=
"jxpn:"
prop
=
"jxpn"
>
...
...
src/views/production/gxlog/index.vue
View file @
e72476e6
...
@@ -106,9 +106,9 @@
...
@@ -106,9 +106,9 @@
{{
scope
.
row
.
createName
||
'-'
}}
{{
scope
.
row
.
createName
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作日期"
prop=
"
cre
ateDate"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"操作日期"
prop=
"
upd
ateDate"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
parseTime
(
scope
.
row
.
cre
ateDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
'
)
||
'-'
}}
{{
parseTime
(
scope
.
row
.
upd
ateDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
'
)
||
'-'
}}
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
width
=
"100px"
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
width
=
"100px"
>
...
...
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