|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
background layout="prev, pager, next" :total="data.total"/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<el-dialog width="35%" v-model="data.formVisible" title="您正在编辑课程信息,请确保无误!">
|
|
|
|
|
<el-dialog width="75%" v-model="data.formVisible" title="您正在编辑课程信息,请确保无误!">
|
|
|
|
|
<el-form :model="data.form" label-width="100px" label-position="right" style="padding-right: 40px">
|
|
|
|
|
<el-form-item label="课程名称">
|
|
|
|
|
<el-input v-model="data.form.name" autocomplete="off"/>
|
|
|
|
|
|