mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
课酬基准
This commit is contained in:
@@ -376,7 +376,7 @@
|
||||
评分
|
||||
</template>
|
||||
<a-input-number :disabled="formParam.createFrom == 0" class="draitem" v-model:value="formParam.score"
|
||||
:defaultValue="null" :max="100" :controls="false" :min="1" :precision="2" placeholder="请输入评分"
|
||||
:defaultValue="null" :max="100" :controls="false" :min="0" :precision="2" placeholder="请输入评分"
|
||||
allowClear @change="scoreNumber">
|
||||
</a-input-number>
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user