Commit b1930df3 authored by 罗超's avatar 罗超

1

parent b9bb0717
......@@ -10,7 +10,7 @@
<div class="col q-mr-md" >
<q-select dense standout behavior="menu" filled v-model="model.Type" ref="type"
:options="typeOption" option-label="name" option-value="id" label="类型" emit-value map-options
:rules="[val => !!val || '请选择类型']" />
:rules="[val => !!val || '请选择类型']"/>
</div>
<div class="col ">
<q-input standout bottom-slots filled v-model="model.Remark" type="text" ref="Remark" label="备注" dense/>
......
......@@ -510,9 +510,7 @@
</script>
<style lang="sass">
@import url('~assets/css/table.sass')
@import url('~assets/css/table.sass')
</style>
<style >
.td_height{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment