Auto Submit

pull/1/head
autosubmit 2 years ago
parent 1ffea0dfaa
commit 6739eb61ec

@ -2513,7 +2513,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "c-grey-333",
className: "c-light-black",
children: [" ", dayjs_min_default()(item === null || item === void 0 || (_item$appeal_info2 = item.appeal_info) === null || _item$appeal_info2 === void 0 ? void 0 : _item$appeal_info2.time).format('YYYY-MM-DD HH:mm:ss')]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
@ -2524,7 +2524,8 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
children: (_item$appeal_info3 = item.appeal_info) === null || _item$appeal_info3 === void 0 ? void 0 : _item$appeal_info3.content
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, {
style: {
flexShrink: 0
flexShrink: 0,
marginLeft: 'auto'
},
children: [(item === null || item === void 0 ? void 0 : item.appeal_status) === 1 && (0,authority/* isAdmin */.GJ)() && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
onClick: function onClick() {

@ -240,6 +240,7 @@
font-size: 12px;
min-width: auto;
vertical-align: middle;
margin-top: -2px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -49957,7 +49957,7 @@ __webpack_require__.d(__webpack_exports__, {
;// CONCATENATED MODULE: ./src/utils/env/dev.ts
var DEV = {
// PROXY_SERVER: 'https://data.educoder.net',
PROXY_SERVER: 'https://test-data.educoder.net',
PROXY_SERVER: 'https://data.educoder.net',
API_SERVER: '',
REPORT_SERVER: 'http://192.168.1.57:3001',
IMG_SERVER: 'https://new-testali-cdn.educoder.net',

Loading…
Cancel
Save