张涛 1 year ago
parent
commit
1317ab8799
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      src/pages/issue/components/Issue/index.jsx

+ 6
- 5
src/pages/issue/components/Issue/index.jsx View File

213
         />
213
         />
214
         <Cell title="问题描述" border={false} />
214
         <Cell title="问题描述" border={false} />
215
 
215
 
216
-        <Textarea 
216
+        <Textarea
217
           // type="textarea"
217
           // type="textarea"
218
           placeholder="请输入问题描述"
218
           placeholder="请输入问题描述"
219
-          disabled={readOnly}
219
+          readonly={readOnly}
220
           autosize={{ minHeight: "120px" }}
220
           autosize={{ minHeight: "120px" }}
221
-          value={formData.content}
222
-          onInput={(e) => setFieldChange("content", e.detail.value)}
223
-        />
221
+          style={{ marginLeft: "20px" }}
222
+          // value={formData.content}
223
+          // onChange={(e) => setFieldChange("content", e.detail)}
224
+        ></Textarea>
224
       </CellGroup>
225
       </CellGroup>
225
 
226
 
226
       <CellGroup style={{ marginTop: "20px" }}>
227
       <CellGroup style={{ marginTop: "20px" }}>