|
|
@ -49,26 +49,26 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="span-sty">有效期至</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ temp.effectiveDate }}</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <div class="span-sty">有效期至</div>--> |
|
|
|
<!-- <el-form-item><span class="addinputInfo">{{ temp.effectiveDate }}</span>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="span-sty">备注</div> |
|
|
|
<el-form-item> |
|
|
|
<el-input class="addinputInfo" style="width: 50%" v-model="temp.remarks" clearable placeholder=""/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="span-sty">是否同意</div> |
|
|
|
<el-form-item> |
|
|
|
<el-radio-group style="font-size: 1px" class="addinputInfo" v-model="temp.agree"> |
|
|
|
<el-radio label="1">是</el-radio> |
|
|
|
<el-radio label="0">否</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
<el-input class="addinputInfo" style="width: 70%" v-model="temp.remarks" clearable placeholder=""/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <div class="span-sty">是否同意</div>--> |
|
|
|
<!-- <el-form-item>--> |
|
|
|
<!-- <el-radio-group style="font-size: 1px" class="addinputInfo" v-model="temp.agree">--> |
|
|
|
<!-- <el-radio label="1">是</el-radio>--> |
|
|
|
<!-- <el-radio label="0">否</el-radio>--> |
|
|
|
<!-- </el-radio-group>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
</el-row> |
|
|
|
<div class="title">基本信息</div> |
|
|
|
<el-row> |
|
|
|