665825f3 by renchao@pashanhoo.com

style:证书入库

1 parent 4c36776d
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-11 10:38:51
* @LastEditTime: 2023-04-19 11:16:21
*/
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':
......