mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage
This commit is contained in:
@@ -6,36 +6,65 @@ body {
|
||||
// overflow-y: auto;
|
||||
}
|
||||
//隐藏滚动条----------------------------------------------------------------
|
||||
div::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
div::-moz-scrollbar {
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
div::-o-scrollbar {
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
body::-webkit-scrollbar {
|
||||
display: none !important;;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
body::-moz-scrollbar {
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
body::-o-scrollbar {
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
// div::-webkit-scrollbar {
|
||||
// display: none !important;
|
||||
// width: 0 !important;
|
||||
// height: 0 !important;
|
||||
// }
|
||||
// div::-moz-scrollbar {
|
||||
// display: none !important;
|
||||
// width: 0 !important;
|
||||
// height: 0 !important;
|
||||
// }
|
||||
// div::-o-scrollbar {
|
||||
// display: none !important;
|
||||
// width: 0 !important;
|
||||
// height: 0 !important;
|
||||
// }
|
||||
// body::-webkit-scrollbar {
|
||||
// display: none !important;;
|
||||
// width: 0 !important;
|
||||
// height: 0 !important;
|
||||
// }
|
||||
// body::-moz-scrollbar {
|
||||
// display: none !important;
|
||||
// width: 0 !important;
|
||||
// height: 0 !important;
|
||||
// }
|
||||
// body::-o-scrollbar {
|
||||
// display: none !important;
|
||||
// width: 0 !important;
|
||||
// height: 0 !important;
|
||||
// }
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 6px; /*对垂直流动条有效*/
|
||||
height: 6px; /*对水平流动条有效*/
|
||||
}
|
||||
|
||||
/*定义滚动条的轨道颜色、内阴影及圆角*/
|
||||
::-webkit-scrollbar-track{
|
||||
background-color: rgba(239, 244, 252, 1);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
||||
/*定义滑块颜色、内阴影及圆角*/
|
||||
::-webkit-scrollbar-thumb{
|
||||
border-radius: 3px;
|
||||
background-color: rgba(78, 166, 255, 1);
|
||||
}
|
||||
|
||||
/*定义两端按钮的样式*/
|
||||
::-webkit-scrollbar-button {
|
||||
background-color:cyan;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*定义右下角汇合处的样式*/
|
||||
::-webkit-scrollbar-corner {
|
||||
background:rgba(239, 244, 252, 1);;
|
||||
}
|
||||
//隐藏滚动条----------------------------------------------------------------
|
||||
|
||||
//禁止选中----------------------------------------------------------
|
||||
|
||||
@@ -92,7 +92,17 @@ export default {
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
if (n === "/taskpage" || n === "/TaskPage") {
|
||||
state.list = [
|
||||
{
|
||||
name: "项目",
|
||||
href: "",
|
||||
},
|
||||
{
|
||||
name: "基础信息",
|
||||
},
|
||||
];
|
||||
}
|
||||
if (n === "/templatelibrary" || n === "/TemplateLibrary") {
|
||||
state.list = [
|
||||
{
|
||||
@@ -135,7 +145,7 @@ export default {
|
||||
},
|
||||
];
|
||||
}
|
||||
if (n === "/researchmanage" || n === "/ResearchManage") {
|
||||
if (n === "/managepage" || n === "/ManagePage") {
|
||||
state.list = [
|
||||
{
|
||||
name: "调研管理",
|
||||
@@ -144,7 +154,6 @@ export default {
|
||||
},
|
||||
{
|
||||
name: "管理",
|
||||
href: "",
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
.openPages {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
// height: 50px;
|
||||
display: flex;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
box-shadow: 0px 8px 8px 0px rgba(118, 136, 166, 0.1);
|
||||
|
||||
@@ -385,8 +385,8 @@
|
||||
:pagination="false"
|
||||
/> -->
|
||||
<a-table
|
||||
:columns="columns5"
|
||||
:data-source="tableData"
|
||||
:columns="columns1"
|
||||
:data-source="tableData1"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
:scroll="{ x: 800 }"
|
||||
expandRowByClick="true"
|
||||
@@ -457,7 +457,7 @@
|
||||
</div>
|
||||
<div class="bm_table" style="margin-bottom:20px;">
|
||||
<a-table
|
||||
:columns="columns1"
|
||||
:columns="columns2"
|
||||
:data-source="tableData2"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
:pagination="false"
|
||||
@@ -526,7 +526,7 @@
|
||||
</div>
|
||||
<div class="bm_table" style="margin-bottom:20px;">
|
||||
<a-table
|
||||
:columns="columns1"
|
||||
:columns="columns2"
|
||||
:data-source="tableData3"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
:pagination="false"
|
||||
@@ -554,7 +554,7 @@
|
||||
</div>
|
||||
<div class="ftsr_table">
|
||||
<a-table
|
||||
:columns="columns2"
|
||||
:columns="columns4"
|
||||
:data-source="tableData4"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
:pagination="false"
|
||||
@@ -599,7 +599,7 @@
|
||||
</div>
|
||||
<div class="gpm_table">
|
||||
<a-table
|
||||
:columns="columns3"
|
||||
:columns="columns5"
|
||||
:data-source="tableData5"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
:pagination="{
|
||||
@@ -676,7 +676,7 @@
|
||||
</div>
|
||||
<div class="stm_table">
|
||||
<a-table
|
||||
:columns="columns4"
|
||||
:columns="columns6"
|
||||
:data-source="tableData6"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
:scroll="{ x: 700, y: 800 }"
|
||||
@@ -901,7 +901,7 @@
|
||||
</div>
|
||||
<div class="stmm_i6">
|
||||
<a-table
|
||||
:columns="columns6"
|
||||
:columns="columns7"
|
||||
:data-source="tableData7"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
:scroll="{ x: 800 }"
|
||||
@@ -945,169 +945,6 @@ function getBase64(img, callback) {
|
||||
reader.readAsDataURL(img);
|
||||
}
|
||||
const columns1 = [
|
||||
{
|
||||
title: "姓名",
|
||||
dataIndex: "projectName",
|
||||
key: "projectName",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "工号",
|
||||
dataIndex: "numb",
|
||||
key: "numb",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "报名时间",
|
||||
dataIndex: "applytime",
|
||||
key: "applytime",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "签到时间",
|
||||
dataIndex: "signtime",
|
||||
key: "signtime",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "状态",
|
||||
dataIndex: "status",
|
||||
key: "status",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
dataIndex: "opacation",
|
||||
key: "opacation",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns2 = [
|
||||
{
|
||||
title: "开课名称",
|
||||
dataIndex: "projectName",
|
||||
key: "projectName",
|
||||
width: "30%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "地点",
|
||||
dataIndex: "address",
|
||||
key: "address",
|
||||
width: "30%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "状态",
|
||||
dataIndex: "status",
|
||||
key: "status",
|
||||
width: "40%",
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns3 = [
|
||||
{
|
||||
title: "姓名",
|
||||
dataIndex: "name",
|
||||
key: "name",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "归属组织",
|
||||
dataIndex: "organization",
|
||||
key: "organization",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "岗位",
|
||||
dataIndex: "position",
|
||||
key: "position",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "拥有权限",
|
||||
dataIndex: "authority",
|
||||
key: "authority",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
dataIndex: "opacation",
|
||||
key: "opacation",
|
||||
width: "30%",
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns4 = [
|
||||
{
|
||||
title: "序号",
|
||||
dataIndex: "num",
|
||||
key: "num",
|
||||
width: "10%",
|
||||
},
|
||||
{
|
||||
title: "归属组织",
|
||||
dataIndex: "organization",
|
||||
key: "organization",
|
||||
width: "12%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "场地",
|
||||
dataIndex: "address",
|
||||
key: "saddress",
|
||||
width: "12%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "开始时间",
|
||||
dataIndex: "starttime",
|
||||
key: "starttime",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "创建时间",
|
||||
dataIndex: "createtime",
|
||||
key: "createtime",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
dataIndex: "opacation",
|
||||
key: "opacation",
|
||||
width: "26%",
|
||||
align: "center",
|
||||
scopedSlots: { customRender: "action" }, //引入的插槽
|
||||
customRender: () => {
|
||||
// console.log(text);
|
||||
return (
|
||||
<div class="opacation">
|
||||
<span>签到</span>
|
||||
<span style={{ "margin-left": "21px" }}>编辑</span>
|
||||
<span style={{ "margin-left": "21px" }}>管理</span>
|
||||
<span style={{ "margin-left": "21px" }} class="more">
|
||||
<span>更多</span>
|
||||
<div class="moreArrow"></div>
|
||||
<div class="moreItems"></div>
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
},
|
||||
];
|
||||
const columns5 = [
|
||||
{
|
||||
title: '序号',
|
||||
width: 200,
|
||||
@@ -1195,7 +1032,155 @@ const columns5 = [
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns2 = [
|
||||
{
|
||||
title: "姓名",
|
||||
dataIndex: "projectName",
|
||||
key: "projectName",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "工号",
|
||||
dataIndex: "numb",
|
||||
key: "numb",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "报名时间",
|
||||
dataIndex: "applytime",
|
||||
key: "applytime",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "签到时间",
|
||||
dataIndex: "signtime",
|
||||
key: "signtime",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "状态",
|
||||
dataIndex: "status",
|
||||
key: "status",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
dataIndex: "opacation",
|
||||
key: "opacation",
|
||||
width: "16%",
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns4 = [
|
||||
{
|
||||
title: "开课名称",
|
||||
dataIndex: "projectName",
|
||||
key: "projectName",
|
||||
width: "30%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "地点",
|
||||
dataIndex: "address",
|
||||
key: "address",
|
||||
width: "30%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "状态",
|
||||
dataIndex: "status",
|
||||
key: "status",
|
||||
width: "40%",
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns5 = [
|
||||
{
|
||||
title: "姓名",
|
||||
dataIndex: "name",
|
||||
key: "name",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "归属组织",
|
||||
dataIndex: "organization",
|
||||
key: "organization",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "岗位",
|
||||
dataIndex: "position",
|
||||
key: "position",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "拥有权限",
|
||||
dataIndex: "authority",
|
||||
key: "authority",
|
||||
width: "18%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
dataIndex: "opacation",
|
||||
key: "opacation",
|
||||
width: "30%",
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns6 = [
|
||||
{
|
||||
title: "序号",
|
||||
dataIndex: "num",
|
||||
key: "num",
|
||||
width: "10%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "归属组织",
|
||||
dataIndex: "organization",
|
||||
key: "organization",
|
||||
width: "12%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "场地",
|
||||
dataIndex: "address",
|
||||
key: "saddress",
|
||||
width: "12%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "开始时间",
|
||||
dataIndex: "starttime",
|
||||
key: "starttime",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "创建时间",
|
||||
dataIndex: "createtime",
|
||||
key: "createtime",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
width: '20%',
|
||||
dataIndex: "operation",
|
||||
key: 'operation',
|
||||
align: "center",
|
||||
},
|
||||
];
|
||||
const columns7 = [
|
||||
{
|
||||
title: '序号',
|
||||
width: 200,
|
||||
@@ -1280,7 +1265,7 @@ export default defineComponent({
|
||||
setup() {
|
||||
const current = ref(["mail"]);
|
||||
const state = reactive({
|
||||
tableData: [
|
||||
tableData1: [
|
||||
{
|
||||
key: "1",
|
||||
num: 1,
|
||||
@@ -1393,6 +1378,14 @@ export default defineComponent({
|
||||
signtime: "-",
|
||||
status: "已通过",
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
projectName: "",
|
||||
numb: "",
|
||||
applytime: "2022-07-20 14:00:00",
|
||||
signtime: "2022-09-26 13:30:30",
|
||||
status: "已完成",
|
||||
},
|
||||
],
|
||||
tableData3: [
|
||||
{
|
||||
@@ -1403,14 +1396,6 @@ export default defineComponent({
|
||||
signtime: "-",
|
||||
status: "已通过",
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
projectName: "",
|
||||
numb: "",
|
||||
applytime: "2022-07-20 14:00:00",
|
||||
signtime: "2022-09-26 13:30:30",
|
||||
status: "已完成",
|
||||
},
|
||||
],
|
||||
tableData4: [
|
||||
{
|
||||
@@ -1579,6 +1564,17 @@ export default defineComponent({
|
||||
currentPage: 1,
|
||||
tableDataTotal: 100,
|
||||
pageSize: 10,
|
||||
of_hs: false,
|
||||
hideshow: true,
|
||||
bs_hs: true,
|
||||
ft_hs:false,
|
||||
om_1: false,
|
||||
ftm_1:false,
|
||||
om_ckxq: false,
|
||||
gpm_hs:false,
|
||||
stm_hs: false,
|
||||
cstm_hs:false,
|
||||
sm_hs:false,
|
||||
});
|
||||
// const tableDataFunc = () => {
|
||||
// const columns = [
|
||||
@@ -1747,22 +1743,31 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
const getTableDate = () => {
|
||||
let data = state.tableData;
|
||||
data.map((value) => {
|
||||
let datas = state.tableData1;
|
||||
datas.map((value) => {
|
||||
{
|
||||
//单层项目
|
||||
value.operation = (
|
||||
value.operation = (
|
||||
<div class="operation">
|
||||
<div class="nSelect">
|
||||
{value.status === "已审核" ? (
|
||||
<div class="nselect">
|
||||
|
||||
<div class='ops1'>
|
||||
<div class="jc">开课</div>
|
||||
<div class="jc"
|
||||
onClick={() => {
|
||||
state.stm_hs = true;
|
||||
}}>开课</div>
|
||||
</div>
|
||||
|
||||
<div class='ops2'>
|
||||
<div class="jc">管理</div>
|
||||
<div class="jc" onClick={() => {
|
||||
if (value.courseform === '线上') {
|
||||
state.om_1 = true;
|
||||
} else if (value.courseform === '面授') {
|
||||
state.ftm_1 = true;
|
||||
}
|
||||
}}>管理</div>
|
||||
</div>
|
||||
|
||||
<div class='ops3'>
|
||||
@@ -1771,14 +1776,16 @@ export default defineComponent({
|
||||
|
||||
<div class="tableSelect">
|
||||
<div class='ops4'>
|
||||
<a-select
|
||||
<a-select
|
||||
style="width: 50px;margin-top:2px;margin-left:25px"
|
||||
value="授权"
|
||||
// options={state.projectNameList}
|
||||
dropdownClassName="tabledropdown"
|
||||
>
|
||||
<a-select-option value="权限名单" label="权限名单">
|
||||
<div>权限名单</div>
|
||||
<div onClick={() => {
|
||||
state.gpm_hs = true;
|
||||
}}>权限名单</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="归属权" label="归属权">
|
||||
<div
|
||||
@@ -1837,7 +1844,10 @@ export default defineComponent({
|
||||
<div class="nselect">
|
||||
|
||||
<div class='ops1'>
|
||||
<div class="jc">开课</div>
|
||||
<div class="jc"
|
||||
onClick={() => {
|
||||
state.stm_hs = true;
|
||||
}}>开课</div>
|
||||
</div>
|
||||
|
||||
<div class='ops5'>
|
||||
@@ -1853,7 +1863,9 @@ export default defineComponent({
|
||||
dropdownClassName="tabledropdown"
|
||||
>
|
||||
<a-select-option value="权限名单" label="权限名单">
|
||||
<div>权限名单</div>
|
||||
<div onClick={() => {
|
||||
state.gpm_hs = true;
|
||||
}}>权限名单</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="归属权" label="归属权">
|
||||
<div
|
||||
@@ -1881,7 +1893,10 @@ export default defineComponent({
|
||||
<div class="nselect">
|
||||
|
||||
<div class='ops1'>
|
||||
<div class="jc">开课</div>
|
||||
<div class="jc"
|
||||
onClick={() => {
|
||||
state.stm_hs = true;
|
||||
}}>开课</div>
|
||||
</div>
|
||||
|
||||
<div class='ops2'>
|
||||
@@ -1898,7 +1913,10 @@ export default defineComponent({
|
||||
{value.status === "审核未通过" ? (
|
||||
<div class="nselect">
|
||||
<div class='ops1'>
|
||||
<div class="jc">开课</div>
|
||||
<div class="jc"
|
||||
onClick={() => {
|
||||
state.stm_hs = true;
|
||||
}}>开课</div>
|
||||
</div>
|
||||
|
||||
<div class='ops2'>
|
||||
@@ -1919,7 +1937,9 @@ export default defineComponent({
|
||||
dropdownClassName="tabledropdown"
|
||||
>
|
||||
<a-select-option value="权限名单" label="权限名单">
|
||||
<div>权限名单</div>
|
||||
<div onClick={() => {
|
||||
state.gpm_hs = true;
|
||||
}}>权限名单</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="归属权" label="归属权">
|
||||
<div
|
||||
@@ -1952,7 +1972,7 @@ export default defineComponent({
|
||||
);
|
||||
}
|
||||
});
|
||||
state.tableData = data;
|
||||
state.tableData = datas;
|
||||
};
|
||||
getTableDate();
|
||||
|
||||
@@ -2002,34 +2022,70 @@ export default defineComponent({
|
||||
);
|
||||
}
|
||||
});
|
||||
state.tableData2 = data2;
|
||||
state.tableData = data2;
|
||||
};
|
||||
getTableDate2();
|
||||
|
||||
const onftvalue = ref();
|
||||
const getTableDate3 = () => {
|
||||
let datas = state.tableData6;
|
||||
datas.map((value) => {
|
||||
{
|
||||
//单层项目
|
||||
value.operation = (
|
||||
<div class="operation">
|
||||
<div class="nSelect">
|
||||
<div class="nselect">
|
||||
|
||||
return {
|
||||
onftvalue,
|
||||
current,
|
||||
...toRefs(state),
|
||||
fileList,
|
||||
loading,
|
||||
imageUrl,
|
||||
columns1,
|
||||
columns2,
|
||||
columns3,
|
||||
columns4,
|
||||
columns5,
|
||||
columns6,
|
||||
// tableDataFunc,
|
||||
handleChange,
|
||||
beforeUpload,
|
||||
getTableDate,
|
||||
getTableDate2,
|
||||
<div class="jc">签到</div>
|
||||
|
||||
<div class="jc">编辑</div>
|
||||
|
||||
<div class="jc"
|
||||
onClick={() => {
|
||||
state.sm_hs = true;
|
||||
}}>管理</div>
|
||||
|
||||
<div class="tableSelect">
|
||||
<a-select
|
||||
style="width: 50px;margin-top:2px;margin-left:25px"
|
||||
value="更多"
|
||||
// options={state.projectNameList}
|
||||
dropdownClassName="tabledropdown"
|
||||
>
|
||||
<a-select-option
|
||||
value="复制"
|
||||
label="复制"
|
||||
style="padding-left:35px"
|
||||
>
|
||||
<div>复制</div>
|
||||
</a-select-option>
|
||||
<a-select-option
|
||||
value="取消"
|
||||
label="取消"
|
||||
style="padding-left:35px"
|
||||
>
|
||||
<div
|
||||
onClick={() => {
|
||||
console.log("点击了");
|
||||
}}
|
||||
>
|
||||
取消
|
||||
</div>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
state.tableData = datas;
|
||||
};
|
||||
},
|
||||
getTableDate3();
|
||||
|
||||
data() {
|
||||
const onftvalue = ref();
|
||||
const options1 = ref([
|
||||
{
|
||||
value: "value1",
|
||||
@@ -2072,19 +2128,6 @@ export default defineComponent({
|
||||
},
|
||||
]);
|
||||
|
||||
const state = reactive({
|
||||
of_hs: false,
|
||||
hideshow: true,
|
||||
bs_hs: true,
|
||||
ft_hs:false,
|
||||
om_1: false,
|
||||
ftm_1:false,
|
||||
om_ckxq: false,
|
||||
gpm_hs:false,
|
||||
stm_hs: false,
|
||||
cstm_hs:false,
|
||||
sm_hs:false,
|
||||
});
|
||||
|
||||
const of_hShow = () => {
|
||||
if (state.of_hs == false) {
|
||||
@@ -2145,9 +2188,25 @@ export default defineComponent({
|
||||
const sm_exit = () => {
|
||||
state.sm_hs = false;
|
||||
};
|
||||
|
||||
return {
|
||||
onftvalue,
|
||||
current,
|
||||
...toRefs(state),
|
||||
fileList,
|
||||
loading,
|
||||
imageUrl,
|
||||
columns1,
|
||||
columns2,
|
||||
|
||||
columns4,
|
||||
columns5,
|
||||
columns6,
|
||||
columns7,
|
||||
// tableDataFunc,
|
||||
handleChange,
|
||||
beforeUpload,
|
||||
getTableDate,
|
||||
getTableDate2,
|
||||
options1,
|
||||
options2,
|
||||
of_hShow,
|
||||
@@ -2168,6 +2227,32 @@ export default defineComponent({
|
||||
sm_exit,
|
||||
};
|
||||
},
|
||||
|
||||
// data() {
|
||||
|
||||
|
||||
// // return {
|
||||
// // ...toRefs(state),
|
||||
// // options1,
|
||||
// // options2,
|
||||
// // of_hShow,
|
||||
// // of_exit,
|
||||
// // hideShow,
|
||||
// // bs_hShow,
|
||||
// // bs_unhShow,
|
||||
// // createft,
|
||||
// // ft_exit,
|
||||
// // om_exit,
|
||||
// // ftm_exit,
|
||||
// // ckxq_hs,
|
||||
// // ftsr_exit,
|
||||
// // gpm_exit,
|
||||
// // stm_exit,
|
||||
// // createkk,
|
||||
// // cstm_exit,
|
||||
// // sm_exit,
|
||||
// // };
|
||||
// },
|
||||
});
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@@ -2595,30 +2680,53 @@ export default defineComponent({
|
||||
|
||||
.tableBox {
|
||||
margin: 20px 38px 30px;
|
||||
.operation {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
.nSelect {
|
||||
.operation{
|
||||
display: flex;
|
||||
.nselect {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color:#4EA6FF;
|
||||
.nselect{
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
color: #4ea6ff;
|
||||
font-size: 14px;
|
||||
.ops1,.ops2,.ops3,.ops4,.ops5{
|
||||
.jc{
|
||||
margin-left: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
// .jc {
|
||||
// margin-left: 20px;
|
||||
// }
|
||||
}
|
||||
.tableSelect {
|
||||
margin-right: 10px;
|
||||
margin-left: -5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
}
|
||||
}
|
||||
.tableSelect {
|
||||
margin-left: -30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
}
|
||||
}
|
||||
// .operation {
|
||||
// display: flex;
|
||||
// justify-content: right;
|
||||
// .nSelect {
|
||||
// display: flex;
|
||||
// .nselect {
|
||||
// display: flex;
|
||||
// color: #4ea6ff;
|
||||
// font-size: 14px;
|
||||
// .ops1,.ops2,.ops3,.ops4,.ops5{
|
||||
// margin-left: 20px;
|
||||
// cursor: pointer;
|
||||
// }
|
||||
// .jc {
|
||||
// margin-left: 20px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .tableSelect {
|
||||
// margin-left: -30px;
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// justify-content: right;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
.onlinemanage,
|
||||
@@ -3084,44 +3192,30 @@ export default defineComponent({
|
||||
width: 90%;
|
||||
margin:30px auto;
|
||||
border: 1px solid #F0F4FE;
|
||||
}
|
||||
.opacation {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #4ea6ff;
|
||||
// line-height: 36px;
|
||||
.more {
|
||||
position: relative;
|
||||
.moreArrow {
|
||||
width: 13px;
|
||||
height: 7px;
|
||||
display: inline-block;
|
||||
background-image: url("../../assets/images/navtop/down.png");
|
||||
background-size: 100%;
|
||||
margin: 2px;
|
||||
margin-left: 7px;
|
||||
.operation{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color:#4EA6FF;
|
||||
.nselect{
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
.jc{
|
||||
margin-left: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.moreItems {
|
||||
width: 80px;
|
||||
height: 70px;
|
||||
display: none;
|
||||
background: #ffffff;
|
||||
box-shadow: 2px 3px 9px 3px rgba(0, 0, 0, 0.05);
|
||||
border-radius: 3px;
|
||||
border: 0px solid #dcdcdc;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 18px;
|
||||
z-index: 100;
|
||||
.tableSelect {
|
||||
margin-right: 10px;
|
||||
margin-left: -5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
}
|
||||
}
|
||||
.more:hover .moreArrow {
|
||||
background-image: url("../../assets/images/navtop/up.png");
|
||||
}
|
||||
.more:hover .moreItems {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.createschooltime{
|
||||
|
||||
@@ -71,13 +71,11 @@
|
||||
:data-source="tableData"
|
||||
:loading="tableDataTotal === -1 ? true : false"
|
||||
expandRowByClick="true"
|
||||
:scroll="{ x: 1600, y: 800 }"
|
||||
:scroll="{ x: 1600 }"
|
||||
@expand="expandTable"
|
||||
:pagination="false"
|
||||
/>
|
||||
<!-- :pagination= showSizeChanger: true, showQuickJumper: true,
|
||||
hideOnSinglePage: true, pageSizeOptions: [], pageSize: pageSize, current:
|
||||
currentPage, total: tableDataTotal, -->
|
||||
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -244,6 +242,76 @@ export default {
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
number: 4,
|
||||
manager: "ui成长之路",
|
||||
state: "草稿",
|
||||
creater: "管理员",
|
||||
pubtime: "2022-07-20 14:00:03",
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
number: 4,
|
||||
manager: "ui成长之路",
|
||||
state: "草稿",
|
||||
creater: "管理员",
|
||||
pubtime: "2022-07-20 14:00:03",
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
number: 4,
|
||||
manager: "ui成长之路",
|
||||
state: "草稿",
|
||||
creater: "管理员",
|
||||
pubtime: "2022-07-20 14:00:03",
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
number: 4,
|
||||
manager: "ui成长之路",
|
||||
state: "草稿",
|
||||
creater: "管理员",
|
||||
pubtime: "2022-07-20 14:00:03",
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
number: 4,
|
||||
manager: "ui成长之路",
|
||||
state: "草稿",
|
||||
creater: "管理员",
|
||||
pubtime: "2022-07-20 14:00:03",
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
number: 4,
|
||||
manager: "ui成长之路",
|
||||
state: "草稿",
|
||||
creater: "管理员",
|
||||
pubtime: "2022-07-20 14:00:03",
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
number: 4,
|
||||
manager: "ui成长之路",
|
||||
state: "草稿",
|
||||
creater: "管理员",
|
||||
pubtime: "2022-07-20 14:00:03",
|
||||
cretime: "2022-07-20 14:00:03",
|
||||
haspub: true,
|
||||
},
|
||||
],
|
||||
imgData: [
|
||||
{
|
||||
|
||||
@@ -504,7 +504,7 @@ export default {
|
||||
dropdownClassName="tabledropdown"
|
||||
>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
<a-select-option value="存为模板" label="存为模板">
|
||||
<div>存为模板</div>
|
||||
@@ -755,7 +755,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -808,7 +808,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -859,7 +859,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -912,7 +912,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -972,7 +972,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -1025,7 +1025,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -1078,7 +1078,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -1131,7 +1131,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
@@ -1203,7 +1203,7 @@ export default {
|
||||
<div>存为模板</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
) : value.state === "进行中" ? (
|
||||
@@ -1229,7 +1229,7 @@ export default {
|
||||
<div>撤回</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
) : value.state === "已结束" || value.state === "未开始" ? (
|
||||
@@ -1252,7 +1252,7 @@ export default {
|
||||
</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="基础信息" label="基础信息">
|
||||
<div>基础信息</div>
|
||||
<router-link to="/taskpage">基础信息</router-link>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
) : (
|
||||
|
||||
@@ -53,8 +53,9 @@
|
||||
v-model:activeKey="activeKey"
|
||||
size="large"
|
||||
:tabBarStyle="{ marginLeft: '10px' }">
|
||||
<a-tab-pane key="1" tab="概览">Content of Tab Pane 1</a-tab-pane>
|
||||
<a-tab-pane key="2" tab="任务" force-render>
|
||||
<a-tab-pane key="2" tab="概览">Content of Tab Pane 1</a-tab-pane>
|
||||
<a-tab-pane key="1" tab="任务" force-render>
|
||||
|
||||
<div class="onerow">
|
||||
<div class="taskmain">任务大纲</div>
|
||||
<button class="btn">批量面授报名</button>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<img src="../../assets/images/research/export.png"/>
|
||||
<span style="color: #4EA6FF;font-size: 14px;margin-left:3px">导出信息</span>
|
||||
</div>
|
||||
<div class="goback"><span class="return"></span><router-link class="returntext" to="/researchmanage">返回</router-link></div>
|
||||
<router-link to="/researchmanage" class="goback"><span class="return"></span><router-link class="returntext" to="/researchmanage">返回</router-link></router-link>
|
||||
</div>
|
||||
<div class="text">路径管理</div>
|
||||
</div>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<!-- 调研管理-基础信息页面 -->
|
||||
<template>
|
||||
<div class="researchadd">
|
||||
<div class="header">
|
||||
<span class="title">创建调研</span>
|
||||
<div class="goback"><span class="return"></span><router-link class="returntext" to="/researchmanage">返回</router-link></div>
|
||||
<router-link to="/researchmanage" class="goback"><span class="return"></span><router-link class="returntext" to="/researchmanage">返回</router-link></router-link>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="name">
|
||||
@@ -24,12 +25,12 @@
|
||||
<div class="inname">提干</div>
|
||||
</div>
|
||||
<div class="in">
|
||||
<a-input v-model:value="valueE" placeholder="请输入项目名称" />
|
||||
<a-input v-model:value="valueE" placeholder="请输入项目名称" show-count :maxlength="20" style="border-radius: 8px"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="name">
|
||||
<div class="in" style="margin-left: 133px">
|
||||
<a-button type="primary" style="width: 100px;height: 40px;border-radius: 8px">添加选项</a-button>
|
||||
<a-button type="primary" style="width: 100px;height: 40px;border-radius: 8px;background-color: #409EFF">添加选项</a-button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="options">
|
||||
@@ -38,7 +39,7 @@
|
||||
<div class="inname">选项1</div>
|
||||
</div>
|
||||
<div class="in">
|
||||
<a-input v-model:value="valueE" />
|
||||
<a-input v-model:value="valueE" show-count :maxlength="20" style="border-radius: 8px" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="delete">删除</div>
|
||||
@@ -54,7 +55,7 @@
|
||||
<div class="inname">选项1</div>
|
||||
</div>
|
||||
<div class="in">
|
||||
<a-input v-model:value="valueE" />
|
||||
<a-input v-model:value="valueE" show-count :maxlength="20" style="border-radius: 8px"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="delete">删除</div>
|
||||
@@ -116,7 +117,7 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="btn">
|
||||
<a-button type="primary" style="width: 100px;height: 40px;border-radius: 8px">保存</a-button>
|
||||
<a-button type="primary" style="width: 100px;height: 40px;border-radius: 8px;background-color: #409EFF">保存</a-button>
|
||||
<a-button type="primary" ghost style="width: 100px;height: 40px;margin-left: 14px;border-radius: 8px">取消</a-button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -261,7 +262,7 @@
|
||||
border-radius: 5px;
|
||||
// height: 120%;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
height: 35px;
|
||||
}
|
||||
.ant-select-selector {
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -69,6 +69,17 @@
|
||||
@expand="expandTable"
|
||||
:pagination="false"
|
||||
/>
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
showQuickJumper="true"
|
||||
hideOnSinglePage="true"
|
||||
:pageSize="pageSize"
|
||||
:current="currentPage"
|
||||
:total="tableDataTotal"
|
||||
class="pagination"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 表格 -->
|
||||
<div :class="out ? 'out' : 'unout'">
|
||||
@@ -92,7 +103,7 @@
|
||||
</div>
|
||||
<div class="inname">调研名称</div>
|
||||
<div class="in">
|
||||
<a-input v-model:value="valueE" />
|
||||
<a-input v-model:value="valueE" show-count :maxlength="15" style="border-radius: 8px"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn">
|
||||
@@ -251,27 +262,58 @@ export default {
|
||||
key: "opacation",
|
||||
width: 200,
|
||||
align: "center",
|
||||
scopedSlots: { customRender: "action" }, //引入的插槽
|
||||
customRender: (text) => {
|
||||
console.log(text);
|
||||
return (
|
||||
<div class="opa">
|
||||
<div class="opacation">
|
||||
<router-link to="/researchadd" class={text.record.haspub ? "activecls" : "errorCls"}>
|
||||
基础信息
|
||||
</router-link>
|
||||
<router-link to="/managepage" style={{ "margin-left": "25px" }}>管理</router-link>
|
||||
<span style={{ "margin-left": "25px" }}>复制</span>
|
||||
<span style={{ "margin-left": "25px" }} >撤回</span>
|
||||
<span style={{ "margin-left": "21px", "margin-right": "30px" }} >结束</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
},
|
||||
];
|
||||
return columns;
|
||||
};
|
||||
|
||||
const getTableDate = () => {
|
||||
let data = state.tableData;
|
||||
data.map((value) => {
|
||||
{
|
||||
//单层项目
|
||||
value.opacation = (
|
||||
<div class="operation">
|
||||
|
||||
{value.state === "已发布" ? (
|
||||
<div class="fb">
|
||||
<router-link to="/managepage" class="jc">管理</router-link>
|
||||
<div class="jc">复制</div>
|
||||
<div class="jc">撤回</div>
|
||||
<div class="jc">结束</div>
|
||||
</div>
|
||||
) : (
|
||||
<div></div>
|
||||
)}
|
||||
{value.state === "待发布" ? (
|
||||
<div class="fb">
|
||||
<router-link to="/researchadd" class="jc">基础信息</router-link>
|
||||
<router-link to="/managepage" class="jc">管理</router-link>
|
||||
<div class="jc">复制</div>
|
||||
<div class="jc">编辑</div>
|
||||
<div class="jc">删除</div>
|
||||
</div>
|
||||
) : (
|
||||
<div></div>
|
||||
)}
|
||||
{value.state === "已结束" ? (
|
||||
<div class="fb">
|
||||
<div class="jc">复制</div>
|
||||
<div class="jc">删除</div>
|
||||
|
||||
</div>
|
||||
) : (
|
||||
<div></div>
|
||||
)}
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
state.tableData = data;
|
||||
};
|
||||
getTableDate();
|
||||
onMounted(() => {
|
||||
// console.log("执行");
|
||||
});
|
||||
@@ -295,6 +337,7 @@ export default {
|
||||
handleOut,
|
||||
tableDataFunc,
|
||||
chooseImg,
|
||||
getTableDate,
|
||||
};
|
||||
},
|
||||
};
|
||||
@@ -407,6 +450,10 @@ export default {
|
||||
}
|
||||
.tableBox {
|
||||
margin: 20px 38px 30px ;
|
||||
display: flex;
|
||||
//position: relative;
|
||||
flex-direction: column;
|
||||
|
||||
th.h {
|
||||
background-color: #eff4fc !important;
|
||||
}
|
||||
@@ -416,6 +463,16 @@ export default {
|
||||
> td {
|
||||
background: #f6f9fd;
|
||||
}
|
||||
.pa {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
// height: 20px;
|
||||
// background-color: red;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
//position: absolute;
|
||||
//bottom: 20px;
|
||||
}
|
||||
}
|
||||
.out {
|
||||
display: block;
|
||||
@@ -497,7 +554,7 @@ export default {
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
font-size: 14px;
|
||||
border: 1px solid #4ea6ff;
|
||||
border: 1px solid #409EFF;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -507,7 +564,7 @@ export default {
|
||||
}
|
||||
.btn2 {
|
||||
margin-left: 10px;
|
||||
background-color: #4ea6ff;
|
||||
background-color: #409EFF;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
@@ -517,46 +574,19 @@ export default {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.opa {
|
||||
.operation {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
.opacation {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #4ea6ff;
|
||||
// line-height: 36px;
|
||||
.activecls {
|
||||
display: inline-block;
|
||||
}
|
||||
.errorCls {
|
||||
display: none;
|
||||
}
|
||||
.more {
|
||||
position: relative;
|
||||
.moreArrow {
|
||||
width: 13px;
|
||||
height: 7px;
|
||||
display: inline-block;
|
||||
background-image: url("../../assets/images/navtop/down.png");
|
||||
background-size: 100%;
|
||||
margin: 2px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
.moreItems {
|
||||
width: 80px;
|
||||
height: 70px;
|
||||
display: none;
|
||||
background: #ffffff;
|
||||
box-shadow: 2px 3px 9px 3px rgba(0, 0, 0, 0.05);
|
||||
border-radius: 3px;
|
||||
border: 0px solid #dcdcdc;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 18px;
|
||||
z-index: 100;
|
||||
.fb {
|
||||
display: flex;
|
||||
margin-right: 20px;
|
||||
.jc {
|
||||
color: #4ea6ff;
|
||||
font-size: 14px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user