|
@@ -69,15 +69,15 @@
|
|
|
v-if="checkPrivilege('link', 'view')"
|
|
|
class="btn-primary"
|
|
|
type="text"
|
|
|
- @click="toCalculate(scope.row)"
|
|
|
- >重新计算</el-button
|
|
|
+ @click="toDetail(scope.row)"
|
|
|
+ >查看详情</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
v-if="checkPrivilege('link', 'view')"
|
|
|
class="btn-primary"
|
|
|
type="text"
|
|
|
- @click="toDetail(scope.row)"
|
|
|
- >查看详情</el-button
|
|
|
+ @click="toCalculate(scope.row)"
|
|
|
+ >重新计算</el-button
|
|
|
>
|
|
|
</template>
|
|
|
</el-table-column>
|