Browse Source

fix(): 12-27处理测试提交的bug等

master
陈宇航 1 year ago
parent
commit
398956b028
  1. 4
      src/pages/OperationCenter/OperationSales/InformationMgm/loadable.jsx
  2. 6
      src/pages/SystemMgm/SystemLog/loadable.jsx

4
src/pages/OperationCenter/OperationSales/InformationMgm/loadable.jsx

@ -1673,7 +1673,7 @@ function InformationMgm() {
</div>
</div>
</div>
{/* {rowData?.isReprint != 1 ? (
{rowData?.isReprint != 1 ? (
<div className="extra-group">
<div className="row-box">
<div className="r-txt">上传资源</div>
@ -1688,7 +1688,7 @@ function InformationMgm() {
</div>
</div>
</div>
) : null} */}
) : null}
</div>
</div>
{/* 设置 */}

6
src/pages/SystemMgm/SystemLog/loadable.jsx

@ -287,7 +287,7 @@ const SystemLog = () => {
expandTrigger="hover"
changeOnSelect
allowClear
placeholder="请选择"
placeholder="请选择功能模块"
fieldNames={{
label: "name",
value: "id",
@ -309,7 +309,7 @@ const SystemLog = () => {
<label>操作类型</label>
<Select
className="form-con"
placeholder="请选择"
placeholder="请选择操作类型"
options={operationTypeData || []}
allowClear
value={formData?.operation_type || null}
@ -320,7 +320,7 @@ const SystemLog = () => {
<label>操作人</label>
<Input
className="form-con"
placeholder="请输入活动名称"
placeholder="请输入操作人"
value={formData?.user_name}
// maxLength={20}
// showCount

Loading…
Cancel
Save