|
@@ -422,7 +422,21 @@
|
|
|
<div class="chapter_upload_l_i3"></div>
|
|
|
<div class="titName">{{ item.fileName }}</div>
|
|
|
</div>
|
|
|
- <div class="fileBoxRight">
|
|
|
+ <div class="fileBoxRight" v-if="!isDownPdf">
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div
|
|
|
+ class="chapter_upload_up"
|
|
|
+ @click="upCd($event, index, 1)"
|
|
|
+ ></div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_down"
|
|
|
+ @click="downCd($event, index, 1)"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_ic_edit"
|
|
|
+ @click="updataVideoT($event, index, 1)"
|
|
|
+ ></div>
|
|
|
<div
|
|
|
class="chapter_upload_ic_r"
|
|
|
@click="deleteFile(index, 1)"
|
|
@@ -476,7 +490,21 @@
|
|
|
<div class="chapter_upload_l_i3"></div>
|
|
|
<div class="titName">{{ item.fileName }}</div>
|
|
|
</div>
|
|
|
- <div class="fileBoxRight">
|
|
|
+ <div class="fileBoxRight" v-if="!isDownPdf">
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div
|
|
|
+ class="chapter_upload_up"
|
|
|
+ @click="upCd($event, index, 2)"
|
|
|
+ ></div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_down"
|
|
|
+ @click="downCd($event, index, 2)"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_ic_edit"
|
|
|
+ @click="updataVideoT($event, index, 2)"
|
|
|
+ ></div>
|
|
|
<div
|
|
|
class="chapter_upload_ic_r"
|
|
|
@click="deleteFile(index, 2)"
|
|
@@ -530,7 +558,21 @@
|
|
|
<div class="chapter_upload_l_i3"></div>
|
|
|
<div class="titName">{{ item.fileName }}</div>
|
|
|
</div>
|
|
|
- <div class="fileBoxRight">
|
|
|
+ <div class="fileBoxRight" v-if="!isDownPdf">
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div
|
|
|
+ class="chapter_upload_up"
|
|
|
+ @click="upCd($event, index, 3)"
|
|
|
+ ></div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_down"
|
|
|
+ @click="downCd($event, index, 3)"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_ic_edit"
|
|
|
+ @click="updataVideoT($event, index, 3)"
|
|
|
+ ></div>
|
|
|
<div
|
|
|
class="chapter_upload_ic_r"
|
|
|
@click="deleteFile(index, 3)"
|
|
@@ -578,7 +620,21 @@
|
|
|
<div class="chapter_upload_l_i3"></div>
|
|
|
<div class="titName">{{ item.fileName }}</div>
|
|
|
</div>
|
|
|
- <div class="fileBoxRight">
|
|
|
+ <div class="fileBoxRight" v-if="!isDownPdf">
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div
|
|
|
+ class="chapter_upload_up"
|
|
|
+ @click="upCd($event, index, 4)"
|
|
|
+ ></div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_down"
|
|
|
+ @click="downCd($event, index, 4)"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_ic_edit"
|
|
|
+ @click="updataVideoT($event, index, 4)"
|
|
|
+ ></div>
|
|
|
<div
|
|
|
class="chapter_upload_ic_r"
|
|
|
@click="deleteFile(index, 4)"
|
|
@@ -626,7 +682,21 @@
|
|
|
<div class="chapter_upload_l_i3"></div>
|
|
|
<div class="titName">{{ item.fileName }}</div>
|
|
|
</div>
|
|
|
- <div class="fileBoxRight">
|
|
|
+ <div class="fileBoxRight" v-if="!isDownPdf">
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div
|
|
|
+ class="chapter_upload_up"
|
|
|
+ @click="upCd($event, index, 5)"
|
|
|
+ ></div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_down"
|
|
|
+ @click="downCd($event, index, 5)"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_ic_edit"
|
|
|
+ @click="updataVideoT($event, index, 5)"
|
|
|
+ ></div>
|
|
|
<div
|
|
|
class="chapter_upload_ic_r"
|
|
|
@click="deleteFile(index, 5)"
|
|
@@ -674,7 +744,21 @@
|
|
|
<div class="chapter_upload_l_i3"></div>
|
|
|
<div class="titName">{{ item.fileName }}</div>
|
|
|
</div>
|
|
|
- <div class="fileBoxRight">
|
|
|
+ <div class="fileBoxRight" v-if="!isDownPdf">
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div
|
|
|
+ class="chapter_upload_up"
|
|
|
+ @click="upCd($event, index, 6)"
|
|
|
+ ></div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_down"
|
|
|
+ @click="downCd($event, index, 6)"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_ic_edit"
|
|
|
+ @click="updataVideoT($event, index, 6)"
|
|
|
+ ></div>
|
|
|
<div
|
|
|
class="chapter_upload_ic_r"
|
|
|
@click="deleteFile(index, 6)"
|
|
@@ -779,7 +863,21 @@
|
|
|
<div class="chapter_upload_l_i3"></div>
|
|
|
<div class="titName">{{ item.fileName }}</div>
|
|
|
</div>
|
|
|
- <div class="fileBoxRight">
|
|
|
+ <div class="fileBoxRight" v-if="!isDownPdf">
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div
|
|
|
+ class="chapter_upload_up"
|
|
|
+ @click="upCd($event, index, 7)"
|
|
|
+ ></div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_down"
|
|
|
+ @click="downCd($event, index, 7)"
|
|
|
+ ></div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_upload_ic_edit"
|
|
|
+ @click="updataVideoT($event, index, 7)"
|
|
|
+ ></div>
|
|
|
<div
|
|
|
class="chapter_upload_ic_r"
|
|
|
@click="deleteFile(index, 7)"
|
|
@@ -1131,6 +1229,35 @@
|
|
|
</div>
|
|
|
<!-- <el-button type="primary" size="mini" @click="downFile(showFileUrl)">下载文件</el-button> -->
|
|
|
</el-dialog>
|
|
|
+ <el-dialog
|
|
|
+ title="修改名称"
|
|
|
+ :visible.sync="dialogVisibleupdataVideoT"
|
|
|
+ :append-to-body="true"
|
|
|
+ width="500px"
|
|
|
+ :before-close="handleClose"
|
|
|
+ class="dialog_diy"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ style="
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <div style="min-width: fit-content">文件名称:</div>
|
|
|
+ <el-input
|
|
|
+ v-model="fileName"
|
|
|
+ placeholder="请输入要修改的名称"
|
|
|
+ ></el-input>
|
|
|
+ </div>
|
|
|
+ <span slot="footer" class="dialog-footer">
|
|
|
+ <el-button @click="dialogVisibleupdataVideoT = false">取 消</el-button>
|
|
|
+ <el-button type="primary" @click="updataVideoC">确 定</el-button>
|
|
|
+ </span>
|
|
|
+ </el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -1290,9 +1417,16 @@ export default {
|
|
|
playerO: {},
|
|
|
videoDetail: {},
|
|
|
qpList: [],
|
|
|
+ fileName: "",
|
|
|
+ fileIndex: 0,
|
|
|
+ fileType: 0,
|
|
|
+ dialogVisibleupdataVideoT: false,
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
+ handleClose(done) {
|
|
|
+ done();
|
|
|
+ },
|
|
|
getFile(val) {
|
|
|
//上传成果文件
|
|
|
console.log(val);
|
|
@@ -1579,6 +1713,291 @@ export default {
|
|
|
}
|
|
|
);
|
|
|
},
|
|
|
+ upCd(e, i, t) {
|
|
|
+ e.stopPropagation();
|
|
|
+ if (i == 0) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ if (t == 1) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i - 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i - 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i] = a;
|
|
|
+ } else if (t == 2) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i - 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i - 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i] = a;
|
|
|
+ } else if (t == 3) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[
|
|
|
+ i - 1
|
|
|
+ ]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[
|
|
|
+ i - 1
|
|
|
+ ] = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[i] = a;
|
|
|
+ } else if (t == 4) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i - 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i - 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i] = a;
|
|
|
+ } else if (t == 5) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[
|
|
|
+ i - 1
|
|
|
+ ]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[i - 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[i] = a;
|
|
|
+ } else if (t == 6) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i - 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i - 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i] = a;
|
|
|
+ } else {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i - 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i - 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i] = a;
|
|
|
+ }
|
|
|
+ this.$forceUpdate();
|
|
|
+ this.setFile();
|
|
|
+ },
|
|
|
+ downCd(e, i, t) {
|
|
|
+ e.stopPropagation();
|
|
|
+ if (t == 1) {
|
|
|
+ if (
|
|
|
+ i ==
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory.length - 1
|
|
|
+ ) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i + 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i + 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[i] = a;
|
|
|
+ } else if (t == 2) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i + 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i + 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i] = a;
|
|
|
+ } else if (t == 3) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[
|
|
|
+ i + 1
|
|
|
+ ]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[
|
|
|
+ i + 1
|
|
|
+ ] = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[i] = a;
|
|
|
+ } else if (t == 4) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i + 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i + 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[i] = a;
|
|
|
+ } else if (t == 5) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[
|
|
|
+ i + 1
|
|
|
+ ]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[i + 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[i] = a;
|
|
|
+ } else if (t == 6) {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i + 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i + 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[i] = a;
|
|
|
+ } else {
|
|
|
+ var a = JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i + 1]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i + 1] =
|
|
|
+ JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i]
|
|
|
+ )
|
|
|
+ );
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i] = a;
|
|
|
+ }
|
|
|
+ this.$forceUpdate();
|
|
|
+ this.setFile();
|
|
|
+ },
|
|
|
+ updataVideoT(e, i, t) {
|
|
|
+ if (t == 1) {
|
|
|
+ this.fileName =
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[
|
|
|
+ i
|
|
|
+ ].fileName;
|
|
|
+ } else if (t == 2) {
|
|
|
+ this.fileName =
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[i].fileName;
|
|
|
+ } else if (t == 3) {
|
|
|
+ this.fileName =
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[
|
|
|
+ i
|
|
|
+ ].fileName;
|
|
|
+ } else if (t == 4) {
|
|
|
+ this.fileName =
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[
|
|
|
+ i
|
|
|
+ ].fileName;
|
|
|
+ } else if (t == 5) {
|
|
|
+ this.fileName =
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[
|
|
|
+ i
|
|
|
+ ].fileName;
|
|
|
+ } else if (t == 6) {
|
|
|
+ this.fileName =
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[
|
|
|
+ i
|
|
|
+ ].fileName;
|
|
|
+ } else {
|
|
|
+ this.fileName =
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[i].fileName;
|
|
|
+ }
|
|
|
+ this.fileIndex = i;
|
|
|
+ this.fileType = t;
|
|
|
+ this.dialogVisibleupdataVideoT = true;
|
|
|
+ this.$forceUpdate();
|
|
|
+ },
|
|
|
+ updataVideoC() {
|
|
|
+ if (this.fileType == 1) {
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].resultAccessory[
|
|
|
+ this.fileIndex
|
|
|
+ ].fileName = JSON.parse(JSON.stringify(this.fileName));
|
|
|
+ } else if (this.fileType == 2) {
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].firmAccessory[
|
|
|
+ this.fileIndex
|
|
|
+ ].fileName = JSON.parse(JSON.stringify(this.fileName));
|
|
|
+ } else if (this.fileType == 3) {
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].competitionAccessory[
|
|
|
+ this.fileIndex
|
|
|
+ ].fileName = JSON.parse(JSON.stringify(this.fileName));
|
|
|
+ } else if (this.fileType == 4) {
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory[
|
|
|
+ this.fileIndex
|
|
|
+ ].fileName = JSON.parse(JSON.stringify(this.fileName));
|
|
|
+ } else if (this.fileType == 5) {
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].conversionAccessory[
|
|
|
+ this.fileIndex
|
|
|
+ ].fileName = JSON.parse(JSON.stringify(this.fileName));
|
|
|
+ } else if (this.fileType == 6) {
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].talentsAccessory[
|
|
|
+ this.fileIndex
|
|
|
+ ].fileName = JSON.parse(JSON.stringify(this.fileName));
|
|
|
+ } else {
|
|
|
+ this.myArrayProp[0]["ClosingstatementData"].taskAccessory[
|
|
|
+ this.fileIndex
|
|
|
+ ].fileName = JSON.parse(JSON.stringify(this.fileName));
|
|
|
+ }
|
|
|
+ this.dialogVisibleupdataVideoT = false;
|
|
|
+ this.$forceUpdate();
|
|
|
+ this.setFile();
|
|
|
+ },
|
|
|
},
|
|
|
watch: {
|
|
|
isDownPdf: {
|
|
@@ -1656,7 +2075,30 @@ export default {
|
|
|
html,
|
|
|
body {
|
|
|
overflow: unset;
|
|
|
+ .dialog_diy {
|
|
|
+ /deep/.el-dialog__header {
|
|
|
+ background: #3c3c3c !important;
|
|
|
+ padding: 15px 20px;
|
|
|
+ }
|
|
|
+ /deep/.el-dialog__title {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ /deep/.el-dialog__headerbtn {
|
|
|
+ top: 19px;
|
|
|
+ }
|
|
|
+ /deep/.el-dialog__headerbtn .el-dialog__close {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ /deep/.el-dialog__headerbtn .el-dialog__close:hover {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ /deep/.el-dialog__body,
|
|
|
+ /deep/.el-dialog__footer {
|
|
|
+ background: #fafafa;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
.onePage {
|
|
|
width: 100%;
|
|
|
height: 1300px;
|
|
@@ -1801,6 +2243,48 @@ table {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
+ .chapter_upload_ud {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: center;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+ .chapter_upload_up {
|
|
|
+ margin-right: 10px !important;
|
|
|
+ }
|
|
|
+ .chapter_upload_down,
|
|
|
+ .chapter_upload_up {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ background: #e4eaf2;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-radius: 5px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .chapter_upload_up::after,
|
|
|
+ .chapter_upload_down::after {
|
|
|
+ content: "";
|
|
|
+ background-image: url("../../../assets/img/downBtn.png");
|
|
|
+ width: 13px;
|
|
|
+ height: 13px;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .chapter_upload_up::after {
|
|
|
+ background-image: url("../../../assets/img/upBtn.png") !important;
|
|
|
+ }
|
|
|
+ .chapter_upload_ic_edit {
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin-right: 10px;
|
|
|
+ background-image: url("../../../assets/img/edit_u.png");
|
|
|
+ }
|
|
|
.chapter_upload_ic_r {
|
|
|
width: 18px;
|
|
|
height: 18px;
|