# 修改表单字段

接下来，我们按照需求来修改表单内容。 在基本信息表格中，删除多余的行。选中要删除的行的一个单元个，在操作条上点击“删除”按钮。如下图

![](/files/-LmTsY9qhct51lC-jZsG)

保留 “选择字段”和“简要说明”行，修改字段标题，将“选择字段”改为：“报销类型”；将“简要说明”改为“报销说明”。如下图：

![](/files/-LmTsd_9mEHXooG6WhNz)

![](/files/-LmTsfkeQnCYrix2lLgI)

然后修改报销明细。 将下面的“订单信息”改为“报销明细”，然后修改明细表（设计元素为：数据网格）， 将数据网格的标识修改为“expenseList“。

![](/files/-LmTsp0acMMG_666JW1v)

![](/files/-LmTss0Ksrc6enWwgT-i)

![](/files/-LmTsxJ9rzl_xXncLwWZ)

然后删除数据网格第二行（数据网格内容行）中的所有字段。选中字段，在操作条上点击“删除”按钮，可将其删除。如下图：

![](/files/-LmTt6O7dQ5L763eI8e6)

再在内容单元格中创建相应的字段。从工具区将需要的元素拖动至合适的位置，可创建一个设计元素。

![](/files/-LmTtCpbPdP_q2fBP7dD)

在第二列内容单元格中创建一个日期选择字段，命名为“expenseDate”； 在第三列内容单元格中创建一个 下拉框字段，命名为“expenseType”； 在第四列内容单元格中创建一个 文本字段，命名为“expenseExplain”； 在第五列内容单元格中创建一个 数字字段，命名为“expenseAmount”； 在第六列内容单元格中创建一个文本字段，命名为“expenseRemark”； 将“expenseDate”字段的选择类型改为“仅日期”； 设置“expenseType”字段的可选值：交通费、办公用品、办事处费用、培训费、通信费…… 配置完成后如下图:

![](/files/-LmTtK8_Rp0SijqU1KEy)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-biao-dan-1/xiu-gai-biao-dan-zi-duan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
