Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
precision-effect
Project
Project
Details
Activity
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
耿迪迪
precision-effect
Commits
ef9d6f49
Commit
ef9d6f49
authored
Jun 24, 2023
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购查询优化
parent
06fcb6d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
index.vue
precision-effect-web/src/views/purchase/index.vue
+8
-2
No files found.
precision-effect-web/src/views/purchase/index.vue
View file @
ef9d6f49
...
@@ -134,11 +134,17 @@
...
@@ -134,11 +134,17 @@
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<!--
<
el
-
table
-
column
label
=
"备注"
align
=
"center"
prop
=
"remark"
/>-->
<!--
<
el
-
table
-
column
label
=
"备注"
align
=
"center"
prop
=
"remark"
/>-->
<
el
-
table
-
column
label
=
"审批人"
align
=
"center"
prop
=
"approvedUserName"
/>
<
el
-
table
-
column
label
=
"审批人"
align
=
"center"
prop
=
"approvedUserName"
>
<
template
slot
-
scope
=
"scope"
>
<
span
v
-
if
=
"scope.row.approvedUserName == null"
>-<
/span
>
<
span
v
-
else
>
{{
scope
.
row
.
approvedUserName
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"审批状态"
align
=
"center"
prop
=
"purchaseStatus"
:
formatter
=
"getPurchaseStatus"
width
=
"120"
/>
<
el
-
table
-
column
label
=
"审批状态"
align
=
"center"
prop
=
"purchaseStatus"
:
formatter
=
"getPurchaseStatus"
width
=
"120"
/>
<
el
-
table
-
column
label
=
"审核时间"
align
=
"center"
prop
=
"approvedTime"
width
=
"180"
>
<
el
-
table
-
column
label
=
"审核时间"
align
=
"center"
prop
=
"approvedTime"
width
=
"180"
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
parseTime
(
scope
.
row
.
approvedTime
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<
span
v
-
if
=
"scope.row.approvedUserName == null"
>-<
/span
>
<
span
v
-
else
>
{{
parseTime
(
scope
.
row
.
approvedTime
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
width
=
"220"
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
width
=
"220"
>
...
...
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