Commit fcb839c7 authored by baiyinhao's avatar baiyinhao

修改流程中心

parent 872d42c9
......@@ -133,10 +133,12 @@
import { getMenuListByPage } from '@/api/system/menu/menu';
import { Tabs, Descriptions, Alert, Modal } from 'ant-design-vue';
import { tableListtab1, tableListtab2, tableListtab3 } from './mock';
import { useGo } from '@/hooks/web/usePage';
defineOptions({ name: 'RoleManagement' });
const filterStore = useFilterStore();
const route = useRoute();
const go = useGo();
const { createMessage } = useMessage();
const tableData = ref([]);
const tableDatatab2 = ref([]);
......@@ -305,13 +307,7 @@
/**查看详情按钮*/
function handleView() {
Modal.confirm({
title: '跳转到详情页面',
content: '是否查看详情?',
okText: '确认',
cancelText: '取消',
onOk: () => {},
});
go('/system/process_detail');
}
/**数据权限按钮*/
function dataPermiss(record: Recordable) {
......
......@@ -130,19 +130,19 @@ export const searchFormSchema: FormSchema[] = [
},
colProps: { span: 4 },
},
{
field: 'type',
label: ' ',
component: 'Select',
componentProps: {
options: [
{ label: '全部类型', value: '1' },
{ label: '部分类型', value: '2' },
],
placeholder: '申请类型',
},
colProps: { span: 4 },
},
// {
// field: 'type',
// label: ' ',
// component: 'Select',
// componentProps: {
// options: [
// { label: '全部类型', value: '1' },
// { label: '部分类型', value: '2' },
// ],
// placeholder: '申请类型',
// },
// colProps: { span: 4 },
// },
{
field: 'deptName',
label: ' ',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment