添加商品关联课程的有效期
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user