diff --git a/spug_web/src/pages/deploy/request/Table.js b/spug_web/src/pages/deploy/request/Table.js
index 0d18619..1556b15 100644
--- a/spug_web/src/pages/deploy/request/Table.js
+++ b/spug_web/src/pages/deploy/request/Table.js
@@ -5,9 +5,10 @@
*/
import React from 'react';
import { observer } from 'mobx-react';
-import { Table, Modal, Icon, Popover, Tag, message } from 'antd';
+import { BranchesOutlined, BuildOutlined, TagOutlined, PlusOutlined } from '@ant-design/icons';
+import { Radio, Modal, Popover, Tag, message } from 'antd';
import { http, hasPermission } from 'libs';
-import { Action } from "components";
+import { Action, AuthButton, TableCard } from 'components';
import store from './store';
@observer
@@ -25,7 +26,12 @@ class ComTable extends React.Component {
columns = [{
title: '申请标题',
- dataIndex: 'name',
+ render: info => (
+