添加商品关联课程的有效期

This commit is contained in:
2024-05-11 13:42:46 +08:00
parent 515817103b
commit 338de0ac5d

View File

@@ -153,6 +153,14 @@
label="目录名称" label="目录名称"
> >
</el-table-column> </el-table-column>
<el-table-column
prop="days"
header-align="center"
align="center"
label="有效期"
width="80"
>
</el-table-column>
<el-table-column <el-table-column
header-align="center" header-align="center"
@@ -267,12 +275,12 @@
> >
<template slot="searchFormItem" slot-scope="slotProps"> <template slot="searchFormItem" slot-scope="slotProps">
<template v-if="source == 'curriculum'"> <template v-if="source == 'curriculum'">
<el-form-item label="课程名称" prop="keyWords" class="form_item"> <el-form-item label="课程名称" prop="keywords" class="form_item">
<el-input <el-input
size="small" size="small"
placeholder="请输入课程名称" placeholder="请输入课程名称"
style="width: 100%" style="width: 100%"
v-model="slotProps.dataForm.keyWords" v-model="slotProps.dataForm.keywords"
clearable clearable
> >
</el-input> </el-form-item </el-input> </el-form-item