|
@@ -17,13 +17,9 @@ const dialog = ref(false)
|
|
|
const tableData = ref([])
|
|
const tableData = ref([])
|
|
|
const columns = [
|
|
const columns = [
|
|
|
{ prop: "operationContent", label: "操作内容描述", minWidth: '500', },
|
|
{ prop: "operationContent", label: "操作内容描述", minWidth: '500', },
|
|
|
- {
|
|
|
|
|
- prop: "operatorName", label: "操作类型", width: '120',
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ { prop: "operatorName", label: "操作类型", width: '120', },
|
|
|
{ prop: "createTime", label: "操作时间", width: '240', },
|
|
{ prop: "createTime", label: "操作时间", width: '240', },
|
|
|
- {
|
|
|
|
|
- prop: "createByName", label: "操作人", width: '120',
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ { prop: "createByName", label: "操作人", width: '120', },
|
|
|
|
|
|
|
|
];
|
|
];
|
|
|
const pageInfo = ref({
|
|
const pageInfo = ref({
|