|
@@ -251,7 +251,10 @@
|
|
></el-switch>
|
|
></el-switch>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="whiteBg" style="border-radius: 0; margin-top: 15px">
|
|
|
|
|
|
+ <div
|
|
|
|
+ class="whiteBg"
|
|
|
|
+ style="border-radius: 0; margin-top: 15px; padding-bottom: 20px"
|
|
|
|
+ >
|
|
<div class="right_title">评价体系</div>
|
|
<div class="right_title">评价体系</div>
|
|
<div style="width: 95%; margin: 15px auto">
|
|
<div style="width: 95%; margin: 15px auto">
|
|
<div
|
|
<div
|
|
@@ -273,7 +276,9 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- <div style="margin-right: 15px;min-width: 120px;">请选择评价指标</div>
|
|
|
|
|
|
+ <div style="margin-right: 15px; min-width: 120px">
|
|
|
|
+ 请选择评价指标
|
|
|
|
+ </div>
|
|
<div>
|
|
<div>
|
|
<el-select
|
|
<el-select
|
|
v-model="evalua"
|
|
v-model="evalua"
|
|
@@ -1489,8 +1494,8 @@
|
|
></el-input> -->
|
|
></el-input> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="e_add_content" style="width:100%;">
|
|
|
|
- <div class="e_add_list_pbox" style="width:100%;">
|
|
|
|
|
|
+ <div class="e_add_content" style="width: 100%">
|
|
|
|
+ <div class="e_add_list_pbox" style="width: 100%">
|
|
<div class="e_add_list_pbox_title">
|
|
<div class="e_add_list_pbox_title">
|
|
<span class="type_title">切换模式</span>
|
|
<span class="type_title">切换模式</span>
|
|
<div class="type_content">
|
|
<div class="type_content">
|
|
@@ -2748,7 +2753,7 @@ export default {
|
|
file.name.split(".")[0] +
|
|
file.name.split(".")[0] +
|
|
new Date().getTime() +
|
|
new Date().getTime() +
|
|
"." +
|
|
"." +
|
|
- file.name.split(".")[file.name.split(".").length-1],
|
|
|
|
|
|
+ file.name.split(".")[file.name.split(".").length - 1],
|
|
ContentType: file.type,
|
|
ContentType: file.type,
|
|
Body: file,
|
|
Body: file,
|
|
"Access-Control-Allow-Credentials": "*",
|
|
"Access-Control-Allow-Credentials": "*",
|
|
@@ -2803,7 +2808,7 @@ export default {
|
|
file.name.split(".")[0] +
|
|
file.name.split(".")[0] +
|
|
new Date().getTime() +
|
|
new Date().getTime() +
|
|
"." +
|
|
"." +
|
|
- file.name.split(".")[file.name.split(".").length-1],
|
|
|
|
|
|
+ file.name.split(".")[file.name.split(".").length - 1],
|
|
ContentType: file.type,
|
|
ContentType: file.type,
|
|
Body: file,
|
|
Body: file,
|
|
"Access-Control-Allow-Credentials": "*",
|
|
"Access-Control-Allow-Credentials": "*",
|
|
@@ -2862,7 +2867,7 @@ export default {
|
|
file.name.split(".")[0] +
|
|
file.name.split(".")[0] +
|
|
new Date().getTime() +
|
|
new Date().getTime() +
|
|
"." +
|
|
"." +
|
|
- file.name.split(".")[file.name.split(".").length-1],
|
|
|
|
|
|
+ file.name.split(".")[file.name.split(".").length - 1],
|
|
ContentType: file.type,
|
|
ContentType: file.type,
|
|
Body: file,
|
|
Body: file,
|
|
"Access-Control-Allow-Credentials": "*",
|
|
"Access-Control-Allow-Credentials": "*",
|