Commit 3ce581b1 authored by mengmeng's avatar mengmeng

modify

parent 8e6be9d8
......@@ -26,7 +26,7 @@
<el-table-column prop="tempId" label="问卷模版ID" header-align="center" align="center"></el-table-column>
<el-table-column prop="question" label="问题描述" header-align="center" align="center">
<template slot-scope="scope">
<el-button type="text" @click="childHandle(scope.row)">{{ scope.row.id }}</el-button>
<el-button type="text" @click="childHandle(scope.row)">{{ scope.row.question }}</el-button>
</template>
</el-table-column>
<el-table-column :label="$t('handle')" fixed="right" header-align="center" align="center" width="150">
......
......@@ -22,7 +22,7 @@
<el-table-column type="selection" header-align="center" align="center" width="50"></el-table-column>
<el-table-column prop="tempName" label="问卷名称" header-align="center" align="center">
<template slot-scope="scope">
<el-button type="text" @click="childHandle(scope.row)">{{ scope.row.id }}</el-button>
<el-button type="text" @click="childHandle(scope.row)">{{ scope.row.tempName }}</el-button>
</template>
</el-table-column>
<el-table-column prop="createDate" label="创建时间" header-align="center" align="center"></el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment