Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
665825f3
authored
2023-04-19 11:17:17 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书入库
1 parent
4c36776d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/zsgl/zsrk/zsrkdata.js
src/views/zsgl/zsrk/zsrkdata.js
View file @
665825f
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-1
1 10:38:5
1
* @LastEditTime: 2023-04-1
9 11:16:2
1
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -33,6 +33,7 @@ class data extends filter {
{
prop
:
"operationtime"
,
label
:
"入库时间"
,
width
:
'140'
},
{
prop
:
"operator"
,
...
...
@@ -64,6 +65,7 @@ class data extends filter {
},
{
label
:
'操作'
,
width
:
'130'
,
render
:
(
h
,
scope
)
=>
{
switch
(
scope
.
row
.
state
)
{
case
'0'
:
...
...
Please
register
or
sign in
to post a comment