mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
feat:注释二维码
This commit is contained in:
@@ -52,10 +52,13 @@
|
||||
<div class="select fitems">
|
||||
<a-range-picker
|
||||
v-model:value="projectTime"
|
||||
style="width:420px;"
|
||||
style="width: 420px"
|
||||
valueFormat="X"
|
||||
separator="至"
|
||||
:placeholder="[' 开始时间(创建时间)', ' 结束时间(创建时间)']"
|
||||
:placeholder="[
|
||||
' 开始时间(创建时间)',
|
||||
' 结束时间(创建时间)',
|
||||
]"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -737,7 +740,7 @@
|
||||
"
|
||||
>
|
||||
<span
|
||||
style="margin-right: 24px;"
|
||||
style="margin-right: 24px"
|
||||
:class="[
|
||||
String(record.courseform) === '1'
|
||||
? 'disabled table-operation'
|
||||
@@ -836,7 +839,7 @@
|
||||
"
|
||||
>
|
||||
<span
|
||||
style="margin-right: 24px;"
|
||||
style="margin-right: 24px"
|
||||
:class="[
|
||||
String(record.courseform) === '1'
|
||||
? 'disabled table-operation'
|
||||
@@ -927,7 +930,7 @@
|
||||
"
|
||||
>
|
||||
<span
|
||||
style="margin-right: 24px;"
|
||||
style="margin-right: 24px"
|
||||
:class="[
|
||||
String(record.courseform) === '1'
|
||||
? 'disabled table-operation'
|
||||
@@ -1057,7 +1060,7 @@
|
||||
"
|
||||
>
|
||||
<span
|
||||
style="margin-right: 24px;"
|
||||
style="margin-right: 24px"
|
||||
:class="[
|
||||
String(record.courseform) === '1'
|
||||
? 'disabled table-operation'
|
||||
@@ -1194,7 +1197,7 @@
|
||||
"
|
||||
>
|
||||
<span
|
||||
style="margin-right: 24px;"
|
||||
style="margin-right: 24px"
|
||||
:class="[
|
||||
String(record.courseform) === '1'
|
||||
? 'disabled table-operation'
|
||||
@@ -1652,7 +1655,8 @@
|
||||
<template #bodyCell="{ record, column }">
|
||||
<template v-if="column.key === 'operation'">
|
||||
<span class="table-operation">
|
||||
<a
|
||||
<!-- 2022-12-10注释 后面放开 -->
|
||||
<!-- <a
|
||||
@click="
|
||||
() => {
|
||||
//QR_hs = true;
|
||||
@@ -1669,7 +1673,7 @@
|
||||
"
|
||||
>
|
||||
签到
|
||||
</a>
|
||||
</a> -->
|
||||
<a
|
||||
@click="
|
||||
() => {
|
||||
@@ -1709,7 +1713,8 @@
|
||||
>
|
||||
删除
|
||||
</a-menu-item>
|
||||
<a-menu-item
|
||||
<!-- 2022-12-10注释 后面放开 -->
|
||||
<!-- <a-menu-item
|
||||
@click="
|
||||
() => {
|
||||
//QR_hs = true;
|
||||
@@ -1726,7 +1731,7 @@
|
||||
"
|
||||
>
|
||||
二维码
|
||||
</a-menu-item>
|
||||
</a-menu-item> -->
|
||||
</a-menu>
|
||||
</template>
|
||||
<a>
|
||||
@@ -1816,7 +1821,7 @@
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入详细地点"
|
||||
/>
|
||||
<div class="inp_num" style="right:164px;">
|
||||
<div class="inp_num" style="right: 164px">
|
||||
<span style="color: #c7cbd2">{{ xjkkinputV2.length }}/50</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4289,9 +4294,9 @@ export default defineComponent({
|
||||
};
|
||||
// 弹框提示敬请期待
|
||||
const expectOnline = () => {
|
||||
message.destroy()
|
||||
message.success("功能正在开发中,敬请期待。")
|
||||
}
|
||||
message.destroy();
|
||||
message.success("功能正在开发中,敬请期待。");
|
||||
};
|
||||
//新建面授课
|
||||
const createft = () => {
|
||||
if (!state.xzinputV1) {
|
||||
@@ -5634,17 +5639,16 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tableBox {
|
||||
margin: 20px 38px 30px;
|
||||
|
||||
th {
|
||||
background-color: #eff4fc !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
background-color: #eff4fc !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ant-table-tbody
|
||||
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
|
||||
> td {
|
||||
|
||||
Reference in New Issue
Block a user