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
2c08b840
Commit
2c08b840
authored
Jul 25, 2023
by
kzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产数据
parent
49b804d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
index.vue
src/views/production/data/index.vue
+15
-10
No files found.
src/views/production/data/index.vue
View file @
2c08b840
...
@@ -52,42 +52,47 @@
...
@@ -52,42 +52,47 @@
<!--
<el-table-column
type=
"index"
label=
"序号"
width=
"380"
/>
-->
<!--
<el-table-column
type=
"index"
label=
"序号"
width=
"380"
/>
-->
<el-table-column
label=
"
xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<el-table-column
label=
"
名称"
prop=
"2222"
:show-overflow-tooltip=
"true"
width=
"222
"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"编码"
prop=
"2222"
:show-overflow-tooltip=
"true"
width=
"222"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"
xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<el-table-column
label=
"
lot"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"222
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<el-table-column
label=
"
位置"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"222
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<el-table-column
label=
"
厚度"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"222
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<el-table-column
label=
"
创建人"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"222
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<
el-table-column
label=
"xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<
!-- <el-table-column label="创建时间" prop="xxx" :show-overflow-tooltip="true" width="222
">
<template slot-scope="scope">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
{{ scope.row.xxx || '-' }}
</template>
</template>
</el-table-column>
</el-table-column>
-->
<!-- <el-table-column label="状态" align="center" width="380">
<!-- <el-table-column label="状态" align="center" width="380">
<template slot-scope="scope">
<template slot-scope="scope">
<el-switch
<el-switch
...
@@ -98,11 +103,11 @@
...
@@ -98,11 +103,11 @@
/>
/>
</template>
</template>
</el-table-column> -->
</el-table-column> -->
<
!-- <el-table-column label="创建时间" :show-overflow-tooltip="true" align="center" prop="createTime" width="380
">
<
el-table-column
label=
"创建时间"
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"createTime"
width=
"222
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
-->
</el-table-column>
</el-table>
</el-table>
</div>
</div>
...
...
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