|
|
|
|
@ -378,9 +378,9 @@ var timeType = {
|
|
|
|
|
24: '第24节(23:00-23:50)'
|
|
|
|
|
};
|
|
|
|
|
var statusType = {
|
|
|
|
|
'pending': '待审核',
|
|
|
|
|
'queue': '排队中',
|
|
|
|
|
'progress': '进行中',
|
|
|
|
|
'reviewing': '待审核',
|
|
|
|
|
'waiting': '排队中',
|
|
|
|
|
'running': '进行中',
|
|
|
|
|
'completed': '已完成',
|
|
|
|
|
'rejected': '已驳回',
|
|
|
|
|
'canceled': '已取消'
|
|
|
|
|
@ -571,7 +571,7 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
maxWidth: 150,
|
|
|
|
|
render: function render(text, record) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [(record === null || record === void 0 ? void 0 : record.status) == 'queue' && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [(record === null || record === void 0 ? void 0 : record.status) == 'waiting' && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
@ -666,7 +666,7 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
},
|
|
|
|
|
children: "\u53D6\u6D88\u9884\u7EA6"
|
|
|
|
|
})]
|
|
|
|
|
}), (record === null || record === void 0 ? void 0 : record.status) == 'pending' && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
}), (record === null || record === void 0 ? void 0 : record.status) == 'reviewing' && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
@ -697,7 +697,7 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
},
|
|
|
|
|
children: "\u9A73\u56DE"
|
|
|
|
|
})]
|
|
|
|
|
}), (record === null || record === void 0 ? void 0 : record.status) != 'queue' && (record === null || record === void 0 ? void 0 : record.status) != 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
}), (record === null || record === void 0 ? void 0 : record.status) != 'waiting' && (record === null || record === void 0 ? void 0 : record.status) != 'reviewing' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
@ -886,13 +886,13 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
value: '',
|
|
|
|
|
children: "\u5168\u90E8"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
|
|
|
|
|
value: 'pending',
|
|
|
|
|
value: 'reviewing',
|
|
|
|
|
children: "\u5F85\u5BA1\u6838"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
|
|
|
|
|
value: 'queue',
|
|
|
|
|
value: 'waiting',
|
|
|
|
|
children: "\u6392\u961F\u4E2D"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
|
|
|
|
|
value: 'progress',
|
|
|
|
|
value: 'running',
|
|
|
|
|
children: "\u8FDB\u884C\u4E2D"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
|
|
|
|
|
value: 'completed',
|