524a0a70 by renchao@pashanhoo.com

style:证书管理

1 parent 0d3d7f99
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-11 10:39:01
*/
import filter from '@/utils/filter.js'
let vm = null
......@@ -60,9 +65,7 @@ class data extends filter {
},
{
label: '操作',
width: '200',
align: 'center',
fixed: 'right',
width: '180',
render: (h, scope) => {
switch (scope.row.state) {
case '0':
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-11 10:38:51
*/
import filter from '@/utils/filter.js'
let vm = null
const sendThis = (_this) => {
......@@ -59,8 +64,6 @@ class data extends filter {
},
{
label: '操作',
align: 'center',
fixed: 'right',
render: (h, scope) => {
switch (scope.row.state) {
case '0':
......