|
@@ -37,7 +37,7 @@
|
|
<el-input
|
|
<el-input
|
|
class="input_width"
|
|
class="input_width"
|
|
v-model="paperDetailStruct.score"
|
|
v-model="paperDetailStruct.score"
|
|
- @change="muli(paperDetailStruct);"
|
|
|
|
|
|
+ @change="muli(paperDetailStruct)"
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
></el-input>
|
|
></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -111,7 +111,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div
|
|
<div
|
|
class="el_table_inner_left"
|
|
class="el_table_inner_left"
|
|
- @mouseenter="showActiveIn(1, 1, scope.row);"
|
|
|
|
|
|
+ @mouseenter="showActiveIn(1, 1, scope.row)"
|
|
@mouseleave="showActiveOff"
|
|
@mouseleave="showActiveOff"
|
|
>
|
|
>
|
|
<el-tooltip placement="top">
|
|
<el-tooltip placement="top">
|
|
@@ -120,7 +120,7 @@
|
|
class="input_width_ss"
|
|
class="input_width_ss"
|
|
v-model="scope.row.publicSimple"
|
|
v-model="scope.row.publicSimple"
|
|
@change="
|
|
@change="
|
|
- sum(scope.row, scope.row.publicSimple, 'publicSimple');
|
|
|
|
|
|
+ sum(scope.row, scope.row.publicSimple, 'publicSimple')
|
|
"
|
|
"
|
|
:disabled="scope.row.disable"
|
|
:disabled="scope.row.disable"
|
|
></el-input>
|
|
></el-input>
|
|
@@ -132,7 +132,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div
|
|
<div
|
|
class="el_table_inner_left"
|
|
class="el_table_inner_left"
|
|
- @mouseenter="showActiveIn(1, 2, scope.row);"
|
|
|
|
|
|
+ @mouseenter="showActiveIn(1, 2, scope.row)"
|
|
@mouseleave="showActiveOff"
|
|
@mouseleave="showActiveOff"
|
|
>
|
|
>
|
|
<el-tooltip placement="top">
|
|
<el-tooltip placement="top">
|
|
@@ -141,7 +141,7 @@
|
|
class="input_width_ss"
|
|
class="input_width_ss"
|
|
v-model="scope.row.publicMedium"
|
|
v-model="scope.row.publicMedium"
|
|
@change="
|
|
@change="
|
|
- sum(scope.row, scope.row.publicMedium, 'publicMedium');
|
|
|
|
|
|
+ sum(scope.row, scope.row.publicMedium, 'publicMedium')
|
|
"
|
|
"
|
|
:disabled="scope.row.disable"
|
|
:disabled="scope.row.disable"
|
|
></el-input>
|
|
></el-input>
|
|
@@ -153,7 +153,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div
|
|
<div
|
|
class="el_table_inner_left"
|
|
class="el_table_inner_left"
|
|
- @mouseenter="showActiveIn(1, 3, scope.row);"
|
|
|
|
|
|
+ @mouseenter="showActiveIn(1, 3, scope.row)"
|
|
@mouseleave="showActiveOff"
|
|
@mouseleave="showActiveOff"
|
|
>
|
|
>
|
|
<el-tooltip placement="top">
|
|
<el-tooltip placement="top">
|
|
@@ -166,7 +166,7 @@
|
|
scope.row,
|
|
scope.row,
|
|
scope.row.publicDifficulty,
|
|
scope.row.publicDifficulty,
|
|
'publicDifficulty'
|
|
'publicDifficulty'
|
|
- );
|
|
|
|
|
|
+ )
|
|
"
|
|
"
|
|
:disabled="scope.row.disable"
|
|
:disabled="scope.row.disable"
|
|
></el-input>
|
|
></el-input>
|
|
@@ -178,7 +178,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div
|
|
<div
|
|
class="el_table_inner_left"
|
|
class="el_table_inner_left"
|
|
- @mouseenter="showActiveIn(0, 1, scope.row);"
|
|
|
|
|
|
+ @mouseenter="showActiveIn(0, 1, scope.row)"
|
|
@mouseleave="showActiveOff"
|
|
@mouseleave="showActiveOff"
|
|
>
|
|
>
|
|
<el-tooltip placement="top">
|
|
<el-tooltip placement="top">
|
|
@@ -191,7 +191,7 @@
|
|
scope.row,
|
|
scope.row,
|
|
scope.row.noPublicSimple,
|
|
scope.row.noPublicSimple,
|
|
'noPublicSimple'
|
|
'noPublicSimple'
|
|
- );
|
|
|
|
|
|
+ )
|
|
"
|
|
"
|
|
:disabled="scope.row.disable"
|
|
:disabled="scope.row.disable"
|
|
></el-input>
|
|
></el-input>
|
|
@@ -203,7 +203,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div
|
|
<div
|
|
class="el_table_inner_left"
|
|
class="el_table_inner_left"
|
|
- @mouseenter="showActiveIn(0, 2, scope.row);"
|
|
|
|
|
|
+ @mouseenter="showActiveIn(0, 2, scope.row)"
|
|
@mouseleave="showActiveOff"
|
|
@mouseleave="showActiveOff"
|
|
>
|
|
>
|
|
<el-tooltip placement="top">
|
|
<el-tooltip placement="top">
|
|
@@ -216,7 +216,7 @@
|
|
scope.row,
|
|
scope.row,
|
|
scope.row.noPublicMedium,
|
|
scope.row.noPublicMedium,
|
|
'noPublicMedium'
|
|
'noPublicMedium'
|
|
- );
|
|
|
|
|
|
+ )
|
|
"
|
|
"
|
|
:disabled="scope.row.disable"
|
|
:disabled="scope.row.disable"
|
|
></el-input>
|
|
></el-input>
|
|
@@ -228,7 +228,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div
|
|
<div
|
|
class="el_table_inner_left"
|
|
class="el_table_inner_left"
|
|
- @mouseenter="showActiveIn(0, 3, scope.row);"
|
|
|
|
|
|
+ @mouseenter="showActiveIn(0, 3, scope.row)"
|
|
@mouseleave="showActiveOff"
|
|
@mouseleave="showActiveOff"
|
|
>
|
|
>
|
|
<el-tooltip placement="top">
|
|
<el-tooltip placement="top">
|
|
@@ -241,7 +241,7 @@
|
|
scope.row,
|
|
scope.row,
|
|
scope.row.noPublicDifficulty,
|
|
scope.row.noPublicDifficulty,
|
|
'noPublicDifficulty'
|
|
'noPublicDifficulty'
|
|
- );
|
|
|
|
|
|
+ )
|
|
"
|
|
"
|
|
:disabled="scope.row.disable"
|
|
:disabled="scope.row.disable"
|
|
></el-input>
|
|
></el-input>
|