fix(xispeak): 调整讲话批示页面格式并修复反馈表单组件引用
参考 fixcontact 方案统一查询区列宽与弹窗 labelCol,精简长标签消除文字遮挡; 修复 BgXiSpeakFeedbackModal 中 mainId 未注入、unref 未导入的引用缺陷。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-item label="是否有报送上级报告" name="isReportedToHigher">
|
||||
<a-form-item label="是否报送上级" name="isReportedToHigher">
|
||||
<JDictSelectTag v-model:value="formData.isReportedToHigher" dictCode="need_report_higher" placeholder="请选择" type="select" :stringToNumber="true" :disabled="nonJiJianFieldsReadonly" allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -126,10 +126,10 @@
|
||||
const uploadFileRef = ref<InstanceType<typeof SUploadFile> | null>(null);
|
||||
const uploadSecretLevel = ref(1);
|
||||
const uploadKey = ref(0);
|
||||
const labelCol = { xs: { span: 24 }, sm: { span: 7 } };
|
||||
const wrapperCol = { xs: { span: 24 }, sm: { span: 17 } };
|
||||
const wideLabelCol = { xs: { span: 24 }, sm: { span: 3 } };
|
||||
const wideWrapperCol = { xs: { span: 24 }, sm: { span: 21 } };
|
||||
const labelCol = { xs: { span: 24 }, sm: { span: 8 } };
|
||||
const wrapperCol = { xs: { span: 24 }, sm: { span: 16 } };
|
||||
const wideLabelCol = { xs: { span: 24 }, sm: { span: 8 } };
|
||||
const wideWrapperCol = { xs: { span: 24 }, sm: { span: 16 } };
|
||||
|
||||
const formData = reactive<Record<string, any>>({
|
||||
id: '',
|
||||
|
||||
Reference in New Issue
Block a user