|
|
@@ -86,15 +86,15 @@
|
|
|
>
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
- <template>
|
|
|
+ <!-- <template>
|
|
|
<el-form-item prop="org_id" class="Noafter">
|
|
|
<span slot="label" class="lable">
|
|
|
- <img src="../../assets/login/singin4.png" alt="" />
|
|
|
- <!-- 机构 -->
|
|
|
- <span>{{ $t("Key31") }}</span>
|
|
|
- </span>
|
|
|
- <!--已审核通过的机构-->
|
|
|
- <ul
|
|
|
+ <img src="../../assets/login/singin4.png" alt="" /> -->
|
|
|
+ <!-- 机构 -->
|
|
|
+ <!-- <span>{{ $t("Key31") }}</span>
|
|
|
+ </span> -->
|
|
|
+ <!--已审核通过的机构-->
|
|
|
+ <!-- <ul
|
|
|
v-loading="myOrgloading"
|
|
|
class="approved_org_list"
|
|
|
v-if="myOrgList.length > 0"
|
|
|
@@ -104,24 +104,24 @@
|
|
|
placeholder="Please enter"
|
|
|
v-model="item.org_name"
|
|
|
:disabled="true"
|
|
|
- ></el-input>
|
|
|
- <!-- 审核中 -->
|
|
|
- <span class="auditing" v-if="item.is_audited == 'false'">{{
|
|
|
+ ></el-input> -->
|
|
|
+ <!-- 审核中 -->
|
|
|
+ <!-- <span class="auditing" v-if="item.is_audited == 'false'">{{
|
|
|
$t("Key81")
|
|
|
- }}</span>
|
|
|
- <!-- -->
|
|
|
- <template v-if="!isModOrg">
|
|
|
+ }}</span> -->
|
|
|
+ <!-- -->
|
|
|
+ <!-- <template v-if="!isModOrg">
|
|
|
<el-popover
|
|
|
placement="top"
|
|
|
width="160"
|
|
|
class="delOrgBox"
|
|
|
v-model="item.isPop"
|
|
|
- >
|
|
|
- <!-- <p>确定退出本机构吗?</p> -->
|
|
|
- <p>{{ $t("Key480") }}</p>
|
|
|
- <div style="text-align: right; margin: 0">
|
|
|
- <!-- 取消 -->
|
|
|
- <el-button size="mini" type="text" @click="close(item)">{{
|
|
|
+ > -->
|
|
|
+ <!-- <p>确定退出本机构吗?</p> -->
|
|
|
+ <!-- <p>{{ $t("Key480") }}</p>
|
|
|
+ <div style="text-align: right; margin: 0"> -->
|
|
|
+ <!-- 取消 -->
|
|
|
+ <!-- <el-button size="mini" type="text" @click="close(item)">{{
|
|
|
$t("Key83")
|
|
|
}}</el-button>
|
|
|
<el-button
|
|
|
@@ -139,8 +139,8 @@
|
|
|
</el-popover>
|
|
|
</template>
|
|
|
</li>
|
|
|
- </ul>
|
|
|
- <template v-if="!isModOrg">
|
|
|
+ </ul> -->
|
|
|
+ <!-- <template v-if="!isModOrg">
|
|
|
<el-select
|
|
|
class="selectOrg"
|
|
|
v-model="selectedOrgList"
|
|
|
@@ -161,9 +161,9 @@
|
|
|
:label="item.name"
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
- </template>
|
|
|
- <!-- 修改机构 -->
|
|
|
- <el-button v-if="isModOrg" class="btn" @click="modifyOrg">{{
|
|
|
+ </template> -->
|
|
|
+ <!-- 修改机构 -->
|
|
|
+ <!-- <el-button v-if="isModOrg" class="btn" @click="modifyOrg">{{
|
|
|
$t("Key80")
|
|
|
}}</el-button>
|
|
|
<div v-else>
|
|
|
@@ -172,9 +172,9 @@
|
|
|
@click="cancleJoinOrg"
|
|
|
style="margin-right: 16px"
|
|
|
>{{ $t("Key83") }}</el-button
|
|
|
- >
|
|
|
- <!-- 完成 -->
|
|
|
- <el-button
|
|
|
+ > -->
|
|
|
+ <!-- 完成 -->
|
|
|
+ <!-- <el-button
|
|
|
type="warning"
|
|
|
class="btn"
|
|
|
@click="joinOrg"
|
|
|
@@ -183,7 +183,7 @@
|
|
|
>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<el-divider></el-divider>
|
|
|
<!-- 注册信息 -->
|
|
|
<div class="title2">{{ $t("Key84") }}</div>
|
|
|
@@ -618,4 +618,4 @@ export default {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|