隐私政策去除删除功能
parent
06b505544b
commit
8299fd8958
|
|
@ -13,14 +13,6 @@
|
|||
<el-form-item :label="$t('dictionary:agreement:table:FileVersion')" prop="FileVersion">
|
||||
<el-input v-model="form.FileVersion" clearable style="width: 50%" />
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('dictionary:agreement:table:FileContent')" prop="FileContent">
|
||||
<div class="html_temp">
|
||||
<prism-editor class="my-editor" v-model="form.FileContent" :highlight="highlighter" :line-numbers="true"
|
||||
style="width: 50%;max-height: 300px;"></prism-editor>
|
||||
<div v-html="form.FileContent" style="width: 45%;"></div>
|
||||
</div>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('dictionary:agreement:table:UpdateDate')" prop="UpdateDate">
|
||||
<el-date-picker v-model="form.UpdateDate" type="datetime"
|
||||
:placeholder="$t('trials:seletctedReviews:table:selectionTime')" value-format="yyyy-MM-dd HH:mm:ss"
|
||||
|
|
@ -33,6 +25,14 @@
|
|||
format="yyyy-MM-dd HH:mm:ss" clearable style="width: 50%;">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('dictionary:agreement:table:FileContent')" prop="FileContent">
|
||||
<div class="html_temp">
|
||||
<prism-editor class="my-editor" v-model="form.FileContent" :highlight="highlighter" :line-numbers="true"
|
||||
style="width: 50%;max-height: 300px;"></prism-editor>
|
||||
<div v-html="form.FileContent" style="width: 45%;"></div>
|
||||
</div>
|
||||
</el-form-item>
|
||||
|
||||
</div>
|
||||
<div class="base-dialog-footer" style="text-align: right; margin-top: 10px">
|
||||
<el-form-item style="text-align: right">
|
||||
|
|
|
|||
|
|
@ -111,9 +111,9 @@
|
|||
<el-button type="text" @click="handleEdit(scope.row)">
|
||||
{{ $t('common:button:edit') }}
|
||||
</el-button>
|
||||
<el-button type="text" @click="handleDelete(scope.row)">
|
||||
<!-- <el-button type="text" @click="handleDelete(scope.row)">
|
||||
{{ $t('common:button:delete') }}
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue