Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sass-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
sass-admin
Commits
8af1899f
Commit
8af1899f
authored
Apr 24, 2025
by
yanglang123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用标签
parent
e08fb120
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
59 deletions
+5
-59
dist.zip
+0
-0
src/pages/TrainingTools/Question/index.jsx
+2
-2
src/pages/TrainingTools/Survey/index.jsx
+2
-17
src/pages/TrainingTools/exam/exam/index.jsx
+1
-40
No files found.
dist.zip
0 → 100644
View file @
8af1899f
File added
src/pages/TrainingTools/Question/index.jsx
View file @
8af1899f
...
...
@@ -404,13 +404,13 @@ class Survey extends Component {
>
调研明细导出
</
div
>
<
div
{
/*
<div
className={styles.survey_list_btn}
style={{ cursor: "pointer", color: "#1890FF" }}
onClick={() => this.detil(record.id, 2)}
>
调研分析导出
</
div
>
</div>
*/
}
</
div
>
)
:
null
}
</
div
>
...
...
src/pages/TrainingTools/Survey/index.jsx
View file @
8af1899f
...
...
@@ -25,8 +25,6 @@ import {
import
Breadcrumb
from
"@/common/Breadcrumb"
;
const
TabPane
=
Tabs
.
TabPane
;
import
styles
from
"./style/index.less"
;
import
ExportBtn
from
"@/common/LinkUsers/exportUsers"
;
import
ImportUsers
from
"@/common/LinkUsers/importUsers"
;
var
companyCode
=
location
.
pathname
.
split
(
"/"
)[
1
];
var
siteCode
=
location
.
pathname
.
split
(
"/"
)[
2
];
...
...
@@ -355,19 +353,6 @@ class Survey extends Component {
{
action2
}
</
a
>
</
Popconfirm
>
{
record
.
visibleRange
===
2
?
(
<
span
>
<
ImportUsers
urlParameter=
"research"
scopeId=
{
record
&&
record
.
id
}
/>
<
ExportBtn
urlParameter=
"research"
scopeId=
{
record
&&
record
.
id
}
/>
</
span
>
)
:
null
}
{
key
==
2
?
(
<
div
>
<
Popconfirm
...
...
@@ -396,13 +381,13 @@ class Survey extends Component {
>
投票明细导出
</
div
>
<
div
{
/*
<div
className={styles.survey_list_btn}
style={{ cursor: "pointer", color: "#1890FF" }}
onClick={() => this.detil(record.id, 2)}
>
投票分析导出
</
div
>
</div>
*/
}
</
div
>
)
:
null
}
</
div
>
...
...
src/pages/TrainingTools/exam/exam/index.jsx
View file @
8af1899f
...
...
@@ -2,35 +2,17 @@ import React, { Component } from "react";
import
{
Button
,
Table
,
Icon
,
Select
,
Input
,
Modal
,
Form
,
Tabs
,
Upload
,
Radio
,
DatePicker
,
Divider
,
message
,
Transfer
,
Tag
,
Tooltip
,
Spin
,
}
from
"antd"
;
import
Breadcrumb
from
"@/common/Breadcrumb"
;
// import CreateExam from './createExam/index.jsx';
// import LookExam from './lookExam/index.jsx';
import
ExportBtn
from
"@/common/LinkUsers/exportUsers"
;
import
ImportUsers
from
"@/common/LinkUsers/importUsers"
;
import
func
from
"@/util/commonFunc.js"
;
import
"./style/exam.less"
;
const
Option
=
Select
.
Option
;
const
TabPane
=
Tabs
.
TabPane
;
const
FormItem
=
Form
.
Item
;
const
{
TextArea
}
=
Input
;
const
RadioGroup
=
Radio
.
Group
;
const
dic
=
{
draftExam
:
"1"
,
upExam
:
"2"
,
...
...
@@ -44,8 +26,6 @@ import {
upExam
,
downExam
,
deleteExams
,
examBasicInfo
,
saveExamStrategy
,
copyExam
,
}
from
"./redux/actions"
;
...
...
@@ -177,12 +157,6 @@ class Exam extends Component {
复制
</
a
>
{
text
.
visibleRange
===
2
?
<
Divider
type=
"vertical"
/>
:
null
}
{
text
.
visibleRange
===
2
?
(
<
span
>
<
ImportUsers
urlParameter=
"exam"
scopeId=
{
text
.
id
}
/>
<
ExportBtn
urlParameter=
"exam"
scopeId=
{
text
.
id
}
/>
</
span
>
)
:
null
}
</
div
>
),
},
...
...
@@ -276,12 +250,6 @@ class Exam extends Component {
删除
</
a
>
{
text
.
visibleRange
===
2
?
<
Divider
type=
"vertical"
/>
:
null
}
{
text
.
visibleRange
===
2
?
(
<
span
>
<
ImportUsers
urlParameter=
"exam"
scopeId=
{
text
.
id
}
/>
<
ExportBtn
urlParameter=
"exam"
scopeId=
{
text
.
id
}
/>
</
span
>
)
:
null
}
</
div
>
),
},
...
...
@@ -361,20 +329,13 @@ class Exam extends Component {
上架
</
a
>
<
a
style=
{
{
marginRight
:
16
}
}
style=
{
{
marginRight
:
16
,
marginLeft
:
10
}
}
href=
"javascript:void(0)"
onClick=
{
()
=>
this
.
deleteExam
(
text
.
id
)
}
style=
{
{
marginLeft
:
10
}
}
>
删除
</
a
>
{
text
.
visibleRange
===
2
?
<
Divider
type=
"vertical"
/>
:
null
}
{
text
.
visibleRange
===
2
?
(
<
span
>
<
ImportUsers
urlParameter=
"exam"
scopeId=
{
text
.
id
}
/>
<
ExportBtn
urlParameter=
"exam"
scopeId=
{
text
.
id
}
/>
</
span
>
)
:
null
}
</
div
>
),
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment