机构加盟审核-有效结束日期改为禁用状态

This commit is contained in:
1378012178@qq.com 2025-11-05 16:16:15 +08:00
parent 65c1e66f45
commit b8e6dbed7d
2 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@
name="endTime">
<a-input v-if="formData.endTime == '9999-12-31'" :value="'长期'" allow-clear></a-input>
<a-date-picker v-else v-model:value="formData.endTime" value-format="YYYY-MM-DD" style="width: 100%"
allow-clear />
disabled allow-clear />
<!-- {{ formData.endTime
? (formData.endTime.substring(0, 10) == '9999-12-31' ? '长期' : formData.endTime.substring(0, 10))
: "" }} -->

View File

@ -1,7 +1,7 @@
<template>
<div class="container2">
<a-row>
<a-col :span="24" style="padding-top: 10px;padding-left: 30px;padding-right: 30px;">
<a-col :span="24" >
<a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small"
:rowClassName="setRowClassName">
<template #bodyCell="{ column, record }">
@ -243,7 +243,7 @@ defineExpose({
}
.antd-modal-form {
padding: 14px;
// padding: 14px;
}
:deep(.ant-table-cell) {