完善新建作业流程

This commit is contained in:
24kycj
2024-11-07 21:50:06 +08:00
parent ca1a2e11b5
commit 2384fcf7f1
18 changed files with 1585 additions and 341 deletions
+7 -10
View File
@@ -32,7 +32,7 @@
</el-dialog>
</div>
<div v-if="archiverVisible">
<!-- <div v-if="archiverVisible">
<el-dialog
:close-on-click-modal="false"
width="500px"
@@ -47,7 +47,7 @@
:changevisiable="changeArchivervisible"
></archiverdialog>
</el-dialog>
</div>
</div> -->
<slot></slot>
</div>
</template>
@@ -57,10 +57,10 @@ const fs = require("fs");
import fileEmpty from "./fileEmpty";
import fileList from "./fileList";
import progressdialog from "./progressdialog";
import archiverdialog from "./archiverdialog";
// import archiverdialog from "./archiverdialog";
import { calcSize, getFileName, isFolder } from "./calc";
import { copy } from "./copy";
import { zip } from "./archiver";
// import { zip } from "./archiver";
export default {
name: "Files",
props: {
@@ -78,7 +78,7 @@ export default {
fileEmpty,
fileList,
progressdialog,
archiverdialog,
// archiverdialog,
},
data() {
return {
@@ -316,7 +316,7 @@ export default {
};
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="less" scoped>
<style lang="scss" scoped>
.prodialog {
display: flex;
justify-content: center;
@@ -335,12 +335,9 @@ export default {
.files {
width: 100%;
background-color: #f5f5f5;
margin: 10px auto 0;
height: 100%;
font-size: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
position: relative;
height: 375px;
}
.btn-group {