|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<ModuleBase :type="data.type">
|
|
|
<template #content>
|
|
|
- <label>标题:</label>
|
|
|
+ <!-- <label>标题:</label>
|
|
|
<RichText
|
|
|
ref="richText"
|
|
|
v-model="data.title_con"
|
|
|
@@ -11,7 +11,7 @@
|
|
|
:font-family="data?.unified_attrib?.font"
|
|
|
toolbar="fontselect fontsizeselect forecolor backcolor | underline | bold italic strikethrough alignleft aligncenter alignright"
|
|
|
class="title-box"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
<el-table :key="refreshKey" :data="data.option" border style="width: 100%">
|
|
|
<el-table-column fixed prop="number" label="序号" width="70">
|
|
|
<template slot-scope="scope">
|