隐私政策去除删除功能

main
wangxiaoshuang 2025-10-21 16:45:31 +08:00
parent 06b505544b
commit 8299fd8958
2 changed files with 10 additions and 10 deletions

View File

@ -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">

View File

@ -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>