|
@@ -23,13 +23,13 @@ defineExpose({
|
|
|
<template>
|
|
<template>
|
|
|
<a-row type="flex" style="align-items: center">
|
|
<a-row type="flex" style="align-items: center">
|
|
|
<a-col style="width: 120px; text-align: right;">
|
|
<a-col style="width: 120px; text-align: right;">
|
|
|
- 报告名字:
|
|
|
|
|
|
|
+ 报告名称:
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col flex="1">
|
|
<a-col flex="1">
|
|
|
<a-input
|
|
<a-input
|
|
|
:value="modelValue"
|
|
:value="modelValue"
|
|
|
@input="emits('update:modelValue', $event.target.value)"
|
|
@input="emits('update:modelValue', $event.target.value)"
|
|
|
- placeholder="请输入名称"
|
|
|
|
|
|
|
+ placeholder="请输入报告名称"
|
|
|
ref="input"
|
|
ref="input"
|
|
|
/>
|
|
/>
|
|
|
</a-col>
|
|
</a-col>
|