|
@@ -114,9 +114,9 @@
|
114
|
114
|
<span @click="putOnRecord(1,scope.row)">备案</span>
|
115
|
115
|
</el-button>
|
116
|
116
|
|
117
|
|
- <el-button type="danger" size="small" icon="el-icon-tickets" v-if="scope.row.record.is_cancel == 1" >
|
118
|
|
- <span @click="putOnRecord(2,scope.row)">撤消</span>
|
119
|
|
- </el-button>
|
|
117
|
+<!-- <el-button type="danger" size="small" icon="el-icon-tickets" v-if="scope.row.record.is_cancel == 1" >-->
|
|
118
|
+<!-- <span @click="putOnRecord(2,scope.row)">撤消</span>-->
|
|
119
|
+<!-- </el-button>-->
|
120
|
120
|
</template>
|
121
|
121
|
</el-table-column>
|
122
|
122
|
</el-table>
|