|
@@ -4,7 +4,7 @@
|
|
|
* @Autor: XuTongZhang
|
|
|
* @Date: 2020-07-30 09:53:19
|
|
|
* @LastEditors : yuanrunwei
|
|
|
- * @LastEditTime : 2021-03-05 11:48:21
|
|
|
+ * @LastEditTime : 2021-04-09 18:25:57
|
|
|
-->
|
|
|
<template>
|
|
|
<div class="indexPage">
|
|
@@ -89,7 +89,7 @@
|
|
|
</el-form>
|
|
|
</el-dialog>
|
|
|
<el-dialog :visible.sync="visible" width="600px" :before-close="closeVisible" :close-on-click-modal="false">
|
|
|
- <el-form label-width="140px" label-position="right">
|
|
|
+ <el-form label-width="140px" label-position="left">
|
|
|
<el-form-item v-for="item in formConfig" :key="item" :label="item.configName">
|
|
|
<!-- {{item.type === 2 ? ['女', '男'][info[item.fieldName]] : item.type === 8 ? ['女', '男'][info[item.fieldName]] : info[item.fieldName]}} -->
|
|
|
<div v-if="item.type === 2">{{['女', '男'][info[item.fieldName]]}}</div>
|