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
2e6d06f9
Commit
2e6d06f9
authored
Jul 25, 2023
by
kzy
Browse files
Options
Browse Files
Download
Plain Diff
生产工艺
parents
2c08b840
99b5b95e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
index.vue
src/views/production/data/index.vue
+8
-8
No files found.
src/views/production/data/index.vue
View file @
2e6d06f9
...
...
@@ -12,8 +12,7 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
</el-form-item>
...
...
@@ -27,7 +26,7 @@
<!-- >新增
</el-button>
-->
<!--
<coolbutton
style=
"padding: 8px 7px;"
:type=
"typePrimary"
:name=
"addName"
:size=
"smallSize"
:icon=
"addIcon"
:haspermi=
"addHaspermi"
@
btn-click=
"handleAdd"
/>
-->
<!--
<el-button-->
<!-- v-hasPermi="['sys:role:export']"-->
<!-- style="padding: 8px 7px;"-->
...
...
@@ -52,19 +51,20 @@
<!--
<el-table-column
type=
"index"
label=
"序号"
width=
"380"
/>
-->
<el-table-column
label=
"
名称"
prop=
"2222"
:show-overflow-tooltip=
"true"
width=
"222
"
>
<el-table-column
label=
"
xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"编码"
prop=
"2222"
:show-overflow-tooltip=
"true"
width=
"222"
>
<el-table-column
label=
"xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"
lot"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"222
"
>
<el-table-column
label=
"
xxx"
prop=
"xxx"
:show-overflow-tooltip=
"true"
width=
"250
"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
xxx
||
'-'
}}
</
template
>
...
...
@@ -107,7 +107,7 @@
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
-->
</el-table>
</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