Commit 1b4b3b03 by hd

fix: new

parent 58c9b1d6
......@@ -1091,6 +1091,10 @@
<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-else>{{scope.row[columnTitle.prop]}}</span>
</div>
<!-- 认定状态-->
<div v-else-if="columnTitle.prop == 'rdztStr'">
<span v-if="scope.row['rdztStr'] == '认定成功'" class="greenY">{{
......
......@@ -279,6 +279,10 @@
<span v-else-if="scope.row['bjblJgdm'] == '2'" class="redY">需补充资料</span>
</div>
</div>
<div v-else-if="columnTitle.prop == 'khzljcBz'">
<span v-if="scope.row['khztdm'] == '考核通过'">考核通过</span>
<span v-else>{{scope.row[columnTitle.prop]}}</span>
</div>
<div v-else-if="columnTitle.prop == 'jyaq'">
<div class="ajxq_s">
<span class="none" v-html="scope.row[columnTitle.prop]"></span
......
......@@ -1822,6 +1822,11 @@ let xaglDefaultFormThead = [
width: '80',
},
{
label: '备注',
prop: 'khzljcBz',
width: '80',
},
{
label: '质检结果',
prop: 'zljcjg',
width: '180',
......@@ -2036,6 +2041,11 @@ let jaglDefaultFormThead = [
width: '80',
},
{
label: '备注',
prop: 'khzljcBz',
width: '80',
},
{
label: '质检结果',
prop: 'zljcjg',
width: '180',
......
......@@ -153,6 +153,16 @@ export default {
prop: "jyaq",
width: "220",
},
{
label: '考核状态',
prop: 'khztdm',
width: '80',
},
{
label: '备注',
prop: 'khzljcBz',
width: '80',
}
],
// 工作台新添加的备注列
bndfasTsThead2: [
......@@ -214,10 +224,15 @@ export default {
width: "220",
},
{
label: "考核状态",
prop: "khztdm",
width: "100",
},
{
label: "备注",
prop: "khzljcBz",
width: "220",
},
}
],
bndfasTsPageName: "laxxgl",
// 嫌疑人表头
......
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