提交修改
This commit is contained in:
parent
88b63352c4
commit
6b30dfdfb9
@ -16,7 +16,7 @@
|
||||
<div id="keyResultEditorElem3_5" class="editor"></div>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="3.7-考核标准" v-show="auth.keyResult37 >= 1 && this.type ===1" prop="keyResult37">
|
||||
<el-form-item label="3.75-考核标准" v-show="auth.keyResult37 >= 1 && this.type ===1" prop="keyResult37">
|
||||
<div id="keyResultEditorElem3_7" class="editor"></div>
|
||||
</el-form-item>
|
||||
|
||||
|
||||
@ -89,16 +89,13 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
<el-table-column label="3.7-考核标准" prop="keyResult37" align="left" width="280">
|
||||
<el-table-column label="3.75-考核标准" prop="keyResult37" align="left" width="280">
|
||||
<template slot-scope="scope" >
|
||||
<div v-html="scope.row.keyResult37" class="rich">
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
|
||||
<el-table-column label="考核权重" prop="checkWeight" align="center" >
|
||||
<template slot-scope="scope">
|
||||
<div class="conatnt-name">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user