Commit 5777b2bb authored by 姬鋆屾's avatar 姬鋆屾

feat:事项基本信息添加备注

parent b5a4c6f7
......@@ -149,6 +149,15 @@
></YUpload>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="备注" props="remark">
<a-textarea
v-model="baseform.remark"
:auto-size="{ minRows: 5, maxRows: 5 }"
placeholder="请输入备注"
/>
</a-form-model-item>
</a-col>
</a-row>
<!-- 窗口办理 -->
<div class="flex jcb aic">
......@@ -377,6 +386,7 @@ export default {
cousultingShow: "", // 咨询方式
superviseShow: "", // 监督投诉方式
tid: "", //办理流程图
remark: "", //备注
},
deptData: [], // 部门列表
rules: {
......
......@@ -283,6 +283,15 @@
></YUpload>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="备注" props="remark">
<a-textarea
v-model="baseform.remark"
:auto-size="{ minRows: 5, maxRows: 5 }"
placeholder="请输入备注"
/>
</a-form-model-item>
</a-col>
</a-row>
<!-- 窗口办理 -->
<div class="color_title mt">窗口办理</div>
......@@ -900,6 +909,7 @@ export default {
cousultingShow: "", // 咨询方式
superviseShow: "", // 监督投诉方式,
tid: "", //办理流程图
remark: "", //备注
},
// 基础信息校验
baseformRules: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment