| | |
| | | </el-table-column> |
| | | <el-table-column label="级别" prop="unittype" align="center" width="150" sortable="custom"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.unittype == 1? '省级':(scope.row.unittype == 2 ? '市、州级' : '区、县级') }}</span> |
| | | <span>{{ scope.row.unittype == 1? '省级':(scope.row.unittype == 2 ? '地(州、市)级' : '区、县级') }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="办公电话" prop="phone" align="center" sortable="custom"> |
| | |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="管辖市州:" v-if="dataForm.unittype == 2 || dataForm.unittype == 3" prop="city"> |
| | | <el-form-item label="管辖地(州、市):" v-if="dataForm.unittype == 2 || dataForm.unittype == 3" prop="city"> |
| | | <el-select v-model="dataForm.city" placeholder="请选择城市" @change="resetArea"> |
| | | <el-option |
| | | v-for="item in cityList" |
| | |
| | | value: 1 |
| | | }, |
| | | { |
| | | name: '市、州级', |
| | | name: '地(州、市)级', |
| | | value: 2 |
| | | }, |
| | | { |