|
@@ -17,9 +17,9 @@
|
|
|
<dilTable v-bind.sync="option">
|
|
|
<el-table-column fixed="right" label="操作" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
- <!-- :disabled="!scope.row.isEdit" -->
|
|
|
+
|
|
|
<el-button @click="click(scope.row.resultId)"
|
|
|
-
|
|
|
+ :disabled="!scope.row.isEdit"
|
|
|
type="text" size="small"
|
|
|
>修改</el-button
|
|
|
>
|