Merge remote-tracking branch 'origin/dev_新疆_大罗素马铃薯new' into dev_新疆_大罗素马铃薯new
| | |
| | | <el-switch v-model="regulationForm.requireConfirm" /> |
| | | <span class="ml-10">开启后员工需要阅读确认</span> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="附件上传"> |
| | | <AttachmentUploadFile |
| | | v-model:fileList="regulationForm.storageBlobDTOs" |
| | | :limit="10" |
| | | :fileSize="50" |
| | | buttonText="点击上传附件" |
| | | /> |
| | | </el-form-item> |
| | | </el-form> |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | |
| | | addRuleFile, |
| | | } from "@/api/collaborativeApproval/rulesRegulationsManagementFile.js"; |
| | | import PIMTable from "@/components/PIMTable/PIMTable.vue"; |
| | | import AttachmentUploadFile from "@/components/AttachmentUpload/file/index.vue"; |
| | | |
| | | // 响应式数据 |
| | | const operationType = ref("add"); |
| | |
| | | readCount: 0, |
| | | effectiveTime: "", |
| | | requireConfirm: false, |
| | | storageBlobDTOs: [] |
| | | }); |
| | | |
| | | const readStatus = ref({ |
| | |
| | | readCount: 0, |
| | | effectiveTime: "", |
| | | requireConfirm: false, |
| | | storageBlobDTOs: [] |
| | | }); |
| | | }; |
| | | |