吉安感知网项目-前端
shuishen
8 days ago 6e88705bd5b443a259b24c17c8a299765d059d96
applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
@@ -69,7 +69,7 @@
               <el-table-column prop="objectionBasis" show-overflow-tooltip label="异议依据" />
               <el-table-column prop="attachNames" show-overflow-tooltip label="附件名称" />
               <el-table-column prop="reviewOpinion" show-overflow-tooltip label="审核意见" />
               <el-table-column label="操作" class-name="operation-btns" width="150">
               <el-table-column label="操作" class-name="operation-btns" width="150" fixed="right">
                  <template v-slot="{ row }">
                     <el-link  type="primary"  @click="openForm('view', row)">查看</el-link>
                     <el-link  type="primary"  @click="openForm('edit', row)" v-if="!['1', '2'].includes(row.objectionStatus)">编辑</el-link>