524a0a70 by renchao@pashanhoo.com

style:证书管理

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