From 9efc0344f6af8da000c976dc738326de847b61eb Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Mon, 8 Jul 2019 17:44:53 +0800 Subject: [PATCH 01/15] max-width: 86%; --- public/react/src/modules/page/layers/ImageLayerOfCommentHOC.js | 2 +- public/react/src/modules/page/layers/TaskResultLayer.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/page/layers/ImageLayerOfCommentHOC.js b/public/react/src/modules/page/layers/ImageLayerOfCommentHOC.js index 61342de37..50072c627 100644 --- a/public/react/src/modules/page/layers/ImageLayerOfCommentHOC.js +++ b/public/react/src/modules/page/layers/ImageLayerOfCommentHOC.js @@ -18,7 +18,7 @@ export function ImageLayerOfCommentHOC(options = {}) { const imageSrc = event.target.src || event.target.getAttribute('src') || event.target.getAttribute('href') // 判断imageSrc是否是图片 const fileName = event.target.innerHTML.trim() - if (isImageExtension(imageSrc.trim()) || isImageExtension(fileName)) { + if (isImageExtension(imageSrc.trim()) || isImageExtension(fileName) || event.target.tagName == 'IMG') { // 非回复里的头像图片; 非emoticons if (imageSrc.indexOf('/images/avatars/User') === -1 && imageSrc.indexOf('kindeditor/plugins/emoticons') === -1 ) { diff --git a/public/react/src/modules/page/layers/TaskResultLayer.css b/public/react/src/modules/page/layers/TaskResultLayer.css index a684abdf4..0dd118470 100644 --- a/public/react/src/modules/page/layers/TaskResultLayer.css +++ b/public/react/src/modules/page/layers/TaskResultLayer.css @@ -41,9 +41,10 @@ align-items: center; display: -webkit-flex; height: 100%; + text-align: center; } .passImg{ - max-width: 100%; + max-width: 86%; max-height: 100%; } /* ImageLayer ----------------- End */ From 18a37dda3ad1ab61d8d9585b40ed0e81b908f2cf Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 9 Jul 2019 09:15:22 +0800 Subject: [PATCH 02/15] lock --- public/react/src/modules/page/main/CodeEvaluateView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/page/main/CodeEvaluateView.js b/public/react/src/modules/page/main/CodeEvaluateView.js index 6c9ae2c6d..eba71d4fa 100644 --- a/public/react/src/modules/page/main/CodeEvaluateView.js +++ b/public/react/src/modules/page/main/CodeEvaluateView.js @@ -159,7 +159,7 @@ class CodeEvaluateView extends Component { let headIconClass = ''; let _headLockIconClass = ''; - if (item.is_public === 0) { + if (item.is_public == 0) { if (game.test_sets_view === true || power === 1){ _headLockIconClass = 'fas fa-unlock-alt' } else { From 41c65dc8652db9c01ed79b800707811d3a2e8c7d Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 9 Jul 2019 09:38:23 +0800 Subject: [PATCH 03/15] css --- public/react/src/modules/page/main/LeftView.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/react/src/modules/page/main/LeftView.js b/public/react/src/modules/page/main/LeftView.js index b2469ec44..ec3d4665b 100644 --- a/public/react/src/modules/page/main/LeftView.js +++ b/public/react/src/modules/page/main/LeftView.js @@ -283,6 +283,9 @@ class LeftView extends Component { color: #CDCDCD; flex: 0 0 45px; } + .markdown-body ol, .markdown-body ul { + padding-left: 2.5em; + } `}
From 10ac320117a58c79a9fdfdab80bbfdbb1eb32e59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Tue, 9 Jul 2019 11:01:28 +0800
Subject: [PATCH 05/15] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/package.json | 3 ---
public/react/src/modules/courses/Resource/Fileslistitem.js | 1 -
.../src/modules/courses/shixunHomework/ShixunStudentWork.js | 1 -
.../src/modules/courses/shixunHomework/ShixunWorkReport.js | 1 -
.../src/modules/courses/shixunHomework/Trainingjobsetting.js | 1 -
.../modules/courses/shixunHomework/Workquestionandanswer.js | 1 -
6 files changed, 8 deletions(-)
diff --git a/public/react/package.json b/public/react/package.json
index d2b6a23ea..e0989f47c 100644
--- a/public/react/package.json
+++ b/public/react/package.json
@@ -42,8 +42,6 @@
"immutability-helper": "^2.6.6",
"install": "^0.12.2",
"jest": "20.0.4",
- "js-base64": "^2.5.1",
- "js-file-download": "^0.4.7",
"lodash": "^4.17.5",
"loglevel": "^1.6.1",
"material-ui": "^1.0.0-beta.40",
@@ -165,7 +163,6 @@
"babel-plugin-import": "^1.11.0",
"concat": "^1.0.3",
"happypack": "^5.0.1",
- "videojs-for-react": "^0.0.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-parallel-uglify-plugin": "^1.1.0"
}
diff --git a/public/react/src/modules/courses/Resource/Fileslistitem.js b/public/react/src/modules/courses/Resource/Fileslistitem.js
index 8a8ff674c..c3998700f 100644
--- a/public/react/src/modules/courses/Resource/Fileslistitem.js
+++ b/public/react/src/modules/courses/Resource/Fileslistitem.js
@@ -6,7 +6,6 @@ import {getImageUrl} from 'educoder';
import axios from 'axios'
import {getUrl} from 'educoder';
import moment from 'moment'
-import { Base64 } from 'js-base64';
import CoursesListType from '../coursesPublic/CoursesListType';
import Showoldfiles from "../coursesPublic/Showoldfiles";
import Modals from '../../modals/Modals';
diff --git a/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js b/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js
index 90bc23d99..879f90cc7 100644
--- a/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js
+++ b/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js
@@ -33,7 +33,6 @@ import '../css/Courses.css'
import './style.css'
import moment from 'moment';
import 'moment/locale/zh-cn';
-import {Base64} from 'js-base64';
const Search = Input.Search;
const CheckboxGroup = Checkbox.Group;
diff --git a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js
index fc34e0667..9a331cdef 100644
--- a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js
+++ b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js
@@ -20,7 +20,6 @@ import '../css/Courses.css';
import './style.css';
import moment from 'moment';
import 'moment/locale/zh-cn';
-import {Base64} from 'js-base64';
class ShixunWorkReport extends Component {
diff --git a/public/react/src/modules/courses/shixunHomework/Trainingjobsetting.js b/public/react/src/modules/courses/shixunHomework/Trainingjobsetting.js
index 51b491861..06c4dfba2 100644
--- a/public/react/src/modules/courses/shixunHomework/Trainingjobsetting.js
+++ b/public/react/src/modules/courses/shixunHomework/Trainingjobsetting.js
@@ -4,7 +4,6 @@ import HomeworkModal from "../coursesPublic/HomeworkModal";
import {WordsBtn, ActionBtn, handleDateString} from 'educoder';
import PollDetailTabForthRules from '../poll/PollDetailTabForthRules';
import ShixunWorkModal from './Shixunworkdetails/ShixunWorkModal';
-import {Base64} from 'js-base64';
import {
Button,
Checkbox,
diff --git a/public/react/src/modules/courses/shixunHomework/Workquestionandanswer.js b/public/react/src/modules/courses/shixunHomework/Workquestionandanswer.js
index 5cb496847..9616eae58 100644
--- a/public/react/src/modules/courses/shixunHomework/Workquestionandanswer.js
+++ b/public/react/src/modules/courses/shixunHomework/Workquestionandanswer.js
@@ -23,7 +23,6 @@ import {
import {Link, Switch, Route, Redirect} from 'react-router-dom';
import moment from 'moment';
import 'moment/locale/zh-cn';
-import {Base64} from 'js-base64';
import axios from 'axios';
import '../css/members.css'
import "../common/formCommon.css"
From b7e2556aaea15193dfc9259d3fa73ed236df7660 Mon Sep 17 00:00:00 2001
From: hjm <63528605@qq.com>
Date: Tue, 9 Jul 2019 14:00:37 +0800
Subject: [PATCH 06/15] =?UTF-8?q?=E5=B7=B2=E5=AE=A1=E6=89=B9=E5=BE=85?=
=?UTF-8?q?=E5=AE=A1=E6=89=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/courses/members/teacherList.js | 118 +++++++++++++++---
1 file changed, 98 insertions(+), 20 deletions(-)
diff --git a/public/react/src/modules/courses/members/teacherList.js b/public/react/src/modules/courses/members/teacherList.js
index 2c5108f8d..18915f20c 100644
--- a/public/react/src/modules/courses/members/teacherList.js
+++ b/public/react/src/modules/courses/members/teacherList.js
@@ -1,5 +1,5 @@
import React,{ Component } from "react";
-import { Input,Checkbox,Table, Divider, Tooltip,Spin } from "antd";
+import { Input,Checkbox,Table, Divider, Tooltip,Spin, Menu } from "antd";
import CourseLayoutcomponent from '../common/CourseLayoutComponent'
@@ -27,11 +27,14 @@ const ROLE_ADMIN = "管理员"
const ROLE_TEACHER = "教师"
const ROLE_TEACHER_ASSISTANT = "助教"
const pageSize = 20;
+
function buildColumns(that) {
+ let sortedInfo = that.state.sortedInfo || {}
const isAdmin = that.props.isAdmin()
const isAdminOrCreator = that.props.isAdminOrCreator();
const isAdminOrTeacher = that.props.isAdminOrTeacher()
- const { course_groups } = that.state
+ const { course_groups, filterKey } = that.state
+ const showSorter = filterKey == '1'
const columns = [{
title: '序号',
dataIndex: 'name',
@@ -55,6 +58,8 @@ function buildColumns(that) {
dataIndex: 'name',
width: 120,
key: 'name',
+ sorter: showSorter,
+ sortOrder: sortedInfo.columnKey === 'name' && sortedInfo.order,
render: (name, record) => {
return 4 ? name : ''}`}>{name}
@@ -63,6 +68,11 @@ function buildColumns(that) {
title: '角色',
dataIndex: 'role',
key: 'role',
+ sorter: showSorter,
+ // 'ascend' | 'descend'
+ defaultSortOrder: 'ascend',
+ sortOrder: sortedInfo.columnKey === 'role' && sortedInfo.order,
+
}]
that.state.course_groups && that.state.course_groups.length && columns.push({
title:
{items.answer_text}*/}
+ + + {itemo.question.answers === undefined ? "" : itemo.question.answers.map((itemt, indext) => { + return ( +
其它
-
- {polls_status === undefined || polls_status === 1 ?
- this.deleteentrys(arrid, indext, true)}>
+
+ {this.state.polls_status === undefined || this.state.polls_status === 1 ?
+ this.Deleteentrys(arrid, indext, true)}>
选项
-
- {polls_status === undefined || polls_status === 1 ?
- this.deleteentrys(arrid, indext, false)}>
+ 其它 -
+ 选项
+
+ {this.state.polls_status === undefined || this.state.polls_status === 1 ?
+ this.Deleteentrys(arrid, indext, false)}>
+ 其它
+
+
+ {this.state.polls_status === undefined || this.state.polls_status === 1 ?
+ this.Deleteentrys(arrid, indext, true)}>
+ 选项
+
+
+ {this.state.polls_status === undefined || this.state.polls_status === 1 ?
+ this.Deleteentrys(arrid, indext, false)}>
- 其它
-
-
- {this.state.polls_status === undefined || this.state.polls_status === 1 ?
- this.Deleteentrys(arrid, indext, true)}>
- 选项
-
-
- {this.state.polls_status === undefined || this.state.polls_status === 1 ?
- this.Deleteentrys(arrid, indext, false)}>
+ {setSearch(e.target.value)}} allowClear/> +
): + '' + } + +- {that.setState({groupSearchValue: e.target.value})}} allowClear/> -
): - '' - } - {course_groups && course_groups.length > 1 &&- - - - - {item.name} - - - {item.response===undefined?"":bytesToSize(item.size)} - - this.onAttachmentRemove(item.response===undefined?"":item.response.id&&item.response.id)}> -
- ) - })} + {/**/} + {/*{this.state.fileList.length===0?"":this.state.fileList.map((item,key)=>{*/} + {/*return(*/} + {/**/} + {/**/} + {/**/} + {/**/} + {/**/} + {/*{item.name}*/} + {/**/} + {/**/} + {/*{item.response===undefined?"":bytesToSize(item.size)}*/} + {/**/} + {/*this.onAttachmentRemove(item.response===undefined?"":item.response.id&&item.response.id)}>*/} + {/*
*/} + {/*)*/} + {/*})}*/}{ChallengesDataList === undefined ? "" :ChallengesDataList&&ChallengesDataList.description===null?"": -
+ } From ea9a4f329477867d3dc6f7845fa4656c1d1a0055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 9 Jul 2019 23:25:20 +0800 Subject: [PATCH 14/15] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../react/src/modules/courses/poll/PollNew.js | 984 ++++++++++-------- .../courses/shixunHomework/Listofworks.js | 14 - 2 files changed, 530 insertions(+), 468 deletions(-) diff --git a/public/react/src/modules/courses/poll/PollNew.js b/public/react/src/modules/courses/poll/PollNew.js index a3513db40..de0a5bbeb 100644 --- a/public/react/src/modules/courses/poll/PollNew.js +++ b/public/react/src/modules/courses/poll/PollNew.js @@ -63,6 +63,8 @@ class PollNew extends Component { problemtopicbool: false, newoption: false, cancellation: false, + bindingid:undefined, + Newdisplay:false, } // console.log("试卷新建和编辑"); // console.log(JSON.stringify(props)); @@ -311,7 +313,9 @@ class PollNew extends Component { newoption: false }) } - + this.setState({ + Newdisplay:true, + }) var Insertposition = this.state.poll_questions.length; // console.log(JSON.stringify(this.state.poll_questions)); for (var i = 0; i < this.state.poll_questions.length; i++) { @@ -332,7 +336,9 @@ class PollNew extends Component { newoption: false }) } - + this.setState({ + Newdisplay:true, + }) var Insertposition = this.state.poll_questions.length; // console.log(JSON.stringify(this.state.poll_questions)); for (var i = 0; i < this.state.poll_questions.length; i++) { @@ -349,7 +355,9 @@ class PollNew extends Component { //添加主观题目 addmymainsint = () => { - + this.setState({ + Newdisplay:true, + }) var Insertposition = this.state.poll_questions.length; // console.log(JSON.stringify(this.state.poll_questions)); for (var i = 0; i < this.state.poll_questions.length; i++) { @@ -375,8 +383,9 @@ class PollNew extends Component { var anserbool = false; this.setState({ q_countst: 1, + bindingid:object.question.id }) - window.scrollTo(0, this.refs.targetElement.offsetTop) + // window.scrollTo(0, this.refs.targetElement.offsetTops) let {adddom} = this.state; // var arr =new Object(objects); // console.log(arr) @@ -522,7 +531,8 @@ class PollNew extends Component { // console.log(pollid) // console.log(Insertposition) // console.log(Whether) - // console.log(id) + console.log("addMytopic"); + console.log(id); if (this.state.q_countst > 0) { this.props.showNotification(`不能同时编辑两题`); @@ -537,7 +547,7 @@ class PollNew extends Component { Insertposition: Insertposition, q_countst: 1, }) - window.scrollTo(0, this.refs.targetElement.offsetTop) + // window.scrollTo(0, this.refs.targetElement.offsetTop) var arrr = this.state.adddom; let newarrr = [...arrr]; @@ -551,12 +561,13 @@ class PollNew extends Component { var question = {} var questiontwo = { // "id": this.state.poll_questions[arr.length - 1].question.id + 1 + arrr.length, - "id": this.state.poll_questions[newarr.length - 1].question.id + 1, + "id": Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id, "is_necessary": 1, "question_number": 1, "question_title": "", "question_type": 1, "new": "new", + "newid":Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id + 1, "answers": [ {"answer_id": 1, "answer_position": 1, "answer_text": ""}, {"answer_id": 2, "answer_position": 2, "answer_text": ""}, @@ -578,7 +589,7 @@ class PollNew extends Component { //插入多选题 var question = {} var questiontwo = { - "id": this.state.poll_questions[newarr.length - 1].question.id + 1, + "id": Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id, "is_necessary": 1, "question_number": 2, "question_title": "", @@ -586,6 +597,7 @@ class PollNew extends Component { "max_choices": 0, "min_choices": 0, "new": "new", + "newid":Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id + 1, "answers": [ {"answer_id": 1, "answer_position": 1, "answer_text": ""}, {"answer_id": 2, "answer_position": 2, "answer_text": ""}, @@ -608,12 +620,13 @@ class PollNew extends Component { // console.log(this.state.poll_questions[newarr.length - 1].question.id); var question = {} var questiontwo = { - "id": this.state.poll_questions[newarr.length - 1].question.id + 1, + "id": Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id, "is_necessary": 1, "question_number": 3, "question_title": "", "question_type": 3, "new": "new", + "newid":Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id + 1, "answers": [] }; question = {"question": questiontwo}; @@ -629,20 +642,21 @@ class PollNew extends Component { /////上面视图全部删除后 要加载的 if (index === 1) { // 插入单选题 - var id; + var ids; try { - id = this.state.poll_questions[newarr.length - 1].question.id + 1 + ids = this.state.poll_questions[newarr.length - 1].question.id; } catch (e) { - id = 1; + ids= 1; } var questiontwo = { // "id": this.state.poll_questions[arr.length - 1].question.id + 1 + arrr.length, - "id": id, + "id": Whether=== true? id :ids, "is_necessary": 1, "question_number": 1, "question_title": "", "question_type": 1, "new": "new", + "newid":Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id + 1, "answers": [ {"answer_id": 1, "answer_position": 1, "answer_text": ""}, {"answer_id": 2, "answer_position": 2, "answer_text": ""}, @@ -662,14 +676,14 @@ class PollNew extends Component { } else if (index === 2) { //插入多选题 - var id; + var ids; try { - id = this.state.poll_questions[newarr.length - 1].question.id + 1 + ids = this.state.poll_questions[newarr.length - 1].question.id; } catch (e) { - id = 1; + ids = 1; } var questiontwo = { - "id": id, + "id": Whether=== true? id :ids, "is_necessary": 1, "question_number": 2, "question_title": "", @@ -677,6 +691,7 @@ class PollNew extends Component { "max_choices": 0, "min_choices": 0, "new": "new", + "newid":Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id + 1, "answers": [ {"answer_id": 1, "answer_position": 1, "answer_text": ""}, {"answer_id": 2, "answer_position": 2, "answer_text": ""}, @@ -696,19 +711,20 @@ class PollNew extends Component { } else if (index === 3) { //插入主观题 - var id; + var ids; try { - id = this.state.poll_questions[newarr.length - 1].question.id + 1 + ids= this.state.poll_questions[newarr.length - 1].question.id; } catch (e) { - id = 1; + ids = 1; } var questiontwo = { - "id": id, + "id":Whether=== true? id : ids, "is_necessary": 1, "question_number": 3, "question_title": "", "question_type": 3, "new": "new", + "newid":Whether=== true? id :this.state.poll_questions[newarr.length - 1].question.id + 1, "answers": [] }; question = {"question": questiontwo}; @@ -723,26 +739,51 @@ class PollNew extends Component { } //删除指定条目 - Deleteadddom = (indexo) => { + Deleteadddom = (indexo,bool) => { // console.log("deleteadddom 259") + var arr = this.state.adddom; let newarr = [...arr]; - newarr.splice(indexo, 1); - this.setState({ - adddom: newarr, - q_countst: 0, - problemtopic: null, - problemtopicbool: false, - }) + if(bool === true) { + this.setState({ + adddom: newarr, + q_countst: 0, + problemtopic: null, + problemtopicbool: false, + bindingid:undefined, + Newdisplay:false, + }) + + }else{ + this.setState({ + adddom: newarr, + q_countst: 0, + problemtopic: null, + problemtopicbool: false, + Newdisplay:false, + }) + } + } //保存并继续 //保存并继续,即提交本题的新建并继续创建一个相同的题(该新题处于编辑模式,题目和选项不要清空) - Deleteadddomtwo = (indexo, object) => { + Deleteadddomtwo = (indexo, object,bool) => { var thiss = this; - this.setState({ - q_countst: 1, - }) + if(bool === true){ + this.setState({ + q_countst: 1, + bindingid:undefined, + Newdisplay:false, + + }) + }else { + this.setState({ + q_countst: 1, + Newdisplay:false, + }) + } + var poll_questionslength = this.state.poll_questions.length; // console.log("deleteadddomtwo|||||||||||||||||||||||||||||||||||||||||\\"); // console.log(indexo); @@ -1229,7 +1270,15 @@ class PollNew extends Component { //保存,即完成新建并退出本题编辑 // indexo 第几个数组 //object 单个数组数据 - Deleteadddomthree = (indexo, object) => { + Deleteadddomthree = (indexo, object,bool) => { + if(bool === true) { + this.setState({ + bindingid:undefined, + }) + } + this.setState({ + Newdisplay:false, + }) // console.log("deleteadddom 349") var thiss = this; let arr = this.state.adddom; @@ -2485,7 +2534,7 @@ class PollNew extends Component { console.log(this.state.poll_questions); console.log(this.state.adddom); let resultDom; - resultDom =
第{index + 1}题:
this.addMytopic(item.question.question_type, this.state.pollid, index + 1, true, item.question.id)}>
- 其它
-
-
- {this.state.polls_status === undefined || this.state.polls_status === 1 ?
- this.Deleteentrys(arrid, indext, true)}>
- 选项
-
- {this.state.polls_status === undefined || this.state.polls_status === 1 ?
- this.Deleteentrys(arrid, indext, false)}>
其它
+ {itemo.question.answers === undefined ? "" : itemo.question.answers.map((itemt, indext) => { + return ( +
其它
-
- {this.state.polls_status === undefined || this.state.polls_status === 1 ?
- this.Deleteentrys(arrid, indext, true)}>
+
+ {this.state.polls_status === undefined || this.state.polls_status === 1 ?
+ this.Deleteentrys(arrid, indext, true)}>
选项
-
- {this.state.polls_status === undefined || this.state.polls_status === 1 ?
- this.Deleteentrys(arrid, indext, false)}>
+ 其它
+
+
+ {polls_status === undefined || polls_status === 1 ?
+ this.Deleteentrys(arrid, indext, true)}>
+ 选项
+
+
+ {polls_status === undefined || polls_status === 1 ?
+ this.Deleteentrys(arrid, indext, false)}>