mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
上传附件统一样式
This commit is contained in:
@@ -314,6 +314,12 @@
|
||||
</div>
|
||||
<div class="mbl_items2">
|
||||
<div class="item_nam">
|
||||
<div class="asterisk_icon">
|
||||
<img
|
||||
src="@/assets/images/coursewareManage/asterisk.png"
|
||||
alt="asterisk"
|
||||
/>
|
||||
</div>
|
||||
<span style="margin-right: 14px">课程简介</span>
|
||||
</div>
|
||||
<div class="item_inp">
|
||||
@@ -789,8 +795,10 @@ export default defineComponent({
|
||||
for (const keyName of checkList) {
|
||||
if (!keyName) {
|
||||
count++;
|
||||
console.log("keyname",keyName);
|
||||
}
|
||||
}
|
||||
|
||||
return count ? false : true;
|
||||
};
|
||||
|
||||
@@ -837,8 +845,9 @@ export default defineComponent({
|
||||
postData.categoryId,
|
||||
postData.teacherId,
|
||||
postData.picUrl,
|
||||
postData.qdms_inputV6,
|
||||
postData.intro,
|
||||
];
|
||||
console.log("checkList",checkList);
|
||||
if (!checkVal(checkList)) {
|
||||
message.destroy();
|
||||
return message.error("请输入必填项");
|
||||
|
||||
Reference in New Issue
Block a user