mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:注释二维码
This commit is contained in:
@@ -11,7 +11,13 @@
|
||||
placeholder="请输入路径名称"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="pathnameInp">
|
||||
<a-input
|
||||
v-model:value="createUser"
|
||||
style="width: 270px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入创建人"
|
||||
/>
|
||||
</div>
|
||||
<div class="select">
|
||||
<a-select
|
||||
v-model:value="statusValue"
|
||||
@@ -23,6 +29,7 @@
|
||||
showSearch
|
||||
></a-select>
|
||||
</div>
|
||||
|
||||
<div class="select addTimeBox">
|
||||
<!-- <a-date-picker
|
||||
v-model="selectTime"
|
||||
@@ -811,6 +818,8 @@ export default {
|
||||
selectPathId: null, //选择授权的路径id
|
||||
addAuthList: null, //确定授权列表
|
||||
authClassify: null, //显示的是管理权还是查看权
|
||||
|
||||
createUser: null, //创建人搜索
|
||||
});
|
||||
|
||||
//归属组织
|
||||
@@ -1512,6 +1521,8 @@ export default {
|
||||
status: state.statusClassify,
|
||||
beginTime: state.startTime,
|
||||
endTime: state.endTime,
|
||||
//添加创建人搜素 createUser
|
||||
createName: state.createUser,
|
||||
};
|
||||
api
|
||||
.getLearnPath(obj)
|
||||
|
||||
Reference in New Issue
Block a user