Commit 878f150a by hd

fix: new

parent 1b4b3b03
......@@ -1088,11 +1088,10 @@
<span v-else-if="scope.row['khztdm'] == '待定'" class="yellowY"
>待定</span
>
<span v-else-if="scope.row['khztdm'] == '未考核'">未考核</span>
</div>
<div v-else-if="columnTitle.prop == 'khzljcBz'">
<span v-if="scope.row['khztdm'] == '考核通过'">考核通过</span>
<span v-if="scope.row['khztdm'] == '考核通过'">{{scope.row[columnTitle.prop] = '考核通过'}}</span>
<span v-else>{{scope.row[columnTitle.prop]}}</span>
</div>
<!-- 认定状态-->
......
......@@ -1822,7 +1822,7 @@ let xaglDefaultFormThead = [
width: '80',
},
{
label: '备注',
label: '考核意见',
prop: 'khzljcBz',
width: '80',
},
......@@ -2041,7 +2041,7 @@ let jaglDefaultFormThead = [
width: '80',
},
{
label: '备注',
label: '考核意见',
prop: 'khzljcBz',
width: '80',
},
......
......@@ -159,7 +159,7 @@ export default {
width: '80',
},
{
label: '备注',
label: '考核意见',
prop: 'khzljcBz',
width: '80',
}
......@@ -229,7 +229,7 @@ export default {
width: "100",
},
{
label: "备注",
label: "考核意见",
prop: "khzljcBz",
width: "220",
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment