mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
Merge branch 'compulsory_professional_skills' into test20250220
This commit is contained in:
@@ -94,6 +94,7 @@ const formData = useResetRef({
|
|||||||
});
|
});
|
||||||
const emit = defineEmits(["update:info", "close"]);
|
const emit = defineEmits(["update:info", "close"]);
|
||||||
const dateTime = ref([]);
|
const dateTime = ref([]);
|
||||||
|
// 验证
|
||||||
const rulesRef = ref({
|
const rulesRef = ref({
|
||||||
workName: [
|
workName: [
|
||||||
{
|
{
|
||||||
@@ -121,7 +122,7 @@ const rulesRef = ref({
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
const { resetFields, validate } = Form.useForm(formData, rulesRef);
|
const { validate } = Form.useForm(formData, rulesRef);
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
formData.value = props.info;
|
formData.value = props.info;
|
||||||
@@ -135,7 +136,7 @@ const closeDrawer = () => {
|
|||||||
dateTime.value = [];
|
dateTime.value = [];
|
||||||
emit("close");
|
emit("close");
|
||||||
};
|
};
|
||||||
|
// 开始时间结束时间处理
|
||||||
function timeChange(time, timeStr) {
|
function timeChange(time, timeStr) {
|
||||||
formData.value.submitStartTime = timeStr[0];
|
formData.value.submitStartTime = timeStr[0];
|
||||||
formData.value.submitEndTime = timeStr[1];
|
formData.value.submitEndTime = timeStr[1];
|
||||||
|
|||||||
@@ -403,7 +403,6 @@
|
|||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
height: 200px;
|
height: 200px;
|
||||||
width: 180px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -363,14 +363,14 @@ export default {
|
|||||||
width: 120,
|
width: 120,
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: "专业力学习",
|
// title: "专业力学习",
|
||||||
dataIndex: "growthStudy",
|
// dataIndex: "growthStudy",
|
||||||
ellipsis: true,
|
// ellipsis: true,
|
||||||
key: "growthStudy",
|
// key: "growthStudy",
|
||||||
width: 120,
|
// width: 120,
|
||||||
align: "center",
|
// align: "center",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "学习时长",
|
title: "学习时长",
|
||||||
dataIndex: "learningDuration",
|
dataIndex: "learningDuration",
|
||||||
|
|||||||
@@ -106,10 +106,10 @@
|
|||||||
label: '学习路径图',
|
label: '学习路径图',
|
||||||
value: 6,
|
value: 6,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: '专业力必修',
|
// label: '专业力必修',
|
||||||
value: 7,
|
// value: 7,
|
||||||
},
|
// },
|
||||||
]"
|
]"
|
||||||
></a-select>
|
></a-select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -361,7 +361,7 @@ export default {
|
|||||||
{ text: "课程", num: res.data.result?.courseTotal },
|
{ text: "课程", num: res.data.result?.courseTotal },
|
||||||
{ text: "考试", num: res.data.result?.examTotal },
|
{ text: "考试", num: res.data.result?.examTotal },
|
||||||
{ text: "案例", num: res.data.result?.caseTotal },
|
{ text: "案例", num: res.data.result?.caseTotal },
|
||||||
{ text: "专业力", num: 10 },
|
// { text: "专业力", num: 10 },
|
||||||
];
|
];
|
||||||
tabData.value = list;
|
tabData.value = list;
|
||||||
});
|
});
|
||||||
@@ -899,7 +899,7 @@ export default {
|
|||||||
{ text: "课程", num: "11" },
|
{ text: "课程", num: "11" },
|
||||||
{ text: "考试", num: "10" },
|
{ text: "考试", num: "10" },
|
||||||
{ text: "案例", num: "10" },
|
{ text: "案例", num: "10" },
|
||||||
{ text: "专业力必修", num: "10" },
|
// { text: "专业力必修", num: "10" },
|
||||||
]);
|
]);
|
||||||
const tabClick = (index) => {
|
const tabClick = (index) => {
|
||||||
state.selectedRowKeys = [];
|
state.selectedRowKeys = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user