|
@@ -13,12 +13,12 @@
|
|
|
class="title-box"
|
|
class="title-box"
|
|
|
/> -->
|
|
/> -->
|
|
|
<el-table :key="refreshKey" :data="data.option" border style="width: 100%">
|
|
<el-table :key="refreshKey" :data="data.option" border style="width: 100%">
|
|
|
- <el-table-column fixed prop="number" label="序号" width="70">
|
|
|
|
|
|
|
+ <el-table-column prop="number" label="序号" width="70">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="scope.row.number" />
|
|
<el-input v-model="scope.row.number" />
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column fixed prop="con" label="内容" width="200">
|
|
|
|
|
|
|
+ <el-table-column prop="con" label="内容" width="200">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<RichText
|
|
<RichText
|
|
|
v-if="property.isGetContent"
|
|
v-if="property.isGetContent"
|