Commit d4ad0e55 by zhangzhijie

单位效能评估调整

parent 62a92812
......@@ -889,7 +889,7 @@
: ''
"
v-if="
(pageBs == 'queryDwxnpg' && (isPremission >= 0 || isAdmin)) ||
(pageBs == 'queryDwxnpg' ) ||
pageBs == 'queryDzrygl' ||
pageBs == 'queryWcqkNew' ||
pageBs == 'queryGxqkNew' ||
......@@ -2518,6 +2518,36 @@
<span style="margin-right: 16px"
v-if="scope.row.zhzt == '0'">未追回</span>
</template>
<el-table-column v-if="pageBs == 'queryZw'"
align="center"
width="200"
label="状态">
<template slot-scope="scope">
<div>
<div class="rwgl_s">
<span v-if="scope.row.zzhwkbh != ''"
class="s_stop">可侦</span>
<span v-if="scope.row.xyrZjhm != ''"
class="s_runn">可研</span>
</div>
</div>
</template>
</el-table-column>
<el-table-column v-if="pageBs == 'queryDna'"
align="center"
width="200"
label="状态">
<template slot-scope="scope">
<div>
<div class="rwgl_s">
<span v-if="scope.row.bzajXkbh != ''"
class="s_stop">可侦</span>
<span v-if="scope.row.bzrySfzh != ''"
class="s_runn">可研</span>
</div>
</div>
</template>
</el-table-column>
</el-table-column>
</el-table>
<el-table id="ajzbQuery"
......
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