Commit b1930df3 authored by 罗超's avatar 罗超

1

parent b9bb0717
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="col q-mr-md" > <div class="col q-mr-md" >
<q-select dense standout behavior="menu" filled v-model="model.Type" ref="type" <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 :options="typeOption" option-label="name" option-value="id" label="类型" emit-value map-options
:rules="[val => !!val || '请选择类型']" /> :rules="[val => !!val || '请选择类型']"/>
</div> </div>
<div class="col "> <div class="col ">
<q-input standout bottom-slots filled v-model="model.Remark" type="text" ref="Remark" label="备注" dense/> <q-input standout bottom-slots filled v-model="model.Remark" type="text" ref="Remark" label="备注" dense/>
......
...@@ -510,9 +510,7 @@ ...@@ -510,9 +510,7 @@
</script> </script>
<style lang="sass"> <style lang="sass">
@import url('~assets/css/table.sass')
@import url('~assets/css/table.sass')
</style> </style>
<style > <style >
.td_height{ .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