【优化】前端iss改进 #IBGIV4 #IB8TH9

This commit is contained in:
俞宝山
2025-02-02 00:10:53 +08:00
parent 65ac41e50a
commit 9996113078
2 changed files with 4 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
</a-form-item>
<% } else if (configList[i].effectType == 'datepicker') {%>
<a-form-item label="${configList[i].fieldRemark}" name="${configList[i].fieldNameCamelCase}">
<a-range-picker v-model:value="searchFormState.${configList[i].fieldNameCamelCase}" show-time />
<a-range-picker v-model:value="searchFormState.${configList[i].fieldNameCamelCase}" value-format="YYYY-MM-DD HH:mm:ss" show-time />
</a-form-item>
<% } else {%>
<a-form-item label="${configList[i].fieldRemark}" name="${configList[i].fieldNameCamelCase}">
@@ -99,7 +99,8 @@
<xn-batch-button
v-if="hasPerm('${classNameFirstLower}BatchDelete')"
buttonName="批量删除"
icon="DeleteOutlined"
icon="DeleteOutlined"
buttonDanger
:selectedRowKeys="selectedRowKeys"
@batchCallBack="deleteBatch${className}"
/>