|
|
@@ -48,7 +48,7 @@
|
|
|
const columns = ref([
|
|
|
{ label: '限制时间', prop: 'createTime', align: 'center', width: 180 },
|
|
|
{ label: '限制类型', prop: 'limitType', align: 'center' },
|
|
|
- { label: '操作员', prop: 'createName', align: 'center', width: 90 }
|
|
|
+ { label: '操作员', prop: 'createName', align: 'center', width: 120 }
|
|
|
]);
|
|
|
|
|
|
const pageConfig = ref({
|