feat:新增添加直播添加外链添加讨论添加活动添加测评添加调研添加投票创建投票

This commit is contained in:
dongwug
2022-10-19 18:31:07 +08:00
parent b20c05e8d5
commit 36308af437
15 changed files with 3011 additions and 618 deletions

View File

@@ -3,7 +3,7 @@
:visible="addcaseVisible"
class="drawerStyle addcaseDrawer"
width="80%"
title="添加在线"
title="添加案例"
placement="right"
@after-visible-change="afterVisibleChange"
>
@@ -23,8 +23,8 @@
<div class="ipt_name">案例标题</div>
<div class="fi_input">
<a-input
v-model:value="value"
style="width: 240px; height: 40px; border-radius: 8px"
v-model:value="inputV1"
style="width: 264px; height: 40px; border-radius: 8px"
placeholder="请输入项目名称"
/>
</div>
@@ -192,7 +192,7 @@
currentPage: 1,
tableDataTotal: 100,
pageSize: 10,
value:'',
inputV1:'',
});
const closeDrawer = () => {
ctx.emit("update:addcaseVisible", false);
@@ -200,17 +200,12 @@
const afterVisibleChange = (bool) => {
console.log("state", bool);
};
const showDrawerSelFacet = () => {
state.addcasevisible = true;
};
return {
...toRefs(state),
showDrawerSelFacet,
afterVisibleChange,
closeDrawer,
columns1,
rowSelection,
// change,
};
},
};