665825f3 by renchao@pashanhoo.com

style:证书入库

1 parent 4c36776d
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-04-11 10:38:51 4 * @LastEditTime: 2023-04-19 11:16:21
5 */ 5 */
6 import filter from '@/utils/filter.js' 6 import filter from '@/utils/filter.js'
7 let vm = null 7 let vm = null
...@@ -33,6 +33,7 @@ class data extends filter { ...@@ -33,6 +33,7 @@ class data extends filter {
33 { 33 {
34 prop: "operationtime", 34 prop: "operationtime",
35 label: "入库时间", 35 label: "入库时间",
36 width: '140'
36 }, 37 },
37 { 38 {
38 prop: "operator", 39 prop: "operator",
...@@ -64,6 +65,7 @@ class data extends filter { ...@@ -64,6 +65,7 @@ class data extends filter {
64 }, 65 },
65 { 66 {
66 label: '操作', 67 label: '操作',
68 width: '130',
67 render: (h, scope) => { 69 render: (h, scope) => {
68 switch (scope.row.state) { 70 switch (scope.row.state) {
69 case '0': 71 case '0':
......