mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
讲师管理bug
This commit is contained in:
@@ -29,7 +29,7 @@ export const USER_LIST_PAGE = "/admin/thirdApi/user/list";
|
|||||||
export const USER_LIST = "/admin/thirdApi/user/list";
|
export const USER_LIST = "/admin/thirdApi/user/list";
|
||||||
export const ORG_LIST = "/admin/thirdApi/org/list";
|
export const ORG_LIST = "/admin/thirdApi/org/list";
|
||||||
export const ORG_CHILD_LIST = "/admin/thirdApi/org/info";
|
export const ORG_CHILD_LIST = "/admin/thirdApi/org/info";
|
||||||
|
export const USER_LIST_NEW = '/xboe/teacher/name'
|
||||||
export const AUDIENCE_LIST = "/admin/thirdApi/audience/userAudiences";
|
export const AUDIENCE_LIST = "/admin/thirdApi/audience/userAudiences";
|
||||||
export const USER_PERMISSION = "/admin/thirdApi/permission/listByUser";
|
export const USER_PERMISSION = "/admin/thirdApi/permission/listByUser";
|
||||||
export const VALIDATE_TOKEN = "/admin/thirdApi/validateToken";
|
export const VALIDATE_TOKEN = "/admin/thirdApi/validateToken";
|
||||||
|
|||||||
@@ -74,10 +74,10 @@
|
|||||||
</a-tabs>
|
</a-tabs>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btnn">
|
<!-- <div class="btnn">
|
||||||
<button class="btn2" @click="closeDrawer">取消</button>
|
<button class="btn2" @click="closeDrawer">取消</button>
|
||||||
<button class="btn2" @click="closeDrawer">确定</button>
|
<button class="btn2" @click="closeDrawer">确定</button>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -278,7 +278,7 @@
|
|||||||
<a-descriptions-item label="参训人数 ">{{ formParam.studys ||'-'}}</a-descriptions-item>
|
<a-descriptions-item label="参训人数 ">{{ formParam.studys ||'-'}}</a-descriptions-item>
|
||||||
<a-descriptions-item label="备注 " :span="2">{{ formParam.remark ||'-' }}</a-descriptions-item>
|
<a-descriptions-item label="备注 " :span="2">{{ formParam.remark ||'-' }}</a-descriptions-item>
|
||||||
</a-descriptions>
|
</a-descriptions>
|
||||||
<div :style="{
|
<!-- <div :style="{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
<a-button class="drabtn" @click="cancelTeachingDialog">取消</a-button>
|
<a-button class="drabtn" @click="cancelTeachingDialog">取消</a-button>
|
||||||
<a-button class="drabtn" type="primary" @click="cancelTeachingDialog" :loading="buttonLoading">返回
|
<a-button class="drabtn" type="primary" @click="cancelTeachingDialog" :loading="buttonLoading">返回
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div> -->
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
<!-- 删除功能弹窗 -->
|
<!-- 删除功能弹窗 -->
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -352,7 +352,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</a-table>
|
</a-table>
|
||||||
</div>
|
</div>
|
||||||
<div :style="{
|
<!-- <div :style="{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
<a-button class="drabtn" @click="cancelTeachingDialog">取消</a-button>
|
<a-button class="drabtn" @click="cancelTeachingDialog">取消</a-button>
|
||||||
<a-button class="drabtn" type="primary" @click="cancelTeachingDialog" :loading="buttonLoading">返回
|
<a-button class="drabtn" type="primary" @click="cancelTeachingDialog" :loading="buttonLoading">返回
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div> -->
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
<!-- 删除功能弹窗 -->
|
<!-- 删除功能弹窗 -->
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -420,8 +420,8 @@
|
|||||||
<div style="margin-bottom:32px;">
|
<div style="margin-bottom:32px;">
|
||||||
<a-table :columns="columnSee" :data-source="tableDataSee" :pagination="false" />
|
<a-table :columns="columnSee" :data-source="tableDataSee" :pagination="false" />
|
||||||
</div>
|
</div>
|
||||||
<span class="line"></span>
|
<!-- <span class="line"></span> -->
|
||||||
<div :style="{
|
<!-- <div :style="{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
@@ -435,7 +435,7 @@
|
|||||||
<a-button class="drabtn" type="primary" @click="cancelTeachingDialog(false)">确定</a-button>
|
<a-button class="drabtn" type="primary" @click="cancelTeachingDialog(false)">确定</a-button>
|
||||||
<a-button class="drabtn" @click="cancelTeachingDialog(false)" :loading="buttonLoading">取消
|
<a-button class="drabtn" @click="cancelTeachingDialog(false)" :loading="buttonLoading">取消
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div> -->
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
<ImportWork v-model:showWork="showWork" :template="'讲师费导入模板'" :url="'/admin/export/importTeacherExpense'" :fileName="uploadFile" :title="title"></ImportWork>
|
<ImportWork v-model:showWork="showWork" :template="'讲师费导入模板'" :url="'/admin/export/importTeacherExpense'" :fileName="uploadFile" :title="title"></ImportWork>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item label="培训发生组织名称:" name="affiliationName">
|
<a-form-item label="培训发生组织名称:" name="affiliationName">
|
||||||
<a-input :maxlength="30" show-count v-model:value="formParam.affiliationName" class="draitem"
|
<a-input :maxlength="30" show-count v-model:value="formParam.affiliationName" class="draitem"
|
||||||
placeholder="请输入讲师体系名称" allowClear showSearch>
|
placeholder="请输入培训发生组织名称" allowClear showSearch>
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -328,13 +328,13 @@ export default{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '根节点名称',
|
title: '根节点名称',
|
||||||
dataIndex: 'isParent',
|
dataIndex: 'parentName',
|
||||||
key: 'isParent',
|
key: 'parentName',
|
||||||
ellipsis: true, align: "center",
|
ellipsis: true, align: "center",
|
||||||
width: 200,
|
width: 200,
|
||||||
customRender: ({text})=>{
|
customRender: ({text})=>{
|
||||||
return (
|
return (
|
||||||
text != 1 ? "是" : "否"
|
text || '-'
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user