Browse Source

后台界面

dev
0.0 3 years ago
parent
commit
1d05d4343a
  1. 26
      src/views/wjnft/us/index.vue

26
src/views/wjnft/us/index.vue

@ -105,31 +105,31 @@
</template>
</el-table-column>
<el-table-column label="选择原因一" align="center" prop="choiceOne" >
<el-table-column label="选择原因一" align="center" prop="choiceOne" min-width="120">
<template slot-scope="scope">
<a :href="scope.row.choiceOne">{{scope.row.choiceOne}}</a>
</template>
</el-table-column>
<el-table-column label="选择原因二" align="center" prop="choiceTwo" >
<el-table-column label="选择原因二" align="center" prop="choiceTwo" min-width="120">
<template slot-scope="scope">
<a :href="scope.row.choiceTwo">{{scope.row.choiceTwo}}</a>
</template>
</el-table-column>
<el-table-column label="选择原因三" align="center" prop="choiceThree" >
<el-table-column label="选择原因三" align="center" prop="choiceThree" min-width="120">
<template slot-scope="scope">
<a :href="scope.row.choiceThree">{{scope.row.choiceThree}}</a>
</template>
</el-table-column>
<el-table-column label="创建时间" align="center" prop="createdTime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createdTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column label="修改时间" align="center" prop="updatedTime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.updatedTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<!-- <el-table-column label="创建时间" align="center" prop="createdTime" width="50">-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{ parseTime(scope.row.createdTime, '{y}-{m}-{d}') }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<!-- <el-table-column label="修改时间" align="center" prop="updatedTime" width="180">-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{ parseTime(scope.row.updatedTime, '{y}-{m}-{d}') }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">

Loading…
Cancel
Save