增加起草人、起草单位列
This commit is contained in:
+19
-1
@@ -1466,7 +1466,7 @@
|
||||
<el-dialog
|
||||
title="企标复审计划 -(已复审过的企标列表记录以及未来一个月内需要复审的企标信息列表以及复审结果)"
|
||||
:visible.sync="replaceLawsNumModel"
|
||||
width="875px"
|
||||
width="1200px"
|
||||
:close-on-click-modal="false"
|
||||
@close="replaceLawsNumModelCancel"
|
||||
>
|
||||
@@ -1576,6 +1576,24 @@
|
||||
<span>{{ filterOp(scope.row.reviewResults) }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="qcrbuss"
|
||||
label="起草人"
|
||||
width="120">
|
||||
<template slot-scope="scope">
|
||||
<el-tooltip class="item" effect="dark" :content="scope.row.qcrbuss" placement="top">
|
||||
<span v-if="scope.row.qcrbuss" :title="scope.row.qcrbuss">{{ scope.row.qcrbuss }}</span>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="qcdw"
|
||||
label="起草单位"
|
||||
width="120">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.qcdw" :title="scope.row.qcdw">{{ scope.row.qcdw }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<loading :loading="replaceLoading">{{$t('m.dataAcquisition')}}</loading>
|
||||
<!--分页-->
|
||||
|
||||
Reference in New Issue
Block a user