feat:注释二维码

This commit is contained in:
lixg
2022-12-11 10:40:30 +08:00
parent 481ba9fb42
commit fd2c55bffb
6 changed files with 101 additions and 77 deletions

View File

@@ -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)