|
@@ -225,7 +225,7 @@
|
|
|
<span v-else><el-link :underline="false" type="info">暂无</el-link></span>
|
|
<span v-else><el-link :underline="false" type="info">暂无</el-link></span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="right" fixed="right" :width="moreWidth ? '280px' : '100px'">
|
|
|
|
|
|
|
+ <el-table-column label="操作" align="right" fixed="right" :width="moreWidth ? '300px' : '100px'">
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<el-button @click="editRow(row)" type="primary" size="mini" plain>
|
|
<el-button @click="editRow(row)" type="primary" size="mini" plain>
|
|
|
<span v-if="row.status == 'ASSIGN_EXPERT'">审核材料</span>
|
|
<span v-if="row.status == 'ASSIGN_EXPERT'">审核材料</span>
|