|
@@ -13,11 +13,11 @@
|
13
|
13
|
</el-option>
|
14
|
14
|
</el-select>
|
15
|
15
|
</el-form-item>
|
16
|
|
- <el-form-item>
|
17
|
|
- <el-button type="danger" @click="cancelScheduleAction">取消排班</el-button>
|
18
|
|
- <el-button type="primary" @click="saveAction">保存</el-button>
|
19
|
|
- </el-form-item>
|
20
|
16
|
</el-form>
|
|
17
|
+ <div slot="footer" class="dialog-footer">
|
|
18
|
+ <el-button @click="cancelScheduleAction">取消排班</el-button>
|
|
19
|
+ <el-button type="primary" @click="saveAction">保 存</el-button>
|
|
20
|
+ </div>
|
21
|
21
|
</el-dialog>
|
22
|
22
|
</template>
|
23
|
23
|
|