Commit d8e389cd by liuzz

添加区县字段

parent e97a552a
......@@ -475,7 +475,7 @@
</el-dialog>
<!-- 机构字典 -->
<el-dialog :visible.sync="orgDictDialog.show" append-to-body close-on-click-modal title="设置机构字典"
width="80%"
width="90%"
>
<el-form inline size="small">
<el-form-item>
......@@ -504,6 +504,7 @@
<el-table-column align="center" label="机构类型" prop="ORG_TYPE" show-overflow-tooltip/>
<el-table-column align="center" label="机构名称" prop="ORG_NAME" show-overflow-tooltip/>
<el-table-column align="center" label="机构地址" prop="MAILING_ADDRESS" show-overflow-tooltip/>
<el-table-column align="center" label="所属区县" prop="DWSSQX" show-overflow-tooltip/>
<el-table-column align="center" label="行政区划代码" prop="AREA_NUMBER_CODE" show-overflow-tooltip/>
<el-table-column v-if="false" align="center" label="所属市" prop="CITY" show-overflow-tooltip/>
<el-table-column :formatter="AREAFormatter" align="center" label="对应区名称" prop="AREA"
......
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