|
|
@ -78,13 +78,13 @@
|
|
|
|
<el-button @click="isShowCaseResult(scope.row)">查看</el-button>
|
|
|
|
<el-button @click="isShowCaseResult(scope.row)">查看</el-button>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column prop="createByView"
|
|
|
|
<el-table-column prop="createBy"
|
|
|
|
width="100"
|
|
|
|
width="100"
|
|
|
|
label="创建人" />
|
|
|
|
label="创建人" />
|
|
|
|
<el-table-column prop="createTime"
|
|
|
|
<el-table-column prop="createTime"
|
|
|
|
width="140"
|
|
|
|
width="140"
|
|
|
|
label="创建人" />
|
|
|
|
label="创建人" />
|
|
|
|
<el-table-column prop="updateByView"
|
|
|
|
<el-table-column prop="updateBy"
|
|
|
|
width="100"
|
|
|
|
width="100"
|
|
|
|
label="更新人" />
|
|
|
|
label="更新人" />
|
|
|
|
<el-table-column prop="updateTime"
|
|
|
|
<el-table-column prop="updateTime"
|
|
|
|