diff --git a/public/index.html b/public/index.html index 7e795d1..cd1fc0a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,148 +1,160 @@ - - - - - - Ant Design Pro - + + <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> + + <% } %> + - @-webkit-keyframes antRotate { - to { - -webkit-transform: rotate(405deg); - transform: rotate(405deg) - } - } - - @keyframes antSpinMove { - to { - opacity: 1 - } - } - - @-webkit-keyframes antSpinMove { - to { - opacity: 1 - } - } - - /* 组织机构数选择组件样式修改 start */ - .popover-tree>.ant-popover-content { - margin-top: -15px; - border: 1px solid #1890ff; - max-height: 400px; - overflow-y: auto; - } - - .popover-tree>.ant-popover-content>.ant-popover-arrow { - display: none; - } - - /* 组织机构数选择组件样式修改 end */ - - - <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> - - <% } %> - - - - -
-
- -
- -
- + + +
+
+ +
+
+
- - <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %> - - <% } %> - - +
+ + <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %> + + <% } %> + + \ No newline at end of file diff --git a/src/config/router.config.js b/src/config/router.config.js index 9dc1933..d3d4b96 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -94,7 +94,7 @@ export const asyncRouterMap = [ path: '/project/unitSelect', name: 'unitSelect', component: () => import('@/views/project/ProjectUnitSelect'), - meta: { title: '部门选择', keepAlive: true, permission: ['form'] } + meta: { title: '选择单位', keepAlive: true, permission: ['form'] } }, { path: '/form/step-form', diff --git a/src/views/project/ProjectList.vue b/src/views/project/ProjectList.vue index 5c2a7f4..c8af6b3 100644 --- a/src/views/project/ProjectList.vue +++ b/src/views/project/ProjectList.vue @@ -129,13 +129,13 @@ export default { }, { title: '创建人员', key: 'createBy', dataIndex: 'createBy' }, { title: '创建时间', key: 'createDate', dataIndex: 'createDate' }, - // { - // title: '操作', - // width: 200, - // key: 'status', - // align: 'center', - // scopedSlots: { customRender: 'action' }, - // }, + { + title: '操作', + width: 200, + key: 'status', + align: 'center', + scopedSlots: { customRender: 'action' }, + }, ], // 加载数据方法 必须为 Promise 对象 diff --git a/src/views/project/ProjectUnitSelect.vue b/src/views/project/ProjectUnitSelect.vue index e694179..494a96f 100644 --- a/src/views/project/ProjectUnitSelect.vue +++ b/src/views/project/ProjectUnitSelect.vue @@ -1,23 +1,24 @@ + + - - - + \ No newline at end of file